Uses of Package
org.apache.commons.beanutils
Packages that use org.apache.commons.beanutils
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
interface that
are pre-registered with
at startup time.
invalid reference
Converter
invalid reference
ConvertUtils
Locale-aware extensions of the standard beanutils classes.
Standard implementations of the locale-aware
interface that are pre-registered with locale-aware
at startup time.
invalid reference
LocaleConverter
invalid reference
LocaleConvertUtils
-
Classes in org.apache.commons.beanutils used by org.apache.commons.beanutilsClassDescriptionA 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.An internally used helper class for storing introspection information about a bean class.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.JavaBean property population methods.An instance of this class represents a value that is provided per (thread) context classloader.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.Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.A 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 ofjava.lang.Class
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.Provides common logic for JDBC implementations ofDynaClass
.DynaBean which automatically adds properties to theDynaClass
and provides Lazy List and Lazy Map features.Provides a light weightDynaBean
facade to aMap
with lazy map/list processing.Holds aMethod
in aSoftReference
so that it it doesn't prevent any ClassLoader being garbage collected, but tries to re-create the method if the method reference has been released.Represents the key to looking up a Method by reflection.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.Implementation ofDynaClass
for DynaBeans that wrap thejava.sql.Row
objects of ajava.sql.ResultSet
.A specializedBeanIntrospector
implementation which suppresses some properties.A customized implementation ofjava.util.HashMap
designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes.Abstract collection implementation shared by keySet(), values() and entrySet().Implementation ofDynaBean
that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.Implementation ofDynaClass
for DynaBeans that wrap standard JavaBean instances.A class representing the combined key for the cache ofWrapDynaClass
instances. -
Classes in org.apache.commons.beanutils used by org.apache.commons.beanutils.convertersClassDescriptionA 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. -
Classes in org.apache.commons.beanutils used by org.apache.commons.beanutils.localeClassDescriptionUtility methods for populating JavaBeans properties via reflection.JavaBean property population methods.An instance of this class represents a value that is provided per (thread) context classloader.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.Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
-
Classes in org.apache.commons.beanutils used by org.apache.commons.beanutils.locale.convertersClassDescriptionGeneral 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.