Uses of Interface
com.github.fge.jsonpatch.operation.JsonPatchOperation
-
Packages that use JsonPatchOperation Package Description com.github.fge.jsonpatch Implementation of JSON Patchcom.github.fge.jsonpatch.diff JSON "diff" implementationcom.github.fge.jsonpatch.operation -
-
Uses of JsonPatchOperation in com.github.fge.jsonpatch
Fields in com.github.fge.jsonpatch with type parameters of type JsonPatchOperation Modifier and Type Field Description protected List<JsonPatchOperation>JsonPatch. operationsList of operationsMethods in com.github.fge.jsonpatch that return types with arguments of type JsonPatchOperation Modifier and Type Method Description List<JsonPatchOperation>JsonPatch. getOperations()Constructor parameters in com.github.fge.jsonpatch with type arguments of type JsonPatchOperation Constructor Description JsonPatch(List<JsonPatchOperation> operations)Constructor -
Uses of JsonPatchOperation in com.github.fge.jsonpatch.diff
Methods in com.github.fge.jsonpatch.diff that return JsonPatchOperation Modifier and Type Method Description JsonPatchOperationDiffOperation. asJsonPatchOperation()abstract JsonPatchOperationDiffOperation.Type. toOperation(DiffOperation op) -
Uses of JsonPatchOperation in com.github.fge.jsonpatch.operation
Classes in com.github.fge.jsonpatch.operation that implement JsonPatchOperation Modifier and Type Class Description classAddOperationJSON PatchaddoperationclassCopyOperationJSON PatchcopyoperationclassDualPathOperationBase class for JSON Patch operations taking two JSON Pointers as argumentsclassMoveOperationJSON PatchmoveoperationclassOmitOperationExtended JSON Patchomitoperation.classOmitOperationBaseOmitOperationBase implements the basic concept of omitting the specified value at the requested path.classOmitOptionalOperationExtended JSON Patchomit?operation.classPathValueOperationBase class for patch operations taking a value in addition to a pathclassRemoveOperationJSON PathremoveoperationclassReplaceOperationJSON PatchreplaceoperationclassTestOperationJSON Patchtestoperation
-