Uses of Interface
jakarta.json.JsonMergePatch
- 
Packages that use JsonMergePatch Package Description jakarta.json Provides an object model API to process JSON.jakarta.json.spi Service Provider Interface (SPI) to plug in implementations for JSON processing objects.
- 
- 
Uses of JsonMergePatch in jakarta.jsonMethods in jakarta.json that return JsonMergePatch Modifier and Type Method Description static JsonMergePatchJson. createMergeDiff(JsonValue source, JsonValue target)Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValues which when applied to thesource, yields thetarget.static JsonMergePatchJson. createMergePatch(JsonValue patch)Creates JSON Merge Patch (RFC 7396) from specifiedJsonValue.
- 
Uses of JsonMergePatch in jakarta.json.spiMethods in jakarta.json.spi that return JsonMergePatch Modifier and Type Method Description JsonMergePatchJsonProvider. createMergeDiff(JsonValue source, JsonValue target)Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValues which when applied to thesource, yields thetarget.JsonMergePatchJsonProvider. createMergePatch(JsonValue patch)Creates JSON Merge Patch (RFC 7396) from specifiedJsonValue.
 
-