| Package | Description |
|---|---|
| org.springframework.data.rest.webmvc.json.patch |
| Modifier and Type | Method and Description |
|---|---|
Patch |
JsonPatchPatchConverter.convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Constructs a
Patch object given a JsonNode. |
Patch |
PatchConverter.convert(T patchRepresentation)
Convert a patch document representation to a
Patch. |
| Modifier and Type | Method and Description |
|---|---|
T |
PatchConverter.convert(Patch patch)
Convert a
Patch to a representation object. |
com.fasterxml.jackson.databind.JsonNode |
JsonPatchPatchConverter.convert(Patch patch)
Renders a
Patch as a JsonNode. |
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.