Uses of Interface
net.javacrumbs.jsonunit.core.internal.Node
Packages that use Node
Package
Description
-
Uses of Node in net.javacrumbs.jsonunit.core.internal
Classes in net.javacrumbs.jsonunit.core.internal that implement NodeFields in net.javacrumbs.jsonunit.core.internal declared as NodeMethods in net.javacrumbs.jsonunit.core.internal that return NodeModifier and TypeMethodDescriptionstatic 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) Node.element(int index) static NodeReturns node with given path.static NodeReturns node with given path.Node.KeyValue.getValue()Node.JsonList.getWrappedNode()Node.JsonMap.getWrappedNode()protected NodeJohnzonNodeFactory.nullNode()protected Nodestatic 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 NodeMethods in net.javacrumbs.jsonunit.core.internal with parameters of type Node -
Uses of Node in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers that return NodeModifier and TypeMethodDescription@NotNull NodeInternalMatcher.assertIntegralNumber()@NotNull NodeInternalMatcher.assertType(Node.NodeType type) Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type NodeModifier and TypeMethodDescriptionvoidInternalMatcher.failOnType(@NotNull Node node, @NotNull String expectedType)