Uses of Enum Class
net.javacrumbs.jsonunit.core.listener.Difference.Type
Packages that use Difference.Type
-
Uses of Difference.Type in net.javacrumbs.jsonunit.core.listener
Subclasses with type arguments of type Difference.Type in net.javacrumbs.jsonunit.core.listenerMethods in net.javacrumbs.jsonunit.core.listener that return Difference.TypeModifier and TypeMethodDescriptionDifference.getType()Type of the differencestatic Difference.TypeReturns the enum constant of this class with the specified name.static Difference.Type[]Difference.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.