Class SmallRyeHealthProcessor.OpenAPIIncluded
- java.lang.Object
-
- io.quarkus.smallrye.health.deployment.SmallRyeHealthProcessor.OpenAPIIncluded
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- SmallRyeHealthProcessor
static class SmallRyeHealthProcessor.OpenAPIIncluded extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HealthBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description OpenAPIIncluded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
HealthBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-