Uses of Class
org.omnaest.utils.beans.copier.PreparedBeanCopier

Packages that use PreparedBeanCopier
org.omnaest.utils.beans.copier   
 

Uses of PreparedBeanCopier in org.omnaest.utils.beans.copier
 

Methods in org.omnaest.utils.beans.copier that return PreparedBeanCopier
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.deepCopyProperties(FROM instanceFrom, TO instanceTo)
           
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.setPropertyAccessTypeFrom(BeanPropertyAccessor.PropertyAccessType propertyAccessTypeFrom)
           
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.setPropertyAccessTypeTo(BeanPropertyAccessor.PropertyAccessType propertyAccessTypeTo)
           
 PreparedBeanCopier<FROM,TO> PreparedBeanCopier.throwExceptionWhenAnyPropertiesAreNotMatching()
          Throws an PreparedBeanCopier.NonMatchingPropertyException if hasNonMatchingProperties() is true
 



Copyright © 2013. All Rights Reserved.