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
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.smallrye.config.PropertiesConfigSource
urlToConfigValueMapMethods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource
getConfigValue, getConfigValueProperties, getPropertyNamesMethods inherited from class io.smallrye.config.common.AbstractConfigSource
getOrdinal, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getOrdinalMethods inherited from interface io.smallrye.config.ConfigValueConfigSource
getProperties, getValue
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
KcEnvConfigSource
public KcEnvConfigSource()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getNamein classio.smallrye.config.common.AbstractConfigSource
-