Uses of Interface
javax.json.JsonMergePatch
Packages that use JsonMergePatch
Package
Description
Provides an object model API to process JSON.
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
-
Uses of JsonMergePatch in javax.json
Methods in javax.json that return JsonMergePatchModifier and TypeMethodDescriptionstatic JsonMergePatch
Json.createMergeDiff
(JsonValue source, JsonValue target) Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValue
s which when applied to thesource
, yields thetarget
.static JsonMergePatch
Json.createMergePatch
(JsonValue patch) Creates JSON Merge Patch (RFC 7396) from specifiedJsonValue
. -
Uses of JsonMergePatch in javax.json.spi
Methods in javax.json.spi that return JsonMergePatchModifier and TypeMethodDescriptionJsonProvider.createMergeDiff
(JsonValue source, JsonValue target) Generates a JSON Merge Patch (RFC 7396) from the source and targetJsonValue
s which when applied to thesource
, yields thetarget
.JsonProvider.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 JsonMergePatchModifier and TypeClassDescriptionfinal class
This class is an implementation of a JSON Merge Patch as specified in RFC 7396.Methods in org.glassfish.json that return JsonMergePatchModifier and TypeMethodDescriptionJsonProviderImpl.createMergeDiff
(JsonValue source, JsonValue target) JsonProviderImpl.createMergePatch
(JsonValue patch)