类 BeanUtils
- java.lang.Object
-
- org.apache.commons.beanutils.BeanUtilsBean
-
- net.qimooc.commons.utils.BeanUtils
-
public class BeanUtils extends org.apache.commons.beanutils.BeanUtilsBean
-
-
构造器概要
构造器 构造器 说明 BeanUtils()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcopyProperties(java.lang.Object dest, java.lang.Object orig, boolean ignoreNullFlag)-
从类继承的方法 org.apache.commons.beanutils.BeanUtilsBean
cloneBean, convert, copyProperties, copyProperty, describe, getArrayProperty, getConvertUtils, getIndexedProperty, getIndexedProperty, getInstance, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getPropertyUtils, getSimpleProperty, initCause, populate, setInstance, setProperty
-
-
-
-
方法详细资料
-
copyProperties
public void copyProperties(java.lang.Object dest, java.lang.Object orig, boolean ignoreNullFlag) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException- 参数:
dest- 目标对象orig- 源对象ignoreNullFlag- 是否忽略null值- 抛出:
java.lang.IllegalAccessException- ejava.lang.reflect.InvocationTargetException- e
-
-