BeanUtils与PropertyUtils

BeanUtils.copyProperties(dest, orig);
		PropertyUtils.copyProperties(dest, orig);

 请参考网址:

http://blog.csdn.net/itmyhome/article/details/7011656

http://www.blogjava.net/javagrass/archive/2011/10/10/352856.html

 

你可能感兴趣的:(PropertyUtils)