Class PropertyCopier

java.lang.Object
org.apache.ibatis.reflection.property.PropertyCopier

public final class PropertyCopier extends Object
Author:
Clinton Begin
  • Method Details

    • copyBeanProperties

      public static void copyBeanProperties(Class<?> type, Object sourceBean, Object destinationBean)