Uses of Class
com.github.fge.jsonpatch.diff.DiffOperation.Type
-
Packages that use DiffOperation.Type Package Description com.github.fge.jsonpatch.diff JSON "diff" implementation -
-
Uses of DiffOperation.Type in com.github.fge.jsonpatch.diff
Fields in com.github.fge.jsonpatch.diff declared as DiffOperation.Type Modifier and Type Field Description protected DiffOperation.TypeDiffOperation. typeMethods in com.github.fge.jsonpatch.diff that return DiffOperation.Type Modifier and Type Method Description DiffOperation.TypeDiffOperation. getType()static DiffOperation.TypeDiffOperation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DiffOperation.Type[]DiffOperation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.fge.jsonpatch.diff with parameters of type DiffOperation.Type Constructor Description DiffOperation(DiffOperation.Type type, com.github.fge.jackson.jsonpointer.JsonPointer from, com.fasterxml.jackson.databind.JsonNode oldValue, com.github.fge.jackson.jsonpointer.JsonPointer path, com.fasterxml.jackson.databind.JsonNode value)
-