Uses of Class
net.javacrumbs.jsonunit.core.listener.Difference.Type
| Package | Description |
|---|---|
| net.javacrumbs.jsonunit.core.listener |
-
Uses of Difference.Type in net.javacrumbs.jsonunit.core.listener
Methods in net.javacrumbs.jsonunit.core.listener that return Difference.Type Modifier and Type Method Description Difference.TypeDifference. getType()Type of the differencestatic Difference.TypeDifference.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Difference.Type[]Difference.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.