Package io.smallrye.config
Class DefaultValuesConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.DefaultValuesConfigSource
- All Implemented Interfaces:
Serializable,org.eclipse.microprofile.config.spi.ConfigSource
- See Also:
-
Field Summary
Fields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
ConstructorsConstructorDescriptionDefaultValuesConfigSource(Map<String, String> properties) DefaultValuesConfigSource(Map<String, String> properties, String name, int ordinal) -
Method Summary
Methods 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
getProperties
-
Constructor Details
-
DefaultValuesConfigSource
-
DefaultValuesConfigSource
-
-
Method Details
-
getPropertyNames
-
getValue
-