Uses of Interface
javax.json.JsonPatch
Packages that use 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 javax.json
Methods in javax.json that return JsonPatchModifier and TypeMethodDescriptionJsonPatchBuilder.build()Returns the JSON Patch.static JsonPatchJson.createDiff(JsonStructure source, JsonStructure target) Generates a JSON Patch (RFC 6902) from the source and targetJsonStructure.static JsonPatchJson.createPatch(JsonArray array) Creates a JSON Patch (RFC 6902) from the specified operations. -
Uses of JsonPatch in javax.json.spi
Methods in javax.json.spi that return JsonPatchModifier 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. -
Uses of JsonPatch in org.glassfish.json
Classes in org.glassfish.json that implement JsonPatchModifier and TypeClassDescriptionclassThis class is an immutable representation of a JSON Patch as specified in RFC 6902.Methods in org.glassfish.json that return JsonPatchModifier and TypeMethodDescriptionJsonPatchBuilderImpl.build()Returns the patch operation in a JsonPatchJsonProviderImpl.createDiff(JsonStructure source, JsonStructure target) JsonProviderImpl.createPatch(JsonArray array)