举例:a,b为对象
BeanUtils.copyProperties(a, b)
1、BeanUtils是org.springframework.beans.BeanUtils时,a拷贝到b
2、BeanUtils是org.apache.commons.beanutils.BeanUtils时,b拷贝到a
注:源码
1、springframework
2、apache
2024-01-19 13:59:46
举例:a,b为对象
BeanUtils.copyProperties(a, b)
1、BeanUtils是org.springframework.beans.BeanUtils时,a拷贝到b
2、BeanUtils是org.apache.commons.beanutils.BeanUtils时,b拷贝到a
注:源码
1、springframework
2、apache