Uses of Interface
net.javacrumbs.jsonunit.core.internal.Node
-
Packages that use Node Package Description net.javacrumbs.jsonunit.core.internal -
-
Uses of Node in net.javacrumbs.jsonunit.core.internal
Classes in net.javacrumbs.jsonunit.core.internal that implement Node Modifier and Type Class Description static classNode.JsonListstatic classNode.JsonMapFields in net.javacrumbs.jsonunit.core.internal declared as Node Modifier and Type Field Description static NodeNode. MISSING_NODEMethods in net.javacrumbs.jsonunit.core.internal that return Node Modifier and Type Method Description static NodeJsonUtils. convertToJson(Object source, String label)Converts object to JSON.static NodeJsonUtils. convertToJson(Object source, String label, boolean lenient)Converts object to JSON.NodeNodeFactory. convertToNode(Object source, String label, boolean lenient)Creates node from given source.NodeNode. element(int index)NodeNode. get(String key)static NodeJsonUtils. getNode(Object root, String path)Returns node with given path.static NodeJsonUtils. getNode(Object root, Path path)Returns node with given path.NodeNode.KeyValue. getValue()NodeNode.JsonList. getWrappedNode()NodeNode.JsonMap. getWrappedNode()static NodeJsonUtils. valueToNode(Object source)Converts value to Json node.NodeNodeFactory. valueToNode(Object source)Converts value to Json node.static NodeJsonUtils. wrapDeserializedObject(Object source)Wraps deserialized object - supports null, String, numbers, maps, lists, ...Methods in net.javacrumbs.jsonunit.core.internal that return types with arguments of type Node Modifier and Type Method Description Iterator<Node>Node. arrayElements()Methods in net.javacrumbs.jsonunit.core.internal with parameters of type Node Modifier and Type Method Description ObjectNode.ValueExtractor. getValue(Node node)
-