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