Uses of Package
org.apache.commons.beanutils2
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.
Standard implementations of the
Converter
interface that are pre-registered with
ConvertUtils
at startup time.Locale-aware extensions of the standard BeanUtils classes.
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-aware
LocaleConvertUtils
at startup time.Contains code that relies on the
java.sql
module.Contains code that relies on the
java.sql
module.Contains code that relies on the
java.sql
module.-
ClassDescriptionA base class for decorators providing
Map
behavior onDynaBean
s.Minimal implementation of theDynaClass
interface.Thrown to indicate that the Bean Access Language cannot execute query against given bean.Definition of an interface for components that can perform introspection on bean classes.An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.TODO docsA ConversionException indicates that a call toConverter.convert()
has failed to complete successfully.General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.TODO DOCSA DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.A DynaClass is a simulation of the functionality ofClass
for classes implementing theDynaBean
interface.The metadata describing an individual property of a DynaBean.A context interface used during introspection for querying and setting property descriptors.DynaBean which automatically adds properties to theDynaClass
and provides Lazy List and Lazy Map features.A specialized extension toDynaClass
that allows properties to be added or removed dynamically.Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.A specializedBeanIntrospector
implementation which suppresses some properties.ImplementsDynaBean
to wrap a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.ImplementsDynaClass
to wrap standard JavaBean instances. -
ClassDescriptionA ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully.General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another. -
ClassDescriptionUtility methods for populating JavaBeans properties via reflection.TODO docsGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.TODO DOCSUtility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
-
ClassDescriptionGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
-
ClassDescriptionA DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.A DynaClass is a simulation of the functionality of
Class
for classes implementing theDynaBean
interface.The metadata describing an individual property of a DynaBean. -
ClassDescriptionGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
-
ClassDescriptionGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.