| AbstractArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| AbstractConverter | Base Converterimplementation that provides the structure
 for handling conversion to and from a specified type. | 
| ArrayConverter | Generic Converterimplementaion that handles conversion
 to and from array objects. | 
| ArrayStack | An implementation of the java.util.Stack API that is based on an ArrayListinstead of aVector, so it is not
 synchronized to protect against multi-threaded access. | 
| BaseLocaleConverter | The base class for all standart type locale-sensitive converters. | 
| BasicDynaBean | Minimal implementation of the  | 
| BasicDynaClass | Minimal implementation of the  | 
| BeanAccessLanguageException | Thrown to indicate that the Bean Access Language cannot execute query against given bean. | 
| BeanComparator | This comparator compares two beans by the specified bean property. | 
| BeanMap | An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean. | 
| BeanMap.Entry | Map entry used by BeanMap. | 
| BeanPredicate | Predicate implementation that applies the given  | 
| BeanPropertyValueChangeClosure | 
 | 
| BeanPropertyValueEqualsPredicate | 
 | 
| BeanToPropertyValueTransformer | 
 | 
| BeanUtils | Utility methods for populating JavaBeans properties via reflection. | 
| BeanUtilsBean | JavaBean property population methods. | 
| BeanUtilsBean2 | 
 | 
| BigDecimalConverter | NumberConverterimplementation that handles conversion to
 and from java.math.BigDecimal objects. | 
| BigDecimalLocaleConverter | Standard  | 
| BigIntegerConverter | NumberConverterimplementation that handles conversion to
 and from java.math.BigInteger objects. | 
| BigIntegerLocaleConverter | Standard  | 
| BooleanArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| BooleanConverter | Converterimplementaion that handles conversion
 to and from Boolean objects. | 
| Buffer | Defines a collection that allows objects to be removed in some well-defined order. | 
| BufferUnderflowException | The BufferUnderflowException is used when the buffer is already empty. | 
| ByteArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| ByteConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Byte objects. | 
| ByteLocaleConverter | Standard  | 
| CalendarConverter | DateTimeConverterimplementation that handles conversion to
 and from java.util.Calendar objects. | 
| CharacterArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| CharacterConverter | Converterimplementaion that handles conversion
 to and from java.lang.Character objects. | 
| ClassConverter | Converterimplementaion that handles conversion
 to and from java.lang.Class objects. | 
| ConstructorUtils |  Utility reflection methods focussed on constructors, modelled after  | 
| ContextClassLoaderLocal | An instance of this class represents a value that is provided per (thread) context classloader. | 
| ConversionException | A ConversionException indicates that a call to
  | 
| Converter | 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. | 
| ConverterFacade | Provides a facade for Converterimplementations
 preventing access to any public API in the implementation,
 other than that specified byConverter. | 
| ConvertingWrapDynaBean | Implementation of  | 
| ConvertUtils | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | 
| ConvertUtilsBean | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | 
| ConvertUtilsBean2 | ConvertUtilsBeanimplementation that delegatesconvert()methods to the newconvert(Object, Class)method. | 
| DateConverter | DateTimeConverterimplementation that handles conversion to
 and from java.util.Date objects. | 
| DateLocaleConverter | Standard  | 
| DateTimeConverter | Converterimplementaion
 that handles conversion to and from date/time objects. | 
| DecimalLocaleConverter | Standard  | 
| DefaultResolver | Default Property Name Expression ResolverImplementation. | 
| DoubleArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| DoubleConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Double objects. | 
| DoubleLocaleConverter | Standard  | 
| DynaBean | A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified. | 
| DynaBeanMapDecorator | Decorates a  | 
| DynaClass | A DynaClass is a simulation of the functionality of
  | 
| DynaProperty | The metadata describing an individual property of a DynaBean. | 
| FastHashMap | A customized implementation of  | 
| FileConverter | Converterimplementaion that handles conversion
 to and from java.io.File objects. | 
| FloatArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| FloatConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Float objects. | 
| FloatLocaleConverter | Standard  | 
| IntegerArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| IntegerConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Integer objects. | 
| IntegerLocaleConverter | Standard  | 
| LazyDynaBean | DynaBean which automatically adds properties to the  | 
| LazyDynaClass | DynaClass which implements the  | 
| LazyDynaList | Lazy DynaBean List. | 
| LazyDynaMap | Provides a light weight  | 
| LocaleBeanUtils | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | 
| LocaleBeanUtils.Descriptor | This class is deprecated.
      moved into LocaleBeanUtils | 
| LocaleBeanUtilsBean | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | 
| LocaleBeanUtilsBean.Descriptor | This class is deprecated.
      Property name expressions are now processed by
 the configured Resolverimplementation and this class
 is no longer used by BeanUtils. | 
| LocaleConverter | General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another. | 
| LocaleConvertUtils | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value. | 
| LocaleConvertUtilsBean | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value. | 
| LongArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| LongConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Long objects. | 
| LongLocaleConverter | Standard  | 
| MappedPropertyDescriptor | A MappedPropertyDescriptor describes one mapped property. | 
| MethodUtils | Utility reflection methods focussed on methods in general rather than properties in particular. | 
| MutableDynaClass | A specialized extension to  | 
| NestedNullException | Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null. | 
| NumberConverter | Converterimplementaion that handles conversion
 to and from java.lang.Number objects. | 
| PropertyUtils | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | 
| PropertyUtilsBean | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | 
| Resolver | Property Name Expression Resolver. | 
| ResultSetDynaClass | Implementation of  | 
| ResultSetIterator | Implementation of  | 
| RowSetDynaClass | Implementation of  | 
| ShortArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| ShortConverter | NumberConverterimplementation that handles conversion to
 and from java.lang.Short objects. | 
| ShortLocaleConverter | Standard  | 
| SqlDateConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Date objects. | 
| SqlDateLocaleConverter | Standard  | 
| SqlTimeConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Time objects. | 
| SqlTimeLocaleConverter | Standard  | 
| SqlTimestampConverter | DateTimeConverterimplementation that handles conversion to
 and from java.sql.Timestamp objects. | 
| SqlTimestampLocaleConverter | Standard  | 
| StringArrayConverter | This class is deprecated.
      Replaced by the new ArrayConverterimplementation | 
| StringConverter | Converterimplementation that converts an incoming
 object into ajava.lang.Stringobject. | 
| StringLocaleConverter | Standard  | 
| URLConverter | Converterimplementaion that handles conversion
 to and from java.net.URL objects. | 
| WrapDynaBean | Implementation of  | 
| WrapDynaClass | Implementation of  |