| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc.json.patch |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveOperation
Operation that removes the value at the given path.
|
class |
ReplaceOperation
Operation that replaces the value at the given path with a new value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchOperation> |
Patch.getOperations() |
| Constructor and Description |
|---|
Patch(List<PatchOperation> operations) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.