Uses of Interface
org.apache.commons.beanutils.BeanIntrospector
-
Packages that use BeanIntrospector Package Description org.apache.commons.beanutils 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 BeanIntrospector Modifier and Type Class Description classDefaultBeanIntrospectorThe defaultBeanIntrospectorimplementation.classFluentPropertyBeanIntrospectorAn implementation of theBeanIntrospectorinterface which can detect write methods for properties used in fluent API scenario.classSuppressPropertiesBeanIntrospectorA specializedBeanIntrospectorimplementation which suppresses some properties.Fields in org.apache.commons.beanutils declared as BeanIntrospector Modifier and Type Field Description static BeanIntrospectorDefaultBeanIntrospector. INSTANCEThe singleton instance of this class.Methods in org.apache.commons.beanutils with parameters of type BeanIntrospector Modifier and Type Method Description static voidPropertyUtils. addBeanIntrospector(BeanIntrospector introspector)Adds aBeanIntrospector.voidPropertyUtilsBean. addBeanIntrospector(BeanIntrospector introspector)Adds aBeanIntrospector.static booleanPropertyUtils. removeBeanIntrospector(BeanIntrospector introspector)Removes the specifiedBeanIntrospector.booleanPropertyUtilsBean. removeBeanIntrospector(BeanIntrospector introspector)Removes the specifiedBeanIntrospector.
-