public class JsonPatch
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonPatch.Builder |
| Constructor and Description |
|---|
JsonPatch(java.util.List<JsonPatchOp> ops) |
| Modifier and Type | Method and Description |
|---|---|
static JsonPatch.Builder |
builder() |
java.util.List<JsonPatchOp> |
getOps() |
public JsonPatch(java.util.List<JsonPatchOp> ops)
public java.util.List<JsonPatchOp> getOps()
public static JsonPatch.Builder builder()