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.
Please, use DevServicesConfig.Enabled instead.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final GlobalDevServicesConfig
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • config

      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • Enabled

      public Enabled(GlobalDevServicesConfig config)
      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:
      getAsBoolean in interface BooleanSupplier