Package com.gravity9.jsonpatch
Implementation of JSON Patch
As its name implies, JSON Patch is a mechanism designed to modify JSON documents. It consists of a series of operations to apply in order to the source JSON document until all operations are applied or an error has been encountered.
The main class is JsonPatch.
Note that at this moment, the only way to build a patch is from a JSON
representation (as a JsonNode).
-
Interface Summary Interface Description Patch -
Class Summary Class Description AddOperation JSON PatchaddoperationCopyOperation JSON PatchcopyoperationDualPathOperation Base class for JSON Patch operations taking two JSON Pointers as argumentsIterables Iterables utility classJsonPatch Implementation of JSON PatchJsonPatchMessages JsonPatchOperation JsonPathParser MoveOperation JSON PatchmoveoperationPathDetails PathParser PathValueOperation Base class for patch operations taking a value in addition to a pathRemoveOperation JSON PathremoveoperationReplaceOperation JSON PatchreplaceoperationTestOperation JSON Patchtestoperation -
Exception Summary Exception Description JsonPatchException