| Interface | Description |
|---|---|
| LateObjectEvaluator |
Strategy interface for resolving values from an operation definition.
|
| 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.
|
| PathToSpEL |
Utilities for converting patch paths to/from SpEL expressions.
|
| RemoveOperation |
Operation that removes the value at the given path.
|
| ReplaceOperation |
Operation that replaces the value at the given path with a new value.
|
| Exception | Description |
|---|---|
| PatchException |
Exception thrown if an error occurs in the course of applying a Patch.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.