Uses of Class
org.nuiton.util.beans.Binder.PropertyDiff

Packages that use Binder.PropertyDiff
org.nuiton.util.beans Packages for all stuff of bean transformations (binder, and others...). 
 

Uses of Binder.PropertyDiff in org.nuiton.util.beans
 

Methods in org.nuiton.util.beans that return types with arguments of type Binder.PropertyDiff
 List<Binder.PropertyDiff> Binder.diff(I source, O target)
          Compare two beans property by property according to the model.
protected  List<Binder.PropertyDiff> Binder.diff(I source, O target, boolean excludeProperties, String... propertyNames)
           
 List<Binder.PropertyDiff> Binder.diffExcluding(I source, O target, String... propertyNames)
          Compare two beans property by property according to the model.
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.