public class JsonPatchPatchConverter extends Object implements PatchConverter<com.fasterxml.jackson.databind.JsonNode>
JsonNodes containing JSON Patch to/from Patch objects.| Constructor and Description |
|---|
JsonPatchPatchConverter(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
Patch |
convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Constructs a
Patch object given a JsonNode. |
public JsonPatchPatchConverter(@NonNull
com.fasterxml.jackson.databind.ObjectMapper mapper)
public Patch convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Patch object given a JsonNode.convert in interface PatchConverter<com.fasterxml.jackson.databind.JsonNode>jsonNode - a JsonNode containing the JSON PatchPatchCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.