Class DebugProcessor.DebugEnabled
java.lang.Object
org.apache.camel.quarkus.component.debug.deployment.DebugProcessor.DebugEnabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- DebugProcessor
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.quarkus.component.debug.DebugConfig(package private) io.quarkus.runtime.LaunchMode -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
config
org.apache.camel.quarkus.component.debug.DebugConfig config -
launchMode
io.quarkus.runtime.LaunchMode launchMode
-
-
Constructor Details
-
DebugEnabled
DebugEnabled()
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()- Specified by:
getAsBooleanin interfaceBooleanSupplier
-