@Experimental(value="Extension to the original ConfigSource to allow retrieval of additional metadata on config lookup") public final class ConfigValueMapView extends AbstractMap<String,String>
Use this to wrap the ConfigValue map and expose it where a Map of String name and String value is required.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,String>> |
entrySet() |
String |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
int |
size() |
Collection<String> |
values() |
clear, clone, equals, hashCode, put, putAll, remove, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<String,String>containsKey in class AbstractMap<String,String>public boolean containsValue(Object value)
containsValue in interface Map<String,String>containsValue in class AbstractMap<String,String>public Collection<String> values()
Copyright © 2018–2020. All rights reserved.