Package org.springframework.data.rest.webmvc.json.patch
@NonNullApi
package org.springframework.data.rest.webmvc.json.patch
-
ClassDescriptionContextual mapping for he translation of JSON Pointer segments into property references on persistent types.Convert
JsonNode
s containing JSON Patch to/fromPatch
objects.Represents a Patch.A strategy interface for producingPatch
instances from a patch document representation (such as JSON Patch) and rendering a Patch to a patch document representation.Exception thrown if an error occurs in the course of applying a Patch.Abstract base class representing and providing support methods for patch operations.