Uses of Interface
jakarta.json.JsonPatch
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonPatch in jakarta.json
Modifier and TypeMethodDescriptionJsonPatchBuilder.build()
Returns the JSON Patch.static JsonPatch
Json.createDiff
(JsonStructure source, JsonStructure target) Generates a JSON Patch (RFC 6902) from the source and targetJsonStructure
.static JsonPatch
Json.createPatch
(JsonArray array) Creates a JSON Patch (RFC 6902) from the specified operations. -
Uses of JsonPatch in jakarta.json.spi
Modifier and TypeMethodDescriptionJsonProvider.createDiff
(JsonStructure source, JsonStructure target) Generates a JSON Patch (RFC 6902) from the source and targetJsonStructure
.JsonProvider.createPatch
(JsonArray array) Creates a JSON Patch (RFC 6902) from the specified operations.