Uses of Interface
org.apache.commons.beanutils.BeanIntrospector
Packages that use BeanIntrospector
Package
Description
The Bean Introspection Utilities component of the Apache Commons
subproject offers low-level utility classes that assist in getting and setting
property values on Java classes that follow the naming design patterns outlined
in the JavaBeans Specification, as well as mechanisms for dynamically defining
and accessing bean properties.
-
Uses of BeanIntrospector in org.apache.commons.beanutils
Classes in org.apache.commons.beanutils that implement BeanIntrospectorModifier and TypeClassDescriptionclass
The defaultBeanIntrospector
implementation.class
An implementation of theBeanIntrospector
interface which can detect write methods for properties used in fluent API scenario.class
A specializedBeanIntrospector
implementation which suppresses some properties.Fields in org.apache.commons.beanutils declared as BeanIntrospectorModifier and TypeFieldDescriptionstatic final BeanIntrospector
DefaultBeanIntrospector.INSTANCE
The singleton instance of this class.Fields in org.apache.commons.beanutils with type parameters of type BeanIntrospectorModifier and TypeFieldDescriptionprivate final List
<BeanIntrospector> PropertyUtilsBean.introspectors
The list with BeanIntrospector objects.Methods in org.apache.commons.beanutils with parameters of type BeanIntrospectorModifier and TypeMethodDescriptionstatic void
PropertyUtils.addBeanIntrospector
(BeanIntrospector introspector) Adds aBeanIntrospector
.void
PropertyUtilsBean.addBeanIntrospector
(BeanIntrospector introspector) Adds aBeanIntrospector
.static boolean
PropertyUtils.removeBeanIntrospector
(BeanIntrospector introspector) Removes the specifiedBeanIntrospector
.boolean
PropertyUtilsBean.removeBeanIntrospector
(BeanIntrospector introspector) Removes the specifiedBeanIntrospector
.