Uses of Class
com.github.fge.jsonpatch.diff.DiffProcessor
-
Packages that use DiffProcessor Package Description com.github.fge.jsonpatch.diff JSON "diff" implementation -
-
Uses of DiffProcessor in com.github.fge.jsonpatch.diff
Methods in com.github.fge.jsonpatch.diff with parameters of type DiffProcessor Modifier and Type Method Description protected static voidJsonDiff. generateArrayDiffs(DiffProcessor processor, com.github.fge.jackson.jsonpointer.JsonPointer pointer, com.fasterxml.jackson.databind.node.ArrayNode source, com.fasterxml.jackson.databind.node.ArrayNode target)protected static voidJsonDiff. generateDiffs(DiffProcessor processor, com.github.fge.jackson.jsonpointer.JsonPointer pointer, com.fasterxml.jackson.databind.JsonNode source, com.fasterxml.jackson.databind.JsonNode target)protected static voidJsonDiff. generateObjectDiffs(DiffProcessor processor, com.github.fge.jackson.jsonpointer.JsonPointer pointer, com.fasterxml.jackson.databind.node.ObjectNode source, com.fasterxml.jackson.databind.node.ObjectNode target)
-