|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDiff | |
|---|---|
| org.nuiton.util.beans | Packages for all stuff of bean transformations (binder, and others...). |
| Uses of PropertyDiff in org.nuiton.util.beans |
|---|
| Fields in org.nuiton.util.beans with type parameters of type PropertyDiff | |
|---|---|
protected Map<String,PropertyDiff> |
BeanMonitor.propertyDiffs
Names of monitored and modified properties for the attached bean. |
| Methods in org.nuiton.util.beans that return PropertyDiff | |
|---|---|
PropertyDiff[] |
BeanMonitor.getPropertyDiffs()
Obtains the property diffs since the bean is monitoried. |
| Methods in org.nuiton.util.beans that return types with arguments of type PropertyDiff | |
|---|---|
List<PropertyDiff> |
Binder.diff(I source,
O target)
Compare two beans property by property according to the model. |
protected List<PropertyDiff> |
Binder.diff(I source,
O target,
boolean excludeProperties,
String... propertyNames)
|
List<PropertyDiff> |
Binder.diffExcluding(I source,
O target,
String... propertyNames)
Compare two beans property by property according to the model. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||