Uses of Class
net.javacrumbs.jsonunit.core.internal.Node.NodeType
-
Packages that use Node.NodeType Package Description net.javacrumbs.jsonunit.core.internal -
-
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.
-