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