public interface ValueMap extends Value, Map<String,Value>, NamedFieldAccessors
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ValueMap.Builder
Fluid builder interface for map.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueMap.Builder |
newBuilder()
Create a new builder.
|
static ValueMap |
newInstance()
Create a new empty map.
|
static ValueMap |
of(Map<?,?> v,
Function<Object,String> keyMapper)
Convert a Map to a value map using a key mapper.
|
static ValueMap |
of(Map<String,?> v)
From a map of strings.
|
getList, getMap, isNull, nullValue, of, of, of, of, of, of, of, of, of, of, of, of, of, of, toObjectgetAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesgetAs, getBoolean, getBooleanAs, getByte, getByteAs, getDouble, getDoubleAs, getFloat, getFloatAs, getInt, getIntAs, getLong, getLongAs, getObject, getShort, getShortAs, getString, getStringAsCopyright © 2016. All rights reserved.