|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.util.BeanUtils
BeanUtils
provides functions for altering the way commons BeanUtils works
Field Summary | |
protected static Log |
logger
logger used by this class |
Constructor Summary | |
BeanUtils()
|
Method Summary | |
static void |
populateWithoutFail(java.lang.Object object,
java.util.Map props,
boolean logWarnings)
Exception safe version of BeanUtils.populateWithoutFail |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static transient Log logger
Constructor Detail |
public BeanUtils()
Method Detail |
public static void populateWithoutFail(java.lang.Object object, java.util.Map props, boolean logWarnings) throws java.lang.reflect.InvocationTargetException
object
- props
-
java.lang.reflect.InvocationTargetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |