public final class BodyComparisonResult
private final Map<String, List<BodyMismatch>>
mismatches
private final List<String>
diff
BodyComparisonResult(Map<String, List<BodyMismatch>> mismatches, List<String> diff)
final Map<String, List<BodyMismatch>>
getMismatches()
final List<String>
getDiff()
final JsonValue.Object
toJson()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Map<String, List<BodyMismatch>> getMismatches()
final List<String> getDiff()
final JsonValue.Object toJson()