Uses of Interface
net.javacrumbs.jsonunit.core.internal.Node
| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.internal | |
| net.javacrumbs.jsonunit.core.internal.matchers |
-
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.protected NodeJohnzonNodeFactory. doConvertValue(Object 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()protected NodeJohnzonNodeFactory. nullNode()protected NodeJohnzonNodeFactory. readValue(Reader reader, String label, boolean lenient)static NodeJsonUtils. 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) -
Uses of Node in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers that return Node Modifier and Type Method Description @NotNull NodeInternalMatcher. assertIntegralNumber()@NotNull NodeInternalMatcher. assertType(Node.NodeType type)Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type Node Modifier and Type Method Description voidInternalMatcher. failOnType(@NotNull Node node, @NotNull String expectedType)