I want to copy object properties to another object in a generic way (if a property exists on target object, I copy it from the source object).
My co
Spring BeanUtils.copyProperties will work even if source/target classes are different types. http://docs.spring.io/autorepo/docs/spring/3.2.3.RELEASE/javadoc-api/org/springframework/beans/BeanUtils.html