public class JsonPatchItem extends Object
| Constructor and Description |
|---|
JsonPatchItem(JSONObject row) |
JsonPatchItem(JsonPatchOperation op,
String path) |
JsonPatchItem(JsonPatchOperation op,
String path,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
JsonPatchOperation |
getOp() |
String |
getPath() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public JsonPatchItem(JsonPatchOperation op, String path, Object value)
public JsonPatchItem(JsonPatchOperation op, String path)
public JsonPatchItem(JSONObject row)
public JsonPatchOperation getOp()
public String getPath()
public Object getValue()
Copyright © 2021. All rights reserved.