Class PropertyCopier


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

      • copyBeanProperties

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