|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Differences | |
---|---|
org.pojomatic | |
org.pojomatic.diff | |
org.pojomatic.internal | The classes in this package are intended for internal use only. |
Uses of Differences in org.pojomatic |
---|
Methods in org.pojomatic that return Differences | ||
---|---|---|
static
|
Pojomatic.diff(T pojo,
S other)
Compute the differences between pojo and other among the properties
examined by Pojomatic.equals(Object, Object) for type T . |
|
Differences |
Pojomator.doDiff(T instance,
T other)
Compute the differences between instance and other among the properties
examined by Pojomator.doEquals(Object, Object) . |
Uses of Differences in org.pojomatic.diff |
---|
Classes in org.pojomatic.diff that implement Differences | |
---|---|
class |
DifferenceToNull
|
class |
PropertyDifferences
|
Uses of Differences in org.pojomatic.internal |
---|
Methods in org.pojomatic.internal that return Differences | |
---|---|
Differences |
PojomatorImpl.doDiff(T instance,
T other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |