public abstract static class JsonDiff.KeyDiff extends JsonDiff.AbstractDiff
| Modifier | Constructor and Description |
|---|---|
protected |
KeyDiff(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
protected Map<String,Object> |
getLeftParent(JsonDiff diff) |
protected Map<String,Object> |
getRightParent(JsonDiff diff) |
Object |
getValue() |
String |
toString() |
getLeftContext, getLeftPath, getRightContext, getRightPath, getType, mergeToLeft, mergeToRightprotected KeyDiff(String leftPath, String rightPath, JsonObjectLocation leftContext, JsonObjectLocation rightContext, String key, Object value)
public String getKey()
public Object getValue()
public String toString()
toString in class JsonDiff.AbstractDiffCopyright © 2017. All Rights Reserved.