Uses of Class
cloud.opencode.base.json.patch.JsonMergePatch.Builder
Packages that use JsonMergePatch.Builder
Package
Description
JSON Patch - RFC 6902 and RFC 7396 Implementation
JSON Patch - RFC 6902 和 RFC 7396 实现
-
Uses of JsonMergePatch.Builder in cloud.opencode.base.json.patch
Methods in cloud.opencode.base.json.patch that return JsonMergePatch.BuilderModifier and TypeMethodDescriptionstatic JsonMergePatch.BuilderJsonMergePatch.builder()Creates a new builder.Removes a property (sets it to null in patch).Sets a boolean property value.Sets a property value.Sets a number property value.Sets a string property value.