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 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
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.