Copy every field in object A to object B. Each value is copied directly, and is not cloned.
The two objects must have the same number of fields of the same type.
@param source - fields to copy.
@param destination - fields to copy to.
@param commonType - type containing each field to copy.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.