Class ConfigValueConfigSource.ConfigValueProperties

java.lang.Object
java.util.AbstractMap<String,ConfigValue>
java.util.HashMap<String,ConfigValue>
io.smallrye.config.ConfigValueConfigSource.ConfigValueProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,ConfigValue>
Enclosing interface:
ConfigValueConfigSource

public static final class ConfigValueConfigSource.ConfigValueProperties extends HashMap<String,ConfigValue>
Loads properties as ConfigValue.

This class is mostly a subset copy of Properties. This was required to be able to keep track of the line number from which the configuration was loaded.

See Also: