Class Summary | |
---|---|
AbstractArrayConverter |
Convenience base class for converters that translate the String representation of an array into a corresponding array of primitives object. |
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. |
BeanUtils |
Utility methods for populating JavaBeans properties via reflection. The implementations are provided by BeanUtilsBean. |
BeanUtilsBean |
JavaBean property population methods. This class provides implementations for the utility methods in BeanUtils. |
BigDecimalConverter |
Standard Converter implementation that converts an incoming
String into a |
BigDecimalLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
BigIntegerConverter |
Standard Converter implementation that converts an incoming
String into a |
BigIntegerLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
BooleanArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of boolean. |
BooleanConverter |
Standard Converter implementation that converts an incoming
String into a |
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 |
Standard Converter implementation that converts an incoming String into a primitive array of byte. |
ByteConverter |
Standard Converter implementation that converts an incoming
String into a |
ByteLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
CharacterArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of char. |
CharacterConverter |
Standard Converter implementation that converts an incoming
String into a |
ClassConverter |
Standard Converter implementation that converts an incoming
String into a |
ConstructorUtils |
Utility reflection methods focussed on constructors, modelled after MethodUtils. |
ContextClassLoaderLocal | 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. |
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. For more details, see |
ConvertUtilsBean |
Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. |
DateLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
DecimalLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
DoubleArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of double. |
DoubleConverter |
Standard Converter implementation that converts an incoming
String into a |
DoubleLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
DynaBean |
A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified. |
DynaClass |
A DynaClass is a simulation of the functionality of
|
DynaProperty |
The metadata describing an individual property of a DynaBean. The meta contains an optional content type property (DynaProperty) for use by mapped and iterated properties. |
FastHashMap |
A customized implementation of |
FastHashMap.CollectionView | Abstract collection implementation shared by keySet(), values() and entrySet(). |
FastHashMap.CollectionView.CollectionViewIterator | |
FastHashMap.EntrySet | Set implementation over the entries of the FastHashMap |
FastHashMap.KeySet | Set implementation over the keys of the FastHashMap |
FastHashMap.Values | Collection implementation over the values of the FastHashMap |
FileConverter |
Standard Converter implementation that converts an incoming
String into a |
FloatArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of float. |
FloatConverter |
Standard Converter implementation that converts an incoming
String into a |
FloatLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
IntegerArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of int. |
IntegerConverter |
Standard Converter implementation that converts an incoming
String into a |
IntegerLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
JDBCDynaClass |
Provides common logic for JDBC implementations of DynaClass. |
LazyDynaBean |
DynaBean which automatically adds properties to the DynaBeans deal with three types of properties - simple, indexed and mapped and
have the following
Getting Property Values Calling any of the Setting Simple Properties The DynaBean myBean = new LazyDynaBean();
myBean.set("myProperty", "myValue");
Setting Indexed Properties If the property doesn't exist, the |
LazyDynaClass |
DynaClass which implements the A This implementation has one slightly unusual default behaviour - calling
the |
LazyDynaMap |
Provides a light weight Its a light weight As well providing rhe standard
Restricted DynaClass This class implements the |
LocaleBeanUtils |
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. The implementations for these methods are provided by |
LocaleBeanUtilsBean |
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. |
LocaleBeanUtilsBean.Descriptor | |
LocaleBeanUtils.Descriptor | |
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. The implementations for these method are provided by LocaleConvertUtilsBean. |
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. This class provides the implementations used by the static utility methods in LocaleConvertUtils. The actual LocaleConverter instance to be used can be registered for each possible destination Class. |
LongArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of long. |
LongConverter |
Standard Converter implementation that converts an incoming
String into a |
LongLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
MappedPropertyDescriptor | A MappedPropertyDescriptor describes one mapped property. |
MethodUtils |
Utility reflection methods focussed on methods in general rather than properties in particular. |
MethodUtils.MethodDescriptor | Represents the key to looking up a Method by reflection. |
MutableDynaClass |
A specialized extension to WARNING - No guarantees that this will be in the final APIs ... it's here primarily to preserve some concepts that were in the original proposal for further discussion. |
NestedNullException | Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null. |
PropertyUtils |
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. The implementations for these methods are provided by |
PropertyUtilsBean | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. |
ResultSetDynaClass |
Implementation of |
ResultSetIterator |
Implementation of |
RowSetDynaClass |
Implementation of DynaClass that creates an in-memory collection of DynaBeans representing the results of an SQL query. |
ShortArrayConverter |
Standard Converter implementation that converts an incoming String into a primitive array of short. |
ShortConverter |
Standard Converter implementation that converts an incoming
String into a |
ShortLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
SqlDateConverter |
Standard Converter implementation that converts an incoming
String into a |
SqlDateLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
SqlTimeConverter |
Standard Converter implementation that converts an incoming
String into a |
SqlTimeLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
SqlTimestampConverter |
Standard Converter implementation that converts an incoming
String into a |
SqlTimestampLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive String into a |
StringArrayConverter |
Standard Converter implementation that converts an incoming String into an array of String. |
StringConverter |
Standard Converter implementation that converts an incoming
String into a |
StringLocaleConverter |
Standard LocaleConverter
implementation that converts an incoming
locale-sensitive object into a |
URLConverter |
Standard Converter implementation that converts an incoming
String into a |
WrapDynaBean |
Implementation of The most common use cases for this class involve wrapping an existing java bean. |
WrapDynaClass |
Implementation of
It is suggested that this class should not usually need to be used directly
to create new |