Uses of Class
cloud.opencode.base.json.patch.JsonPatch.Builder
Packages that use JsonPatch.Builder
Package
Description
JSON Patch - RFC 6902 and RFC 7396 Implementation
JSON Patch - RFC 6902 和 RFC 7396 实现
-
Uses of JsonPatch.Builder in cloud.opencode.base.json.patch
Methods in cloud.opencode.base.json.patch that return JsonPatch.BuilderModifier and TypeMethodDescriptionAdds an add operation.static JsonPatch.BuilderJsonPatch.builder()Creates a new builder.Adds a copy operation.Adds a move operation.Adds a remove operation.Adds a replace operation.Adds a test operation.