| 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(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 and Description |
|---|---|
Iterator<Node> |
Node.arrayElements() |
| Modifier and Type | Method and Description |
|---|---|
Object |
Node.ValueExtractor.getValue(Node node) |
| Constructor and Description |
|---|
Node.KeyValue(String key,
Node value) |
Copyright © 2017. All Rights Reserved.