| Interface | Description |
|---|---|
| PatchConverter<T> |
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. |
| Class | Description |
|---|---|
| JsonPatchPatchConverter |
Convert
JsonNodes containing JSON Patch to/from Patch objects. |
| Patch |
Represents a Patch.
|
| PatchOperation |
Abstract base class representing and providing support methods for patch operations.
|
| Exception | Description |
|---|---|
| PatchException |
Exception thrown if an error occurs in the course of applying a Patch.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.