关于BeanUtils.copyProperties()用法和区别

Posted listener_lei

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于BeanUtils.copyProperties()用法和区别相关的知识,希望对你有一定的参考价值。

 这两个类在不同的包下面,而这两个类的copyProperties()方法里面传递的参数赋值是相反的。

  例如:
  a,b为对象
  BeanUtils.copyProperties(a, b);

1、BeanUtils是org.springframework.beans.BeanUtils, a拷贝到b  

public static void copyProperties(Object source, Object target)//source 源文件,target 目标文件
        throws BeansException
    {
        copyProperties(source, target, null, (String[])null);
    }

2、BeanUtils是org.apache.commons.beanutils.BeanUtils,b拷贝到a

public static void copyProperties(Object dest, Object orig)//dest目标文件,original源文件
        throws IllegalAccessException, InvocationTargetException
    {
        BeanUtilsBean.getInstance().copyProperties(dest, orig);
    }

 

以上是关于关于BeanUtils.copyProperties()用法和区别的主要内容,如果未能解决你的问题,请参考以下文章

关于数学,关于年少的感动,关于初心

scrapy 关于 rule, 关于多页

JS学习笔记关于选项卡,关于this,关于innerHTML

关于唯典冰淇淋新闻页的布局

关于prototype.js的一些技术说明

主页链接发送到关于/关于页面无法回家