public static interface JsonDiff.Difference
| Modifier and Type | Method and Description |
|---|---|
JsonObjectLocation |
getLeftContext() |
String |
getLeftPath() |
JsonObjectLocation |
getRightContext() |
String |
getRightPath() |
String |
getType() |
void |
mergeToLeft(JsonDiff diff) |
void |
mergeToRight(JsonDiff diff) |
String getType()
String getLeftPath()
String getRightPath()
JsonObjectLocation getLeftContext()
JsonObjectLocation getRightContext()
void mergeToRight(JsonDiff diff)
void mergeToLeft(JsonDiff diff)
Copyright © 2017. All Rights Reserved.