| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.internal |
| Modifier and Type | Field and Description |
|---|---|
static Node |
Node.MISSING_NODE |
| Modifier and Type | Method and Description |
|---|---|
static Node |
JsonUtils.convertToJson(java.lang.Object source,
java.lang.String label)
Converts object to JSON.
|
static Node |
JsonUtils.convertToJson(java.lang.Object source,
java.lang.String label,
boolean lenient)
Converts object to JSON.
|
Node |
NodeFactory.convertToNode(java.lang.Object source,
java.lang.String label,
boolean lenient)
Creates node from given source.
|
Node |
Node.element(int index) |
Node |
Node.get(java.lang.String key) |
static Node |
JsonUtils.getNode(java.lang.Object root,
java.lang.String path)
Returns node with given path.
|
Node |
Node.KeyValue.getValue() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<Node> |
Node.arrayElements() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
Node.ValueExtractor.getValue(Node node) |
| Constructor and Description |
|---|
KeyValue(java.lang.String key,
Node value) |
Copyright © 2017. All Rights Reserved.