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 voidcopyBeanProperties(Class<?> type, Object sourceBean, Object destinationBean) 
 -