Class PropertyCopier
- java.lang.Object
-
- org.apache.ibatis.reflection.property.PropertyCopier
-
public final class PropertyCopier extends Object
- Author:
- Clinton Begin
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
copyBeanProperties(Class<?> type, Object sourceBean, Object destinationBean)
-