Uses of Class
net.javacrumbs.jsonunit.core.internal.Node.NodeType
-
Packages that use Node.NodeType Package Description net.javacrumbs.jsonunit.core.internal net.javacrumbs.jsonunit.core.internal.matchers -
-
Uses of Node.NodeType in net.javacrumbs.jsonunit.core.internal
Methods in net.javacrumbs.jsonunit.core.internal that return Node.NodeType Modifier and Type Method Description Node.NodeTypeNode. getNodeType()static Node.NodeTypeNode.NodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Node.NodeType[]Node.NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Node.NodeType in net.javacrumbs.jsonunit.core.internal.matchers
Methods in net.javacrumbs.jsonunit.core.internal.matchers with parameters of type Node.NodeType Modifier and Type Method Description NodeInternalMatcher. assertType(Node.NodeType type)
-