Uses of Class
org.nuiton.util.beans.PropertyDiff
Packages that use PropertyDiff
Package
Description
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 PropertyDiffModifier and TypeFieldDescriptionprotected final Map<String, PropertyDiff> BeanMonitor.propertyDiffsNames of monitored and modified properties for the attached bean.Methods in org.nuiton.util.beans that return PropertyDiffModifier and TypeMethodDescriptionBeanMonitor.getPropertyDiffs()Obtains the property diffs since the bean is monitoried.Methods in org.nuiton.util.beans that return types with arguments of type PropertyDiffModifier and TypeMethodDescriptionCompare two beans property by property according to the model.protected List<PropertyDiff> Binder.diffExcluding(I source, O target, String... propertyNames) Compare two beans property by property according to the model.