Class PropertyCopier
java.lang.Object
org.apache.ibatis.reflection.property.PropertyCopier
- Author:
- Clinton Begin
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
copyBeanProperties
(Class<?> type, Object sourceBean, Object destinationBean)
-
Method Details
-
copyBeanProperties
-