| Modifier and Type | Method and Description |
|---|---|
JsonPatch |
JsonPatch.add(String path,
Json.JValue value) |
JsonPatch |
JsonPatch.copy(String from,
String path) |
static JsonPatch |
JsonPatch.fromArray(Json.JArray array) |
JsonPatch |
JsonPatch.move(String from,
String path) |
JsonPatch |
JsonPatch.remove(String path) |
JsonPatch |
JsonPatch.replace(String path,
Json.JValue value) |
JsonPatch |
JsonPatch.test(String path,
Json.JValue value) |
Copyright © 2015–2016. All rights reserved.