Class DevServicesOverrideConfigSource

java.lang.Object
io.quarkus.devservice.runtime.config.DevServicesOverrideConfigSource
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource

@Deprecated(forRemoval=true) public class DevServicesOverrideConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
Deprecated, for removal: This API element is subject to removal in a future version.
Subject to changes due to #51209
  • Field Summary

    Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    CONFIG_ORDINAL, DEFAULT_ORDINAL
  • Constructor Summary

    Constructors
    Constructor
    Description
    DevServicesOverrideConfigSource(io.quarkus.runtime.LaunchMode launchMode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    getValue(String propertyName)
    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

    Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource

    getProperties
  • Constructor Details

    • DevServicesOverrideConfigSource

      public DevServicesOverrideConfigSource(io.quarkus.runtime.LaunchMode launchMode)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getPropertyNames

      public Set<String> getPropertyNames()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getValue

      public String getValue(String propertyName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getOrdinal

      public int getOrdinal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource