Uses of Enum
net.javacrumbs.jsonunit.core.internal.Node.NodeType
Packages that use Node.NodeType
Package
Description
-
Uses of Node.NodeType in net.javacrumbs.jsonunit.core.internal
Methods in net.javacrumbs.jsonunit.core.internal that return Node.NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()static Node.NodeTypeReturns 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