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.org.glassfish.json -
-
Uses of JsonMergePatch in jakarta.json
Methods 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.spi
Methods 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. -
Uses of JsonMergePatch in org.glassfish.json
Classes in org.glassfish.json that implement JsonMergePatch Modifier and Type Class Description classJsonMergePatchImplThis class is an implementation of a JSON Merge Patch as specified in RFC 7396.Methods in org.glassfish.json that return JsonMergePatch Modifier and Type Method Description JsonMergePatchJsonProviderImpl. createMergeDiff(JsonValue source, JsonValue target)JsonMergePatchJsonProviderImpl. createMergePatch(JsonValue patch)
-