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


package org.springframework.data.rest.webmvc.json.patch
  • Class
    Description
    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.