Class KcEnvConfigSource

java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.MapBackedConfigValueConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.KcEnvConfigSource
All Implemented Interfaces:
io.smallrye.config.ConfigValueConfigSource, Serializable, org.eclipse.microprofile.config.spi.ConfigSource

public class KcEnvConfigSource extends io.smallrye.config.PropertiesConfigSource
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.smallrye.config.ConfigValueConfigSource

    io.smallrye.config.ConfigValueConfigSource.ConfigValueMapStringView, io.smallrye.config.ConfigValueConfigSource.ConfigValueMapView, io.smallrye.config.ConfigValueConfigSource.ConfigValueProperties
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

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

    CONFIG_ORDINAL, DEFAULT_ORDINAL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class io.smallrye.config.PropertiesConfigSource

    urlToConfigValueMap

    Methods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource

    getConfigValue, getConfigValueProperties, getPropertyNames

    Methods inherited from class io.smallrye.config.common.AbstractConfigSource

    getOrdinal, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

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

    getOrdinal

    Methods inherited from interface io.smallrye.config.ConfigValueConfigSource

    getProperties, getValue
  • Field Details

  • Constructor Details

    • KcEnvConfigSource

      public KcEnvConfigSource()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource
      Overrides:
      getName in class io.smallrye.config.common.AbstractConfigSource