Class NullAwareBeanUtilsBean
- java.lang.Object
-
- org.apache.commons.beanutils.BeanUtilsBean
-
- de.terrestris.shoguncore.util.bean.NullAwareBeanUtilsBean
-
public class NullAwareBeanUtilsBean extends org.apache.commons.beanutils.BeanUtilsBeanCredits go to http://stackoverflow.com/a/3521314- Author:
- Nils Bühner
-
-
Constructor Summary
Constructors Constructor Description NullAwareBeanUtilsBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyProperty(Object dest, String name, Object value)-
Methods inherited from class org.apache.commons.beanutils.BeanUtilsBean
cloneBean, convert, copyProperties, describe, getArrayProperty, getConvertUtils, getIndexedProperty, getIndexedProperty, getInstance, getMappedProperty, getMappedProperty, getNestedProperty, getProperty, getPropertyUtils, getSimpleProperty, initCause, populate, setInstance, setProperty
-
-
-
-
Method Detail
-
copyProperty
public void copyProperty(Object dest, String name, Object value) throws IllegalAccessException, InvocationTargetException
- Overrides:
copyPropertyin classorg.apache.commons.beanutils.BeanUtilsBean- Throws:
IllegalAccessExceptionInvocationTargetException
-
-