- JsonDiff - Class in com.github.fge.jsonpatch.diff
-
JSON "diff" implementation
- JsonMergePatch - Class in com.github.fge.jsonpatch.mergepatch
-
Implementation of JSON Merge Patch (RFC 7386)
- JsonMergePatch() - Constructor for class com.github.fge.jsonpatch.mergepatch.JsonMergePatch
-
- JsonPatch - Class in com.github.fge.jsonpatch
-
Implementation of JSON Patch
- JsonPatch(List<JsonPatchOperation>) - Constructor for class com.github.fge.jsonpatch.JsonPatch
-
Constructor
- JsonPatchException - Exception in com.github.fge.jsonpatch
-
- JsonPatchException(String) - Constructor for exception com.github.fge.jsonpatch.JsonPatchException
-
- JsonPatchException(String, Throwable) - Constructor for exception com.github.fge.jsonpatch.JsonPatchException
-
- JsonPatchFactory - Interface in com.github.fge.jsonpatch
-
A JsonPatchFactory is able to create a JsonPatch from a JsonNode.
- JsonPatchFactoryUtil - Class in com.github.fge.jsonpatch
-
Utilities for JsonPatchFactory.
- JsonPatchMessages - Class in com.github.fge.jsonpatch
-
- JsonPatchMessages() - Constructor for class com.github.fge.jsonpatch.JsonPatchMessages
-
- JsonPatchOperation - Interface in com.github.fge.jsonpatch
-
Base abstract class for one patch operation
- JsonPatchOperationFactory - Interface in com.github.fge.jsonpatch
-
- JsonPatchOperationFactoryBase - Class in com.github.fge.jsonpatch
-
The JsonPatchOperationFactoryBase implements a few common operations
for all JsonPatchOperationFactorys.
- JsonPatchOperationFactoryBase() - Constructor for class com.github.fge.jsonpatch.JsonPatchOperationFactoryBase
-