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 {@link 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 {@link BeanUtilsBean}. |
BeanUtilsBean |
JavaBean property population methods. This class provides implementations for the utility methods in {@link BeanUtils}. |
BigDecimalConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
BigDecimalLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
BigIntegerConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
BigIntegerLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
BooleanArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of boolean. |
BooleanConverter |
Standard {@link 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 {@link Converter} implementation that converts an incoming String into a primitive array of byte. |
ByteConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
ByteLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
CharacterArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of char. |
CharacterConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
ClassConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
ConstructorUtils |
Utility reflection methods focussed on constructors, modelled after {@link 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 {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
DecimalLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
DoubleArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of double. |
DoubleConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
DoubleLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.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 ({@link #getContentType}) 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 {@link Converter} implementation that converts an incoming
String into a |
FloatArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of float. |
FloatConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
FloatLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
IntegerArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of int. |
IntegerConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
IntegerLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
JDBCDynaClass |
Provides common logic for JDBC implementations of {@link 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 {@link 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 {@link LocaleConvertUtils}. The actual {@link LocaleConverter} instance to be used can be registered for each possible destination Class. |
LongArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of long. |
LongConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
LongLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.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 {@link DynaClass} that creates an in-memory collection of {@link DynaBean}s representing the results of an SQL query. |
ShortArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into a primitive array of short. |
ShortConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
ShortLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlDateConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
SqlDateLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlTimeConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
SqlTimeLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
SqlTimestampConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
SqlTimestampLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive String into a |
StringArrayConverter |
Standard {@link Converter} implementation that converts an incoming String into an array of String. |
StringConverter |
Standard {@link Converter} implementation that converts an incoming
String into a |
StringLocaleConverter |
Standard {@link org.apache.commons.beanutils.locale.LocaleConverter}
implementation that converts an incoming
locale-sensitive object into a |
URLConverter |
Standard {@link 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 |