org.apache.ibatis.reflection.property
Class PropertyCopier

java.lang.Object
  extended by org.apache.ibatis.reflection.property.PropertyCopier

public class PropertyCopier
extends Object


Constructor Summary
PropertyCopier()
           
 
Method Summary
static void copyBeanProperties(Class<?> type, Object sourceBean, Object destinationBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCopier

public PropertyCopier()
Method Detail

copyBeanProperties

public static void copyBeanProperties(Class<?> type,
                                      Object sourceBean,
                                      Object destinationBean)


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.