public interface Differ
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
diff(java.lang.Object a,
    java.lang.Object b,
    ResultSet r,
    DiffContext c)
Diff two objects and place any results in the DiffContext. 
 | 
boolean diff(java.lang.Object a,
             java.lang.Object b,
             ResultSet r,
             DiffContext c)