Uses of Class
com.github.fge.jsonpatch.JsonPatch
-
Packages that use JsonPatch Package Description com.github.fge.jsonpatch Implementation of JSON Patchcom.github.fge.jsonpatch.diff JSON "diff" implementation -
-
Uses of JsonPatch in com.github.fge.jsonpatch
Methods in com.github.fge.jsonpatch that return JsonPatch Modifier and Type Method Description static JsonPatchJsonPatch. fromJson(com.fasterxml.jackson.databind.JsonNode node)Deprecated.This uses a static StandardJsonPatchFactory to produce the JsonPatch.JsonPatchJsonPatchFactory. fromJson(com.fasterxml.jackson.databind.JsonNode node)Builds a JSON Patch out of a JSON representation with support for an extended set of JSON patch operations -
Uses of JsonPatch in com.github.fge.jsonpatch.diff
Methods in com.github.fge.jsonpatch.diff that return JsonPatch Modifier and Type Method Description static JsonPatchJsonDiff. asJsonPatch(com.fasterxml.jackson.databind.JsonNode source, com.fasterxml.jackson.databind.JsonNode target)Generate a JSON patch for transforming the source node into the target nodeJsonPatchDiffProcessor. getPatch()
-