NoDifferences, PropertyDifferencespublic interface Differences
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
areEqual() |
|
Iterable<? extends Difference> |
differences() |
The differences between the two objects.
|
String |
toString() |
Iterable<? extends Difference> differences()
Iterable.Iterable if there are noneboolean areEqual()
true if the two POJOs were equal to each other;
false otherwise.Copyright © 2008–2018. All rights reserved.