Uses of Class
org.oxerr.commons.ws.rs.bean.NullAwareBeanUtilsBean
Packages that use NullAwareBeanUtilsBean
-
Uses of NullAwareBeanUtilsBean in org.oxerr.commons.ws.rs.bean
Fields in org.oxerr.commons.ws.rs.bean with type parameters of type NullAwareBeanUtilsBeanModifier and TypeFieldDescriptionprivate static final org.apache.commons.beanutils.ContextClassLoaderLocal<NullAwareBeanUtilsBean>
NullAwareBeanUtilsBean.BEANS_BY_CLASSLOADER
ContainsNullAwareBeanUtilsBean
instances indexed by context classloader.Methods in org.oxerr.commons.ws.rs.bean that return NullAwareBeanUtilsBeanModifier and TypeMethodDescriptionstatic NullAwareBeanUtilsBean
NullAwareBeanUtilsBean.getInstance()
Gets the instance which provides the functionality forBeanUtils
.