public class JsonPatch extends Object
| Constructor and Description |
|---|
JsonPatch() |
JsonPatch(String fromString) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String path,
Object value) |
void |
copy(String from,
String path) |
Iterable<JsonPatchItem> |
getOperations() |
void |
move(String from,
String path) |
void |
remove(String path) |
void |
replace(String path,
Object value) |
void |
test(String path,
Object value) |
String |
toString() |
public JsonPatch()
public JsonPatch(String fromString)
public void remove(String path)
public Iterable<JsonPatchItem> getOperations()
Copyright © 2019. All rights reserved.