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