Package io.smallrye.config
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
ConfigValueProperties
-
-
Method Details
-
load
- Throws:
IOException
-
load
- Throws:
IOException
-