| Package | Description |
|---|---|
| restx.tests.json |
| Modifier and Type | Method and Description |
|---|---|
protected JsonObjectLocation |
JsonDiff.contextLeft(Object o) |
protected JsonObjectLocation |
JsonDiff.contextRight(Object o) |
JsonObjectLocation |
JsonDiff.currentLeftContextLocation() |
JsonObjectLocation |
JsonDiff.currentRightContextLocation() |
JsonObjectLocation |
JsonDiff.Difference.getLeftContext() |
JsonObjectLocation |
JsonDiff.AbstractDiff.getLeftContext() |
JsonObjectLocation |
JsonDiff.Difference.getRightContext() |
JsonObjectLocation |
JsonDiff.AbstractDiff.getRightContext() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<JsonObjectLocation> |
JsonWithLocationsParser.ParsedJsonLocations.getLocationOf(Object o) |
| Constructor and Description |
|---|
AbstractDiff(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext) |
AddedKey(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
String key,
Object value) |
ArrayDeletedValue(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
int leftPosition,
int rightPosition,
List<Object> values) |
ArrayDiff(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
int leftPosition,
int rightPosition,
List<Object> values) |
ArrayInsertedValue(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
int leftPosition,
int rightPosition,
List<Object> values) |
KeyDiff(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
String key,
Object value) |
RemovedKey(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
String key,
Object value) |
ValueDiff(String leftPath,
String rightPath,
JsonObjectLocation leftContext,
JsonObjectLocation rightContext,
Object leftValue,
Object rightValue) |
Copyright © 2017. All Rights Reserved.