Uses of Interface
jakarta.json.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
Modifier 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 JsonPatchBuilder
Json.createPatchBuilder()
Creates a JSON Patch builder (RFC 6902).static JsonPatchBuilder
Json.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
Modifier 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.