| 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,
Path path)
Returns node with given path.
|
static Node |
JsonUtils.getNode(Object root,
String path)
Returns node with given path.
|
Node |
Node.KeyValue.getValue() |
Node |
Node.JsonMap.getWrappedNode() |
Node |
Node.JsonList.getWrappedNode() |
Node |
NodeFactory.valueToNode(Object source)
Converts value to Json node.
|
static Node |
JsonUtils.valueToNode(Object source)
Converts value to Json node.
|
static Node |
JsonUtils.wrapDeserializedObject(Object source)
Wraps deserialized object - supports null, String, numbers, maps, lists, ...
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Node> |
Node.arrayElements() |
| Modifier and Type | Method and Description |
|---|---|
Object |
Node.ValueExtractor.getValue(Node node) |
Copyright © 2019. All rights reserved.