public class BeanUtils
extends org.apache.commons.beanutils.BeanUtilsBean
| 构造器和说明 |
|---|
BeanUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
copyProperties(java.lang.Object dest,
java.lang.Object orig,
boolean ignoreNullFlag) |
cloneBean, convert, copyProperties, copyProperty, describe, getArrayProperty, getConvertUtils, getIndexedProperty, getIndexedProperty, getInstance, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getPropertyUtils, getSimpleProperty, initCause, populate, setInstance, setPropertypublic 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