Uses of Enum Class
net.javacrumbs.jsonunit.core.internal.Node.NodeType
Packages that use Node.NodeType
Package
Description
-
Uses of Node.NodeType in net.javacrumbs.jsonunit.core.internal
Subclasses with type arguments of type Node.NodeType in net.javacrumbs.jsonunit.core.internalMethods in net.javacrumbs.jsonunit.core.internal that return Node.NodeTypeModifier and TypeMethodDescriptionNode.getNodeType()static Node.NodeTypeReturns the enum constant of this class with the specified name.static Node.NodeType[]Node.NodeType.values()Returns an array containing the constants of this enum class, 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