public class BeanUtils
extends org.apache.commons.beanutils.BeanUtils
BeanUtils provides functions for altering the way commons BeanUtils
works| Modifier and Type | Field and Description |
|---|---|
static String |
SET_PROPERTIES_METHOD |
| Constructor and Description |
|---|
BeanUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Map |
describe(Object object)
The Apache BeanUtils version of this converts all values to String, which is pretty useless, it also includes
stuff not defined by the user
|
static void |
populateWithoutFail(Object object,
Map props,
boolean logWarnings)
Exception safe version of BeanUtils.populateWithoutFail
|
cloneBean, copyProperties, copyProperty, createCache, getArrayProperty, getCacheFast, getDebug, getIndexedProperty, getIndexedProperty, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getSimpleProperty, initCause, populate, setCacheFast, setDebug, setPropertypublic static final String SET_PROPERTIES_METHOD
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.