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