Uses of Interface
javax.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 javax.json
Methods in javax.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 javax.json.spi
Methods in javax.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.