public class ObjectDiffer extends Object
Differ.| Modifier and Type | Method and Description |
|---|---|
<T> Node |
compare(T working,
T base)
Recursively inspects the given objects and returns a node representing their differences.
|
Configuration |
getConfiguration()
Deprecated.
The configuration will become an immutable object created by the configuration builder. The
only way to configure an ObjectDiffer is by creating a new instance via
ObjectDifferFactory. Therefore there will be no need for this getter anymore. |
public <T> Node compare(T working, T base)
T - The type of the objects to compare.working - This object will be treated as the successor of the base object.base - This object will be treated as the predecessor of the working object.@Deprecated public Configuration getConfiguration()
ObjectDifferFactory. Therefore there will be no need for this getter anymore.Copyright © 2013. All Rights Reserved.