org.omnaest.utils.beans.copier
Interface PreparedBeanCopier.CopierFactory.Copier

All Superinterfaces:
Serializable
Enclosing interface:
PreparedBeanCopier.CopierFactory

public static interface PreparedBeanCopier.CopierFactory.Copier
extends Serializable

Author:
Omnaest
See Also:
#copy(Object, Object, Transformer)

Method Summary
 void copy(Object instanceFrom, Object instanceTo, PreparedBeanCopier.Transformer transformer)
          Copies all property values from one given instance to another
 

Method Detail

copy

void copy(Object instanceFrom,
          Object instanceTo,
          PreparedBeanCopier.Transformer transformer)
Copies all property values from one given instance to another

Parameters:
instanceFrom -
instanceTo -
transformer - PreparedBeanCopier.Transformer


Copyright © 2013. All Rights Reserved.