Uses of Interface
jakarta.json.JsonPatchBuilder
Packages that use JsonPatchBuilder
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonPatchBuilder in jakarta.json
Methods in jakarta.json that return JsonPatchBuilderModifier and TypeMethodDescriptionAdds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds an "add" JSON Patch operation.Adds a "copy" JSON Patch operation.static JsonPatchBuilderJson.createPatchBuilder()Creates a JSON Patch builder (RFC 6902).static JsonPatchBuilderJson.createPatchBuilder(JsonArray array) Creates a JSON Patch builder (RFC 6902), initialized with the specified operations.Adds a "move" JSON Patch operation.Adds a "remove" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation. -
Uses of JsonPatchBuilder in jakarta.json.spi
Methods in jakarta.json.spi that return JsonPatchBuilderModifier and TypeMethodDescriptionJsonProvider.createPatchBuilder()Creates a JSON Patch builder (RFC 6902).JsonProvider.createPatchBuilder(JsonArray array) Creates a JSON Patch builder (RFC 6902), initialized with the specified operations. -
Uses of JsonPatchBuilder in org.eclipse.parsson
Classes in org.eclipse.parsson that implement JsonPatchBuilderModifier and TypeClassDescriptionfinal classA builder for constructing a JSON Patch by adding JSON Patch operations incrementally.Methods in org.eclipse.parsson that return JsonPatchBuilderModifier and TypeMethodDescriptionAdds an "add" JSON Patch operationAdds an "add" JSON Patch operationAdds an "add" JSON Patch operation.Adds an "add" JSON Patch operationAdds a "copy" JSON Patch operation.JsonProviderImpl.createPatchBuilder()JsonProviderImpl.createPatchBuilder(JsonArray array) Adds a "move" JSON Patch operation.Adds a "remove" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "replace" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.Adds a "test" JSON Patch operation.