Class CopyNotNullBeanUtilsBean
java.lang.Object
org.apache.commons.beanutils.BeanUtilsBean
io.camunda.zeebe.spring.client.bean.CopyNotNullBeanUtilsBean
public class CopyNotNullBeanUtilsBean
extends org.apache.commons.beanutils.BeanUtilsBean
-
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
CopyNotNullBeanUtilsBean
public CopyNotNullBeanUtilsBean()
-
-
Method Details
-
copyProperty
public void copyProperty(Object bean, String name, Object value) throws IllegalAccessException, InvocationTargetException - Overrides:
copyPropertyin classorg.apache.commons.beanutils.BeanUtilsBean- Throws:
IllegalAccessExceptionInvocationTargetException
-