public interface Node
| Modifier and Type | Interface and Description |
|---|---|
static class |
Node.KeyValue |
static class |
Node.NodeType |
static interface |
Node.ValueExtractor |
| Modifier and Type | Field and Description |
|---|---|
static Node |
MISSING_NODE |
| Modifier and Type | Method and Description |
|---|---|
void |
___do_not_implement_this_interface_seriously() |
java.util.Iterator<Node> |
arrayElements() |
java.lang.Boolean |
asBoolean() |
java.lang.String |
asText() |
java.math.BigDecimal |
decimalValue() |
Node |
element(int index) |
java.util.Iterator<Node.KeyValue> |
fields() |
Node |
get(java.lang.String key) |
Node.NodeType |
getNodeType() |
java.lang.Object |
getValue() |
boolean |
isMissingNode() |
boolean |
isNull() |
int |
size()
Array length
|
static final Node MISSING_NODE
Node element(int index)
java.util.Iterator<Node.KeyValue> fields()
Node get(java.lang.String key)
boolean isMissingNode()
boolean isNull()
java.util.Iterator<Node> arrayElements()
int size()
java.lang.String asText()
Node.NodeType getNodeType()
java.math.BigDecimal decimalValue()
java.lang.Boolean asBoolean()
java.lang.Object getValue()
void ___do_not_implement_this_interface_seriously()
Copyright © 2017. All Rights Reserved.