| Class | Description |
|---|---|
| ExtendedJsonPatchFactory |
ExtendedJsonPatchFactory can create a JsonPatchFactory configured to work with the extended set of JSON Patch operations.
|
| JsonPatch |
Implementation of JSON Patch
|
| JsonPatchFactory |
A JsonPatchFactory is able to create a JsonPatch from a JsonNode.
|
| JsonPatchMessages | |
| StandardJsonPatchFactory |
StandardJsonPatchfactory can create a JsonPatchFactory configured to work with the RFC6902 set of JSON Patch operations.
|
| Exception | Description |
|---|---|
| JsonPatchException |
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).