public static class Node.JsonMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>Node.JsonList, Node.JsonMap, Node.KeyValue, Node.NodeType, Node.ValueExtractorMISSING_NODE| Modifier and Type | Method and Description |
|---|---|
default void |
___do_not_implement_this_interface_seriously() |
default Iterator<Node> |
arrayElements() |
default Boolean |
asBoolean() |
default String |
asText() |
default BigDecimal |
decimalValue() |
default Node |
element(int index) |
default Iterator<Node.KeyValue> |
fields() |
default Node |
get(String key) |
default Node.NodeType |
getNodeType() |
default Object |
getValue() |
Node |
getWrappedNode() |
default boolean |
isMissingNode() |
default boolean |
isNull() |
default int |
size()
Array length
|
String |
toString() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCodefinalize, getClass, notify, notifyAll, wait, wait, waitisIntegralNumbercompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic String toString()
toString in class AbstractMap<String,Object>public Node getWrappedNode()
public Iterator<Node.KeyValue> fields()
public boolean isMissingNode()
isMissingNode in interface Nodepublic Iterator<Node> arrayElements()
arrayElements in interface Nodepublic int size()
Nodepublic Node.NodeType getNodeType()
getNodeType in interface Nodepublic BigDecimal decimalValue()
decimalValue in interface Nodepublic void ___do_not_implement_this_interface_seriously()
___do_not_implement_this_interface_seriously in interface NodeCopyright © 2020. All rights reserved.