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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBeanIntrospector
The default
BeanIntrospector implementation. |
class |
FluentPropertyBeanIntrospector
An implementation of the
BeanIntrospector interface which can
detect write methods for properties used in fluent API scenario. |
class |
SuppressPropertiesBeanIntrospector
A specialized
BeanIntrospector implementation which suppresses some properties. |
Modifier and Type | Field and Description |
---|---|
static BeanIntrospector |
DefaultBeanIntrospector.INSTANCE
The singleton instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyUtilsBean.addBeanIntrospector(BeanIntrospector introspector)
Adds a
BeanIntrospector . |
static void |
PropertyUtils.addBeanIntrospector(BeanIntrospector introspector)
Adds a
BeanIntrospector . |
boolean |
PropertyUtilsBean.removeBeanIntrospector(BeanIntrospector introspector)
Removes the specified
BeanIntrospector . |
static boolean |
PropertyUtils.removeBeanIntrospector(BeanIntrospector introspector)
Removes the specified
BeanIntrospector . |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.