public interface Difference
| Modifier and Type | Interface and Description |
|---|---|
static class |
Difference.Type |
| Modifier and Type | Method and Description |
|---|---|
Object |
getActual()
Actual node serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
|
String |
getActualPath()
Path to the difference
|
Object |
getExpected()
Expected node serialized as Map<String, Object> for objects, BigDecimal for numbers, ...
|
String |
getExpectedPath()
Path to the expected element (may be different than actual path if IGNORE_ARRAY_ORDER is used)
|
Difference.Type |
getType()
Type of the difference
|
String getActualPath()
String getExpectedPath()
Object getActual()
Object getExpected()
Difference.Type getType()
Copyright © 2019. All rights reserved.