org.apache.ibatis.reflection.property
Class PropertyCopier
java.lang.Object
org.apache.ibatis.reflection.property.PropertyCopier
public class PropertyCopier
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyCopier
public PropertyCopier()
copyBeanProperties
public static void copyBeanProperties(Class<?> type,
Object sourceBean,
Object destinationBean)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.