Uses of Class
org.nuiton.util.beans.PropertyDiff
| Package | Description |
|---|---|
| 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 Modifier and Type Field Description protected java.util.Map<java.lang.String,PropertyDiff>BeanMonitor. propertyDiffsNames of monitored and modified properties for the attached bean.Methods in org.nuiton.util.beans that return PropertyDiff Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<PropertyDiff>Binder. diff(I source, O target)Compare two beans property by property according to the model.protected java.util.List<PropertyDiff>Binder. diff(I source, O target, boolean excludeProperties, java.lang.String... propertyNames)java.util.List<PropertyDiff>Binder. diffExcluding(I source, O target, java.lang.String... propertyNames)Compare two beans property by property according to the model.