Package org.springframework.data.rest.webmvc.json.patch


@NonNullApi package org.springframework.data.rest.webmvc.json.patch
  • Class
    Description
    Contextual mapping for he translation of JSON Pointer segments into property references on persistent types.
    Convert JsonNodes containing JSON Patch to/from Patch objects.
    Represents a Patch.
    A strategy interface for producing Patch 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.