Package io.smallrye.config
Class ConfigValueConfigSource.ConfigValueMapView
- Enclosing interface:
ConfigValueConfigSource
public static final class ConfigValueConfigSource.ConfigValueMapView
extends AbstractMap<String,String>
The
ConfigValueConfigSource.ConfigValueMapView is a view over a Map of String configs names and ConfigValue values.
Use it to wrap a Map of ConfigValue and expose it where a Map of String name and a String value is
required.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, equals, hashCode, put, putAll, remove, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String> - Overrides:
containsKeyin classAbstractMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String> - Overrides:
containsValuein classAbstractMap<String,String>
-
get
-
keySet
-
entrySet
-
values
-