public final class ConfigurationMapImpl extends com.google.common.collect.ForwardingMap<String,String> implements ConfigurationMap
Map implementation with type converters| Constructor and Description |
|---|
ConfigurationMapImpl() |
ConfigurationMapImpl(Map<String,String> map) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
delegate() |
boolean |
getAsBoolean(String key)
Returns the value with the specified key as
Boolean |
long |
getAsLong(String key)
Returns the value with the specified key as
Long |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic boolean getAsBoolean(String key)
ConfigurationMapBooleangetAsBoolean in interface ConfigurationMappublic long getAsLong(String key) throws NumberFormatException
ConfigurationMapLonggetAsLong in interface ConfigurationMapNumberFormatExceptionCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.