Class OpenApiJavaProcessor.ExposeOpenApiEnabled
- java.lang.Object
-
- org.apache.camel.quarkus.component.openapi.java.deployment.OpenApiJavaProcessor.ExposeOpenApiEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- OpenApiJavaProcessor
public static final class OpenApiJavaProcessor.ExposeOpenApiEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) OpenApiJavaBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description ExposeOpenApiEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
OpenApiJavaBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-