Uses of Record Class
cloud.opencode.base.json.patch.JsonPatch.PatchOperation
Packages that use JsonPatch.PatchOperation
Package
Description
JSON Patch - RFC 6902 and RFC 7396 Implementation
JSON Patch - RFC 6902 和 RFC 7396 实现
-
Uses of JsonPatch.PatchOperation in cloud.opencode.base.json.patch
Methods in cloud.opencode.base.json.patch that return types with arguments of type JsonPatch.PatchOperationModifier and TypeMethodDescriptionJsonPatch.getOperations()Returns the operations in this patch.Method parameters in cloud.opencode.base.json.patch with type arguments of type JsonPatch.PatchOperationModifier and TypeMethodDescriptionstatic JsonPatchJsonPatch.of(List<JsonPatch.PatchOperation> operations) Creates a patch from a list of operations.