Class GlobalDevServicesConfig.Enabled
java.lang.Object
io.quarkus.deployment.dev.devservices.GlobalDevServicesConfig.Enabled
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- GlobalDevServicesConfig
@Deprecated(forRemoval=true,
since="3.18")
public static class GlobalDevServicesConfig.Enabled
extends Object
implements BooleanSupplier
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final GlobalDevServicesConfigDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionEnabled(GlobalDevServicesConfig config) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
config
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Enabled
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAsBoolean
public boolean getAsBoolean()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
DevServicesConfig.Enabledinstead.