Class JsonRegistryProcessor.JsonRegistryEnabled
- java.lang.Object
-
- io.quarkus.micrometer.deployment.export.JsonRegistryProcessor.JsonRegistryEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- JsonRegistryProcessor
public static class JsonRegistryProcessor.JsonRegistryEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MicrometerConfigmConfig
-
Constructor Summary
Constructors Constructor Description JsonRegistryEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
mConfig
MicrometerConfig mConfig
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-