Class NullAwareBeanUtilsBean

java.lang.Object
org.apache.commons.beanutils.BeanUtilsBean
org.oxerr.commons.ws.rs.bean.NullAwareBeanUtilsBean

public class NullAwareBeanUtilsBean extends org.apache.commons.beanutils.BeanUtilsBean
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final org.apache.commons.beanutils.ContextClassLoaderLocal<NullAwareBeanUtilsBean>
    Contains NullAwareBeanUtilsBean instances indexed by context classloader.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyProperty(Object dest, String name, Object value)
     
    Gets the instance which provides the functionality for BeanUtils.

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BEANS_BY_CLASSLOADER

      private static final org.apache.commons.beanutils.ContextClassLoaderLocal<NullAwareBeanUtilsBean> BEANS_BY_CLASSLOADER
      Contains NullAwareBeanUtilsBean instances indexed by context classloader.
  • Constructor Details

    • NullAwareBeanUtilsBean

      public NullAwareBeanUtilsBean()
  • Method Details