Package com.eoscode.springapitools.util
Class NullAwareBeanUtilsBean
- java.lang.Object
-
- org.apache.commons.beanutils.BeanUtilsBean
-
- com.eoscode.springapitools.util.NullAwareBeanUtilsBean
-
public class NullAwareBeanUtilsBean extends org.apache.commons.beanutils.BeanUtilsBean
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyProperty(Object dest, String name, Object value)static NullAwareBeanUtilsBeangetInstance()-
Methods inherited from class org.apache.commons.beanutils.BeanUtilsBean
cloneBean, convert, copyProperties, describe, getArrayProperty, getConvertUtils, getIndexedProperty, getIndexedProperty, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getPropertyUtils, getSimpleProperty, initCause, populate, setInstance, setProperty
-
-
-
-
Method Detail
-
getInstance
public static NullAwareBeanUtilsBean getInstance()
-
copyProperty
public void copyProperty(Object dest, String name, Object value) throws IllegalAccessException, InvocationTargetException
- Overrides:
copyPropertyin classorg.apache.commons.beanutils.BeanUtilsBean- Throws:
IllegalAccessExceptionInvocationTargetException
-
-