AbstractArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
AbstractConverter | Base Converter implementation that provides the structure
for handling conversion to and from a specified type. |
ArrayConverter | Generic Converter implementaion that handles conversion
to and from array objects. |
ArrayStack | An implementation of the java.util.Stack API that is based on an
ArrayList instead of a Vector , 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 | NumberConverter implementation that handles conversion to
and from java.math.BigDecimal objects. |
BigDecimalLocaleConverter | Standard |
BigIntegerConverter | NumberConverter implementation that handles conversion to
and from java.math.BigInteger objects. |
BigIntegerLocaleConverter | Standard |
BooleanArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
BooleanConverter | Converter implementaion 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 ArrayConverter implementation
|
ByteConverter | NumberConverter implementation that handles conversion to
and from java.lang.Byte objects. |
ByteLocaleConverter | Standard |
CalendarConverter | DateTimeConverter implementation that handles conversion to
and from java.util.Calendar objects. |
CharacterArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
CharacterConverter | Converter implementaion that handles conversion
to and from java.lang.Character objects. |
ClassConverter | Converter implementaion 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 Converter implementations
preventing access to any public API in the implementation,
other than that specified by Converter . |
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 | ConvertUtilsBean implementation that delegates convert()
methods to the new convert(Object, Class) method. |
DateConverter | DateTimeConverter implementation that handles conversion to
and from java.util.Date objects. |
DateLocaleConverter | Standard |
DateTimeConverter | Converter implementaion
that handles conversion to and from date/time objects. |
DecimalLocaleConverter | Standard |
DefaultResolver | Default Property Name Expression Resolver Implementation. |
DoubleArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
DoubleConverter | NumberConverter implementation 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 | Converter implementaion that handles conversion
to and from java.io.File objects. |
FloatArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
FloatConverter | NumberConverter implementation that handles conversion to
and from java.lang.Float objects. |
FloatLocaleConverter | Standard |
IntegerArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
IntegerConverter | NumberConverter implementation 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 Resolver implementation 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 ArrayConverter implementation
|
LongConverter | NumberConverter implementation 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 | Converter implementaion 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 ArrayConverter implementation
|
ShortConverter | NumberConverter implementation that handles conversion to
and from java.lang.Short objects. |
ShortLocaleConverter | Standard |
SqlDateConverter | DateTimeConverter implementation that handles conversion to
and from java.sql.Date objects. |
SqlDateLocaleConverter | Standard |
SqlTimeConverter | DateTimeConverter implementation that handles conversion to
and from java.sql.Time objects. |
SqlTimeLocaleConverter | Standard |
SqlTimestampConverter | DateTimeConverter implementation that handles conversion to
and from java.sql.Timestamp objects. |
SqlTimestampLocaleConverter | Standard |
StringArrayConverter |
This class is deprecated.
Replaced by the new ArrayConverter implementation
|
StringConverter | Converter
implementation that converts an incoming
object into a java.lang.String object. |
StringLocaleConverter | Standard |
URLConverter | Converter implementaion that handles conversion
to and from java.net.URL objects. |
WrapDynaBean | Implementation of |
WrapDynaClass | Implementation of |