Uses of Package
com.github.fge.jsonpatch.operation
-
Packages that use com.github.fge.jsonpatch.operation Package Description com.github.fge.jsonpatch Implementation of JSON Patchcom.github.fge.jsonpatch.diff JSON "diff" implementationcom.github.fge.jsonpatch.operation -
Classes in com.github.fge.jsonpatch.operation used by com.github.fge.jsonpatch Class Description JsonPatchOperation Base abstract class for one patch operation -
Classes in com.github.fge.jsonpatch.operation used by com.github.fge.jsonpatch.diff Class Description JsonPatchOperation Base abstract class for one patch operation -
Classes in com.github.fge.jsonpatch.operation used by com.github.fge.jsonpatch.operation Class Description DualPathOperation Base class for JSON Patch operations taking two JSON Pointers as argumentsJsonPatchOperation Base abstract class for one patch operationOmitOperationBase OmitOperationBase implements the basic concept of omitting the specified value at the requested path.PathValueOperation Base class for patch operations taking a value in addition to a path