Class TestConfigArgsConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.MapBackedConfigValueConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
org.keycloak.quarkus.runtime.configuration.test.TestConfigArgsConfigSource
- All Implemented Interfaces:
io.smallrye.config.ConfigValueConfigSource,Serializable,org.eclipse.microprofile.config.spi.ConfigSource
- 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 inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
NAME, SHORT_OPTIONS_ACCEPTING_VALUE, SPI_OPTION_PREFIXFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.keycloak.quarkus.runtime.configuration.ConfigArgsConfigSource
getAllCliArgs, getConfigValue, parseConfigArgs, setCliArgsMethods inherited from class io.smallrye.config.PropertiesConfigSource
urlToConfigValueMapMethods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource
getConfigValueProperties, getPropertyNamesMethods inherited from class io.smallrye.config.common.AbstractConfigSource
getName, 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
getName, getOrdinalMethods inherited from interface io.smallrye.config.ConfigValueConfigSource
getProperties, getValue
-
Constructor Details
-
TestConfigArgsConfigSource
public TestConfigArgsConfigSource()
-