Uses of Class
org.omnaest.utils.beans.replicator.BeanReplicator

Packages that use BeanReplicator
org.omnaest.utils.beans.replicator   
 

Uses of BeanReplicator in org.omnaest.utils.beans.replicator
 

Subclasses of BeanReplicator in org.omnaest.utils.beans.replicator
 class BeanCopier<B>
          The BeanCopier is a simple BeanReplicator which has the same source and target type
 

Methods in org.omnaest.utils.beans.replicator that return BeanReplicator
 BeanReplicator<FROM,TO> BeanReplicator.declare(BeanReplicator.Declaration declaration)
          Allows the specify a mapping BeanReplicator.Declaration

BeanReplicator.Declaration have to be made before any call to copy(Object, Object) or clone(Object)
 BeanReplicator<FROM,TO> BeanReplicator.setExceptionHandler(ExceptionHandler exceptionHandler)
          The given ExceptionHandler should handle any CopyException and PreparedBeanCopier.NonMatchingPropertyException
 



Copyright © 2013. All Rights Reserved.