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(@Nullable Object source, String label) Converts object to JSON.static NodeJsonUtils.convertToJson(@Nullable Object source, String label, boolean lenient) Converts object to JSON.Node.element(int index) static @NotNull NodeReturns node with given path.static @NotNull NodeReturns node with given path.Node.KeyValue.getValue()Node.JsonList.getWrappedNode()Node.JsonMap.getWrappedNode()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) InternalMatcher.getActualNode()Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type NodeModifier and TypeMethodDescriptionvoidInternalMatcher.failOnType(@NotNull Node node, @NotNull String expectedType)