public class ConfigMap extends LinkedHashMap<ConfigurationParameters,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConfigMap() |
| Modifier and Type | Method and Description |
|---|---|
static ConfigMap |
fromMap(Map<ConfigurationParameters,Object> source) |
<T> T |
getTyped(ConfigurationParameters key) |
<T> T |
getTypedOr(ConfigurationParameters key,
java.util.function.Supplier<T> defaultValue) |
<T> T |
getTypedOr(ConfigurationParameters key,
T defaultValue) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static ConfigMap fromMap(Map<ConfigurationParameters,Object> source)
public <T> T getTyped(ConfigurationParameters key)
public <T> T getTypedOr(ConfigurationParameters key, T defaultValue)
public <T> T getTypedOr(ConfigurationParameters key, java.util.function.Supplier<T> defaultValue)
Copyright © 2012-2021. All Rights Reserved.