A {@code DiffResult} contains a collection of the differences between two{@link Diffable} objects. Typically these differences are displayed using{@link #toString()} method, which returns a string describing the fields thatdiffer between the objects.
Use a {@link DiffBuilder} to build a {@code DiffResult} comparing two objects.
@since 3.3 @version $Id: DiffResult.java 1561225 2014-01-24 23:17:29Z djones $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|