A B C D E F G H I K L M N O P R S T U V W

A

AbstractArrayConverter - class org.apache.commons.beanutils.converters.AbstractArrayConverter.
Convenience base class for converters that translate the String representation of an array into a corresponding array of primitives object.
AbstractArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.AbstractArrayConverter
 
add(String) - Method in interface org.apache.commons.beanutils.MutableDynaClass
Add a new dynamic property with no restrictions on data type, readability, or writeability.
add(String, Class) - Method in interface org.apache.commons.beanutils.MutableDynaClass
Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
add(String, Class, boolean, boolean) - Method in interface org.apache.commons.beanutils.MutableDynaClass
Add a new dynamic property with the specified data type, readability, and writeability.
advance() - Method in class org.apache.commons.beanutils.ResultSetIterator
Advance the result set to the next row, if there is not a current row (and if we are not already at eof).
applyLocalized - Static variable in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Indicate whether the pattern is localized or not

B

BaseLocaleConverter - class org.apache.commons.beanutils.locale.BaseLocaleConverter.
The base class for all standart type locale-sensitive converters.
BaseLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BaseLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BaseLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BaseLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BaseLocaleConverter(Object, Locale, String, boolean, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
Create a LocaleConverter that will return the specified default value or throw a ConversionException if a conversion error occurs.
BasicDynaBean - class org.apache.commons.beanutils.BasicDynaBean.
Minimal implementation of the DynaBean interface.
BasicDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils.BasicDynaBean
Construct a new DynaBean associated with the specified DynaClass instance.
BasicDynaClass - class org.apache.commons.beanutils.BasicDynaClass.
Minimal implementation of the DynaClass interface.
BasicDynaClass() - Constructor for class org.apache.commons.beanutils.BasicDynaClass
Construct a new BasicDynaClass with default parameters.
BasicDynaClass(String, Class) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
Construct a new BasicDynaClass with the specified parameters.
BasicDynaClass(String, Class, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
Construct a new BasicDynaClass with the specified parameters.
beanClass - Variable in class org.apache.commons.beanutils.WrapDynaClass
The JavaBean Class which is represented by this WrapDynaClass.
BeanComparator - class org.apache.commons.beanutils.BeanComparator.
Allows you to pass the name of a method in and compare two beans.
BeanComparator(String) - Constructor for class org.apache.commons.beanutils.BeanComparator
Creates a Bean comparator that calls the property specified on the objects.
BeanComparator(String, Comparator) - Constructor for class org.apache.commons.beanutils.BeanComparator
Creates a comparator that compares objects based on the method name of two JavaBeans.
BeanUtils - class org.apache.commons.beanutils.BeanUtils.
Utility methods for populating JavaBeans properties via reflection.
BeanUtils() - Constructor for class org.apache.commons.beanutils.BeanUtils
 
BigDecimalConverter - class org.apache.commons.beanutils.converters.BigDecimalConverter.
Standard Converter implementation that converts an incoming String into a java.math.BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigDecimalConverter() - Constructor for class org.apache.commons.beanutils.converters.BigDecimalConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
BigDecimalConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BigDecimalConverter
Create a Converter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter - class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigDecimalLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerConverter - class org.apache.commons.beanutils.converters.BigIntegerConverter.
Standard Converter implementation that converts an incoming String into a java.math.BigInteger object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigIntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.BigIntegerConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
BigIntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BigIntegerConverter
Create a Converter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter - class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigInteger object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BigIntegerLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
BOOLEAN_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
BooleanArrayConverter - class org.apache.commons.beanutils.converters.BooleanArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of boolean.
BooleanArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.BooleanArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
BooleanArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
BooleanConverter - class org.apache.commons.beanutils.converters.BooleanConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Boolean object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BooleanConverter() - Constructor for class org.apache.commons.beanutils.converters.BooleanConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
BooleanConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanConverter
Create a Converter that will return the specified default value if a conversion error occurs.
BYTE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
ByteArrayConverter - class org.apache.commons.beanutils.converters.ByteArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of byte.
ByteArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.ByteArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
ByteArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ByteArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
ByteConverter - class org.apache.commons.beanutils.converters.ByteConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Byte object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ByteConverter() - Constructor for class org.apache.commons.beanutils.converters.ByteConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
ByteConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ByteConverter
Create a Converter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter - class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Byte object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ByteLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ByteLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ByteLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.

C

calculate(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Resolve any nested expression to get the actual target bean.
capitalizePropertyName(String) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Return a capitalized version of the specified property name.
cause - Variable in class org.apache.commons.beanutils.ConversionException
The root cause of this ConversionException, compatible with JDK 1.4's extensions to java.lang.Throwable.
CHAR_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
CharacterArrayConverter - class org.apache.commons.beanutils.converters.CharacterArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of char.
CharacterArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
CharacterArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
CharacterConverter - class org.apache.commons.beanutils.converters.CharacterConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Character object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
CharacterConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
CharacterConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
Create a Converter that will return the specified default value if a conversion error occurs.
ClassConverter - class org.apache.commons.beanutils.converters.ClassConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Class object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ClassConverter() - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
ClassConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
Create a Converter that will return the specified default value if a conversion error occurs.
clear() - Static method in class org.apache.commons.beanutils.WrapDynaClass
Clear our cache of WrapDynaClass instances.
clearDescriptors() - Static method in class org.apache.commons.beanutils.PropertyUtils
Clear any cached property descriptors information for all classes loaded by any class loaders.
cloneBean(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
comparator - Variable in class org.apache.commons.beanutils.BeanComparator
 
compare(Object, Object) - Method in class org.apache.commons.beanutils.BeanComparator
Compare two JavaBeans by their shared property.
constructor - Variable in class org.apache.commons.beanutils.BasicDynaClass
The constructor of the dynaBeanClass that we will use for creating new instances.
constructorTypes - Static variable in class org.apache.commons.beanutils.BasicDynaClass
The method signature of the constructor we will use to create new DynaBean instances.
ConstructorUtils - class org.apache.commons.beanutils.ConstructorUtils.
 
ConstructorUtils() - Constructor for class org.apache.commons.beanutils.ConstructorUtils
 
constructorValues - Variable in class org.apache.commons.beanutils.BasicDynaClass
The argument values to be passed to the constructore we will use to create new DynaBean instances.
contains(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
Does the specified mapped property contain a value for the specified key value?
ConversionException - exception org.apache.commons.beanutils.ConversionException.
A ConversionException indicates that a call to Converter.convert() has failed to complete successfully.
ConversionException(String) - Constructor for class org.apache.commons.beanutils.ConversionException
Construct a new exception with the specified message.
ConversionException(String, Throwable) - Constructor for class org.apache.commons.beanutils.ConversionException
Construct a new exception with the specified message and root cause.
ConversionException(Throwable) - Constructor for class org.apache.commons.beanutils.ConversionException
Construct a new exception with the specified root cause.
convert(Class, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Convert the specified value to the required type.
convert(Class, int, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Convert the specified value to the required type using the specified convertion pattern.
convert(Class, Object) - Method in interface org.apache.commons.beanutils.Converter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.StringConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.StringArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.SqlTimestampConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.SqlTimeConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.SqlDateConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ShortConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ShortArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.LongConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.LongArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.IntegerConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.IntegerArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.FloatConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.FloatArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.DoubleConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.DoubleArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ClassConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.CharacterConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.CharacterArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ByteConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ByteArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BooleanConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BooleanArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BigIntegerConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BigDecimalConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.AbstractArrayConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
convert(Class, Object, String) - Method in interface org.apache.commons.beanutils.locale.LocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
convert(Class, Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
convert(Object) - Static method in class org.apache.commons.beanutils.ConvertUtils
Convert the specified value into a String.
convert(Object) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified locale-sensitive value into a String.
convert(Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Convert the specified locale-sensitive input object into an output object.
convert(Object, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
convert(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified locale-sensitive value into a String using the convertion pattern.
convert(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Convert the specified locale-sensitive input object into an output object.
convert(String[], Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
Convert an array of specified values to an array of objects of the specified class (if possible).
convert(String[], Class, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
convert(String[], Class, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
convert(String, Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
Convert the specified value to an object of the specified class (if possible).
convert(String, Class) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified value to an object of the specified class (if possible).
convert(String, Class, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
convert(String, Class, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
Converter - interface org.apache.commons.beanutils.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.
converters - Static variable in class org.apache.commons.beanutils.ConvertUtils
The set of Converters that can be used to convert Strings into objects of a specified Class, keyed by the destination Class.
ConvertingWrapDynaBean - class org.apache.commons.beanutils.ConvertingWrapDynaBean.
Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set.
ConvertingWrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils.ConvertingWrapDynaBean
Construct a new DynaBean associated with the specified JavaBean instance.
ConvertUtils - class org.apache.commons.beanutils.ConvertUtils.
Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.
ConvertUtils() - Constructor for class org.apache.commons.beanutils.ConvertUtils
 
copy(ResultSet) - Method in class org.apache.commons.beanutils.RowSetDynaClass
Copy the column values for each row in the specified ResultSet into a newly created DynaBean, and add this bean to the list of DynaBeans that will later by returned by a call to getRows().
copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via BeanInfo classes).
copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
Copy property values from the origin bean to the destination bean for all cases where the property names are the same.
copyProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
create(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Create all LocaleConverter types for specified locale.
createDynaClass(Class) - Static method in class org.apache.commons.beanutils.WrapDynaClass
Create (if necessary) and return a new WrapDynaClass instance for the specified bean class.
createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils.RowSetDynaClass
Factory method to create a new DynaProperty for the given index into the result set metadata.
createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Factory method to create a new DynaProperty for the given index into the result set metadata.
current - Variable in class org.apache.commons.beanutils.ResultSetIterator
Flag indicating whether the result set is currently positioned at a row for which we have not yet returned an element in the iteration.

D

DateLocaleConverter - class org.apache.commons.beanutils.locale.converters.DateLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.util.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DateLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DateLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DateLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
debug - Static variable in class org.apache.commons.beanutils.PropertyUtils
Deprecated. The debug static property is no longer used
debug - Static variable in class org.apache.commons.beanutils.BeanUtils
Deprecated. BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
DecimalLocaleConverter - class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Decimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DecimalLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DecimalLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DecimalLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DecimalLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DecimalLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DecimalLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DecimalLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
declaredMethodCache - Static variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
 
defaultBoolean - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Boolean.TYPE and Boolean.class instead
defaultByte - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Byte.TYPE and Byte.class instead
defaultCharacter - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Character.TYPE and Character.class instead
defaultDouble - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Double.TYPE and Double.class instead
defaultFloat - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Float.TYPE and Float.class instead
defaultInteger - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Integer.TYPE and Integer.class instead
defaultLocale - Static variable in class org.apache.commons.beanutils.locale.LocaleConvertUtils
The locale - default for convertion.
defaultLong - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Long.TYPE and Long.class instead
defaultShort - Static variable in class org.apache.commons.beanutils.ConvertUtils
Deprecated. Register replacement converters for Short.TYPE and Short.class instead
defaultValue - Variable in class org.apache.commons.beanutils.converters.SqlTimestampConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.SqlTimeConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.SqlDateConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.ShortConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.LongConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.IntegerConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.FloatConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.DoubleConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.ClassConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.CharacterConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.ByteConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.BooleanConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.BigIntegerConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.BigDecimalConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
The default value specified to our Constructor, if any.
definePropertyType(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Calculate the property type.
deregister() - Static method in class org.apache.commons.beanutils.ConvertUtils
Remove all registered Converters, and re-establish the standard Converters.
deregister() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Remove any registered LocaleConverter.
deregister(Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
Remove any registered Converter for the specified destination Class.
deregister(Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Remove any registered LocaleConverter for the specified locale and Class.
deregister(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Remove any registered LocaleConverter for the specified locale
describe(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the entire set of properties for which the specified bean provides a read method.
descriptors - Variable in class org.apache.commons.beanutils.WrapDynaClass
The set of PropertyDescriptors for this bean class.
descriptorsCache - Static variable in class org.apache.commons.beanutils.PropertyUtils
The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the java.lang.Class of this object.
descriptorsMap - Variable in class org.apache.commons.beanutils.WrapDynaClass
The set of PropertyDescriptors for this bean class, keyed by the property name.
DOUBLE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
DoubleArrayConverter - class org.apache.commons.beanutils.converters.DoubleArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of double.
DoubleArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.DoubleArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
DoubleArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DoubleArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
DoubleConverter - class org.apache.commons.beanutils.converters.DoubleConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Double object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DoubleConverter() - Constructor for class org.apache.commons.beanutils.converters.DoubleConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
DoubleConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DoubleConverter
Create a Converter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter - class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Double object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DoubleLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
DoubleLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
DoubleLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
dummy - Static variable in class org.apache.commons.beanutils.BeanUtils
Dummy collection from the Commons Collections API, to force a ClassNotFoundException if commons-collections.jar is not present in the runtime classpath, and this class is the first one referenced.
DynaBean - interface org.apache.commons.beanutils.DynaBean.
A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.
dynaBeanClass - Variable in class org.apache.commons.beanutils.BasicDynaClass
The DynaBean implementation class we will use for creating new instances.
dynaClass - Variable in class org.apache.commons.beanutils.ResultSetIterator
The ResultSetDynaClass we are associated with.
dynaClass - Variable in class org.apache.commons.beanutils.WrapDynaBean
The DynaClass "base class" that this DynaBean is associated with.
dynaClass - Variable in class org.apache.commons.beanutils.BasicDynaBean
The DynaClass "base class" that this DynaBean is associated with.
DynaClass - interface org.apache.commons.beanutils.DynaClass.
A DynaClass is a simulation of the functionality of java.lang.Class for classes implementing the DynaBean interface.
dynaClasses - Static variable in class org.apache.commons.beanutils.WrapDynaClass
The set of WrapDynaClass instances that have ever been created, keyed by the underlying bean Class.
DynaProperty - class org.apache.commons.beanutils.DynaProperty.
The metadata describing an individual property of a DynaBean.
DynaProperty(String) - Constructor for class org.apache.commons.beanutils.DynaProperty
Construct a property that accepts any data type.
DynaProperty(String, Class) - Constructor for class org.apache.commons.beanutils.DynaProperty
Construct a property of the specified data type.

E

emptyClassArray - Static variable in class org.apache.commons.beanutils.MethodUtils
An empty class array
emptyClassArray - Static variable in class org.apache.commons.beanutils.ConstructorUtils
An empty class array
emptyObjectArray - Static variable in class org.apache.commons.beanutils.MethodUtils
An empty object array
emptyObjectArray - Static variable in class org.apache.commons.beanutils.ConstructorUtils
An empty object array
eof - Variable in class org.apache.commons.beanutils.ResultSetIterator
Flag indicating whether the result set has indicated that there are no further rows.

F

findMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Introspect our bean class to identify the corresponding getter and setter methods.
findMethod(Class, String, int) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Find a target methodName on a given class.
findMethod(Class, String, int, Class[]) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Find a target methodName with specific parameter list on a given class.
FLOAT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
FloatArrayConverter - class org.apache.commons.beanutils.converters.FloatArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of float.
FloatArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.FloatArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
FloatArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.FloatArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
FloatConverter - class org.apache.commons.beanutils.converters.FloatConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Float object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
FloatConverter() - Constructor for class org.apache.commons.beanutils.converters.FloatConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
FloatConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.FloatConverter
Create a Converter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter - class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.math.BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
FloatLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
FloatLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
FloatLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
formatter - Variable in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
The Date formatter
formatter - Variable in class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
The Decimal formatter

G

get(String) - Method in class org.apache.commons.beanutils.ResultSetIterator
Return the value of a simple property with the specified name.
get(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
Return the value of a simple property with the specified name.
get(String) - Method in interface org.apache.commons.beanutils.DynaBean
Return the value of a simple property with the specified name.
get(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
Return the value of a simple property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils.ResultSetIterator
Return the value of an indexed property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils.WrapDynaBean
Return the value of an indexed property with the specified name.
get(String, int) - Method in interface org.apache.commons.beanutils.DynaBean
Return the value of an indexed property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils.BasicDynaBean
Return the value of an indexed property with the specified name.
get(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
Return the value of a mapped property with the specified name, or null if there is no value for the specified key.
get(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
Return the value of a mapped property with the specified name, or null if there is no value for the specified key.
get(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
Return the value of a mapped property with the specified name, or null if there is no value for the specified key.
get(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
Return the value of a mapped property with the specified name, or null if there is no value for the specified key.
getAccessibleConstructor(Class, Class) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns a constructor with single argument.
getAccessibleConstructor(Class, Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns a constructor given a class and signature.
getAccessibleConstructor(Constructor) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns accessible version of the given constructor.
getAccessibleMethod(Class, String, Class) - Static method in class org.apache.commons.beanutils.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
getAccessibleMethod(Class, String, Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
getAccessibleMethod(Method) - Static method in class org.apache.commons.beanutils.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethodFromInterfaceNest(Class, String, Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified method, by scanning through all implemented interfaces and subinterfaces.
getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
getter for applyLocalized
getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
getter for applyLocalized (Indicate whether the pattern is localized or not)
getArrayProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified array property of the specified bean, as a String array.
getCause() - Method in class org.apache.commons.beanutils.ConversionException
 
getComparator() - Method in class org.apache.commons.beanutils.BeanComparator
Gets the Comparator being used to compare beans.
getDebug() - Static method in class org.apache.commons.beanutils.PropertyUtils
Deprecated. The debug static property is no longer used
getDebug() - Static method in class org.apache.commons.beanutils.BeanUtils
Deprecated. BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
getDecimalFormat(Locale, String) - Method in class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Make an instance of DecimalFormat.
getDefaultBoolean() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultByte() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultCharacter() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultDouble() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultFloat() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultInteger() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
getter for defaultLocale
getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
getter for defaultLocale
getDefaultLong() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDefaultShort() - Static method in class org.apache.commons.beanutils.ConvertUtils
 
getDynaBeanClass() - Method in class org.apache.commons.beanutils.BasicDynaClass
Return the Class object we will use to create new instances in the newInstance() method.
getDynaClass() - Method in class org.apache.commons.beanutils.ResultSetIterator
Return the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in class org.apache.commons.beanutils.WrapDynaBean
Return the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in interface org.apache.commons.beanutils.DynaBean
Return the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in class org.apache.commons.beanutils.BasicDynaBean
Return the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaProperties() - Method in class org.apache.commons.beanutils.RowSetDynaClass
Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils.WrapDynaClass
Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils.BasicDynaClass
Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.
getDynaProperties() - Method in interface org.apache.commons.beanutils.DynaClass
Return an array of ProperyDescriptors for the properties currently defined in this DynaClass.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.RowSetDynaClass
Return a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaClass
Return a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
Return the property descriptor for the specified property name.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaClass
Return a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in interface org.apache.commons.beanutils.DynaClass
Return a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
Return the property descriptor for the specified property name.
getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String, int, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified convertion pattern.
getIndexedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified indexed property of the specified bean, as a String.
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified mapped property of the specified bean, as a String.
getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String The key is specified as a method parameter and must *not* be included in the property name expression
getMappedProperty(Object, String, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified convertion pattern.
getMappedPropertyDescriptors(Class) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the mapped property descriptors for this bean class.
getMappedPropertyDescriptors(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the mapped property descriptors for this bean.
getMappedPropertyLocale(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
getMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the Class object for the property values.
getMappedReadMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the method that should be used to read one of the property value.
getMappedWriteMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Gets the method that should be used to write one of the property value.
getMatchingAccessibleConstructor(Class, Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Find an accessible constructor with compatible parameters.
getMatchingAccessibleMethod(Class, String, Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getName() - Method in class org.apache.commons.beanutils.RowSetDynaClass
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils.WrapDynaClass
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils.BasicDynaClass
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils.DynaProperty
 
getName() - Method in interface org.apache.commons.beanutils.DynaClass
Return the name of this DynaClass (analogous to the getName() method of java.lang.ClassDynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String.
getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default convertion pattern of the corresponding LocaleConverter.
getNestedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
getProperty() - Method in class org.apache.commons.beanutils.BeanComparator
Gets the property attribute of the BeanComparator
getProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
getProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
getProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the default convertion pattern of the corresponding LocaleConverter.
getProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the specified convertion pattern.
getPropertyDescriptor(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Retrieve the property descriptor for the specified property of the specified bean, or return null if there is no such descriptor.
getPropertyDescriptor(String) - Method in class org.apache.commons.beanutils.WrapDynaClass
Return the PropertyDescriptor for the specified property name, if any; otherwise return null.
getPropertyDescriptors(Class) - Static method in class org.apache.commons.beanutils.PropertyUtils
Retrieve the property descriptors for the specified class, introspecting and caching them the first time a particular bean class is encountered.
getPropertyDescriptors(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Retrieve the property descriptors for the specified bean, introspecting and caching them the first time a particular bean class is encountered.
getPropertyEditorClass(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
getPropertyType(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
getPublicDeclaredMethods(Class) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
 
getReadMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return an accessible property getter method for this property, if there is one; otherwise return null.
getResultSet() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return the result set we are wrapping.
getRows() - Method in class org.apache.commons.beanutils.RowSetDynaClass
Return a List containing the DynaBeans that represent the contents of each Row from the ResultSet that was the basis of this RowSetDynaClass instance.
getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return the value of the specified simple property of the specified bean, with no type conversions.
getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
Return the value of the specified simple property of the specified bean, converted to a String.
getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default convertion pattern of the corresponding LocaleConverter.
getSimpleProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified convertion pattern.
getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
getType() - Method in class org.apache.commons.beanutils.DynaProperty
 
getWriteMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return an accessible property setter method for this property, if there is one; otherwise return null.

H

hasNext() - Method in class org.apache.commons.beanutils.ResultSetIterator
Return true if the iteration has more elements.

I

index - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
INDEXED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that preceeds the zero-relative subscript for an indexed reference.
INDEXED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that follows the zero-relative subscript for an indexed reference.
instance - Variable in class org.apache.commons.beanutils.WrapDynaBean
The JavaBean instance wrapped by this WrapDynaBean.
INT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
IntegerArrayConverter - class org.apache.commons.beanutils.converters.IntegerArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of int.
IntegerArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
IntegerArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
IntegerConverter - class org.apache.commons.beanutils.converters.IntegerConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Integer object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
IntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
IntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
Create a Converter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter - class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Integer object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
IntegerLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
IntegerLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
IntegerLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
internalFindMethod(Class, String, int) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Internal support for finding a target methodName on a given class.
internalFindMethod(Class, String, int, Class[]) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Internal support for finding a target methodName with a given parameter list on a given class.
introspect() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Introspect the metadata associated with our result set, and populate the properties and propertiesMap instance variables.
introspect() - Method in class org.apache.commons.beanutils.WrapDynaClass
Introspect our bean class to identify the supported properties.
introspect(ResultSet) - Method in class org.apache.commons.beanutils.RowSetDynaClass
Introspect the metadata associated with our result set, and populate the properties and propertiesMap instance variables.
invokeConstructor(Class, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeConstructor(Class, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using the actual arguments args.
invokeConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using constructor with signature parameterTypes and actual arguments args.
invokeExactConstructor(Class, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeExactConstructor(Class, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using the actual arguments args.
invokeExactConstructor(Class, Object[], Class[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
Returns new instance of klazz created using constructor with signature parameterTypes and actual arguments args.
invokeExactMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class[]) - Static method in class org.apache.commons.beanutils.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeSetter(Object, String, String, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Invoke the setter method.
isAssignable(Class, Class) - Method in class org.apache.commons.beanutils.BasicDynaBean
Is an object of the source class assignable to the destination class?
isAssignmentCompatible(Class, Class) - Static method in class org.apache.commons.beanutils.MethodUtils
Determine whether a type can be used as a parameter in a method invocation.
isIndexed() - Method in class org.apache.commons.beanutils.DynaProperty
Does this property represent an indexed value (ie an array or List)?
isLenient() - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Returns whether date formatting is lenient.
isMapped() - Method in class org.apache.commons.beanutils.DynaProperty
Does this property represent a mapped value (ie a Map)?
isReadable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isRestricted() - Method in interface org.apache.commons.beanutils.MutableDynaClass
Is this DynaClass currently restricted, if so, no changes to the existing registration of property names, data types, readability, or writeability are allowed.
isSubclass(Class, Class) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Return true if class a is either equivalent to class b, or if class a is a subclass of class b, ie if a either "extends" or "implements" b.
isWriteable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
Return true if the specified property name identifies a writeable property on the specified bean; otherwise, return false.
iterator() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Return an Iterator of DynaBean instances for each row of the wrapped ResultSet, in "forward" order.

K

key - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 

L

loadClass(String) - Method in class org.apache.commons.beanutils.RowSetDynaClass
Loads and returns the Class of the given name.
loadClass(String) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Loads the class of the given name which by default uses the class loader used to load this library.
locale - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
The locale specified to our Constructor, by default - system locale.
LocaleBeanUtils - class org.apache.commons.beanutils.locale.LocaleBeanUtils.
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
LocaleBeanUtils.Descriptor - class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor.
 
LocaleBeanUtils.Descriptor(Object, String, String, String, int) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
LocaleBeanUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils
 
LocaleConverter - interface org.apache.commons.beanutils.locale.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 - class org.apache.commons.beanutils.locale.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.
LocaleConvertUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtils
 
locPattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
The flag indicating whether the given pattern string is localized or not.
log - Static variable in class org.apache.commons.beanutils.MethodUtils
All logging goes through this logger
log - Static variable in class org.apache.commons.beanutils.ConvertUtils
The Log instance for this class.
log - Static variable in class org.apache.commons.beanutils.BeanUtils
All logging goes through this logger
log - Static variable in class org.apache.commons.beanutils.locale.LocaleConvertUtils
The Log instance for this class.
log - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils
All logging goes through this logger
loggedAccessibleWarning - Static variable in class org.apache.commons.beanutils.MethodUtils
Only log warning about accessibility work around once
LONG_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
LongArrayConverter - class org.apache.commons.beanutils.converters.LongArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of long.
LongArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.LongArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
LongArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.LongArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
LongConverter - class org.apache.commons.beanutils.converters.LongConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Long object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
LongConverter() - Constructor for class org.apache.commons.beanutils.converters.LongConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
LongConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.LongConverter
Create a Converter that will return the specified default value if a conversion error occurs.
LongLocaleConverter - class org.apache.commons.beanutils.locale.converters.LongLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Long object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
LongLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
LongLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
LongLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
LongLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
LongLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
LongLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
LongLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
lookup(Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
Look up and return any registered Converter for the specified destination class; if there is no registered Converter, return null.
lookup(Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Look up and return any registered LocaleConverter for the specified destination class and locale; if there is no registered Converter, return null.
lookup(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Look up and return any registered FastHashMap instance for the specified locale; if there is no registered one, return null.
lowerCase - Variable in class org.apache.commons.beanutils.RowSetDynaClass
Flag defining whether column names should be lower cased when converted to property names.
lowerCase - Variable in class org.apache.commons.beanutils.ResultSetDynaClass
Flag defining whether column names should be lower cased when converted to property names.

M

mapConverters - Static variable in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Every entry of the mapConverters is: key = locale value = FastHashMap of converters for the certain locale.
MAPPED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that preceeds the key of a mapped property.
MAPPED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that follows the key of a mapped property.
mappedDescriptorsCache - Static variable in class org.apache.commons.beanutils.PropertyUtils
 
MappedPropertyDescriptor - class org.apache.commons.beanutils.MappedPropertyDescriptor.
A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
MappedPropertyDescriptor(String, Class, String, String) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and method names for reading and writing the property.
MappedPropertyDescriptor(String, Method, Method) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
mappedPropertyType - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
The underlying data type of the property we are describing.
mappedReadMethod - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
The reader method for this property (if any).
mappedWriteMethod - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
The writer method for this property (if any).
MethodUtils - class org.apache.commons.beanutils.MethodUtils.
Utility reflection methods focussed on methods in general rather than properties in particular.
MethodUtils() - Constructor for class org.apache.commons.beanutils.MethodUtils
 
model - Static variable in class org.apache.commons.beanutils.converters.StringArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.ShortArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.LongArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.IntegerArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.FloatArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.DoubleArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.CharacterArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.ByteArrayConverter
Model object for type comparisons.
model - Static variable in class org.apache.commons.beanutils.converters.BooleanArrayConverter
Model object for type comparisons.
MutableDynaClass - interface org.apache.commons.beanutils.MutableDynaClass.
A specialized extension to DynaClass that allows properties to be added or removed dynamically.

N

name - Variable in class org.apache.commons.beanutils.BasicDynaClass
The "name" of this DynaBean class.
name - Variable in class org.apache.commons.beanutils.DynaProperty
The name of this property.
name - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
NESTED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
The delimiter that separates the components of a nested reference.
newInstance() - Method in class org.apache.commons.beanutils.RowSetDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils.WrapDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils.BasicDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in interface org.apache.commons.beanutils.DynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
next() - Method in class org.apache.commons.beanutils.ResultSetIterator
Return the next element in the iteration.

O

org.apache.commons.beanutils - package org.apache.commons.beanutils
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.
org.apache.commons.beanutils.converters - package org.apache.commons.beanutils.converters
Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time.
org.apache.commons.beanutils.locale - package org.apache.commons.beanutils.locale
Locale-aware extensions of the standard beanutils classes.
org.apache.commons.beanutils.locale.converters - package org.apache.commons.beanutils.locale.converters
Standard implementations of the locale-aware LocaleConverter interface that are pre-registered with locale-aware LocaleConvertUtils at startup time.

P

parse(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
parseElements(String) - Method in class org.apache.commons.beanutils.converters.AbstractArrayConverter
Parse an incoming String of the form similar to an array initializer in the Java language into a List individual Strings for each element, according to the following rules.
pattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
The default pattern specified to our Constructor, if any.
populate(Object, Map) - Static method in class org.apache.commons.beanutils.BeanUtils
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
properties - Variable in class org.apache.commons.beanutils.RowSetDynaClass
The set of dynamic properties that are part of this DynaClass.
properties - Variable in class org.apache.commons.beanutils.ResultSetDynaClass
The set of dynamic properties that are part of this DynaClass.
properties - Variable in class org.apache.commons.beanutils.WrapDynaClass
The set of dynamic properties that are part of this DynaClass.
properties - Variable in class org.apache.commons.beanutils.BasicDynaClass
The set of dynamic properties that are part of this DynaClass.
propertiesMap - Variable in class org.apache.commons.beanutils.RowSetDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertiesMap - Variable in class org.apache.commons.beanutils.ResultSetDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertiesMap - Variable in class org.apache.commons.beanutils.WrapDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertiesMap - Variable in class org.apache.commons.beanutils.BasicDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
property - Variable in class org.apache.commons.beanutils.BeanComparator
 
PropertyUtils - class org.apache.commons.beanutils.PropertyUtils.
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
PropertyUtils() - Constructor for class org.apache.commons.beanutils.PropertyUtils
 
propName - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 

R

readObject(ObjectInputStream) - Method in class org.apache.commons.beanutils.DynaProperty
Reads field values for this object safely.
register(Converter, Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
Register a custom Converter for the specified destination Class, replacing any previously registered Converter.
register(LocaleConverter, Class, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
Register a custom LocaleConverter for the specified destination Class, replacing any previously registered converter.
remove() - Method in class org.apache.commons.beanutils.ResultSetIterator
Remove the current element from the iteration.
remove(String) - Method in interface org.apache.commons.beanutils.MutableDynaClass
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
remove(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
Remove any existing value for the specified key on the specified mapped property.
resultSet - Variable in class org.apache.commons.beanutils.ResultSetDynaClass
The ResultSet we are wrapping.
ResultSetDynaClass - class org.apache.commons.beanutils.ResultSetDynaClass.
Implementation of DynaClass for DynaBeans that wrap the java.sql.Row objects of a java.sql.ResultSet.
ResultSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils.ResultSetDynaClass
Construct a new ResultSetDynaClass for the specified ResultSet.
ResultSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils.ResultSetDynaClass
Construct a new ResultSetDynaClass for the specified ResultSet.
ResultSetIterator - class org.apache.commons.beanutils.ResultSetIterator.
Implementation of java.util.Iterator returned by the iterator() method of ResultSetDynaClass.
ResultSetIterator(ResultSetDynaClass) - Constructor for class org.apache.commons.beanutils.ResultSetIterator
Construct an Iterator for the result set being wrapped by the specified ResultSetDynaClass.
rows - Variable in class org.apache.commons.beanutils.RowSetDynaClass
The list of DynaBeans representing the contents of the original ResultSet on which this RowSetDynaClass was based.
RowSetDynaClass - class org.apache.commons.beanutils.RowSetDynaClass.
Implementation of DynaClass that creates an in-memory collection of DynaBeans representing the results of an SQL query.
RowSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
Construct a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
Construct a new RowSetDynaClass for the specified ResultSet.

S

set(String, int, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
Set the value of an indexed property with the specified name.
set(String, int, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
Set the value of an indexed property with the specified name.
set(String, int, Object) - Method in interface org.apache.commons.beanutils.DynaBean
Set the value of an indexed property with the specified name.
set(String, int, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
Set the value of an indexed property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
Set the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
Set the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils.ConvertingWrapDynaBean
Set the value of the property with the specified name performing any type conversions if necessary.
set(String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
Set the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
Set the value of a simple property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
Set the value of a mapped property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
Set the value of a mapped property with the specified name.
set(String, String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
Set the value of a mapped property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
Set the value of a mapped property with the specified name.
setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
setter for applyLocalized
setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
setter for applyLocalized (Indicate whether the pattern is localized or not)
setDebug(int) - Static method in class org.apache.commons.beanutils.PropertyUtils
Deprecated. The debug static property is no longer used
setDebug(int) - Static method in class org.apache.commons.beanutils.BeanUtils
Deprecated. BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
setDefaultBoolean(boolean) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultByte(byte) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultCharacter(char) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultDouble(double) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultFloat(float) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultInteger(int) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
setter for defaultLocale
setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
setter for defaultLocale
setDefaultLong(long) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDefaultShort(short) - Static method in class org.apache.commons.beanutils.ConvertUtils
 
setDynaBeanClass(Class) - Method in class org.apache.commons.beanutils.BasicDynaClass
Set the Class object we will use to create new instances in the newInstance() method.
setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
setIndexedProperty(Object, String, int, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified indexed property of the specified bean, with no type conversions.
setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
setLenient(boolean) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
Specify whether or not date-time parsing should be lenient.
setMappedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedProperty(Object, String, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified mapped property of the specified bean, with no type conversions.
setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Sets the method that should be used to write the property value.
setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
setNestedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setProperties(DynaProperty[]) - Method in class org.apache.commons.beanutils.BasicDynaClass
Set the list of dynamic properties supported by this DynaClass.
setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
Set the specified property value, performing type conversions as required to conform to the type of the destination property.
setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default convertion pattern of the corresponding LocaleConverter.
setProperty(Object, String, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified convertion pattern.
setProperty(String) - Method in class org.apache.commons.beanutils.BeanComparator
Sets the method to be called to compare two JavaBeans
setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
setRestricted(boolean) - Method in interface org.apache.commons.beanutils.MutableDynaClass
Set the restricted state of this DynaClass to the specified value.
setSimpleProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
Set the value of the specified simple property of the specified bean, with no type conversions.
setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
SHORT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
ShortArrayConverter - class org.apache.commons.beanutils.converters.ShortArrayConverter.
Standard Converter implementation that converts an incoming String into a primitive array of short.
ShortArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
ShortArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
ShortConverter - class org.apache.commons.beanutils.converters.ShortConverter.
Standard Converter implementation that converts an incoming String into a java.lang.Short object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ShortConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
ShortConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
Create a Converter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter - class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.lang.Short object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ShortLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
ShortLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
ShortLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateConverter - class org.apache.commons.beanutils.converters.SqlDateConverter.
Standard Converter implementation that converts an incoming String into a java.sql.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlDateConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
SqlDateConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
Create a Converter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter - class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlDateLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlDateLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlDateLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeConverter - class org.apache.commons.beanutils.converters.SqlTimeConverter.
Standard Converter implementation that converts an incoming String into a java.sql.Time object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimeConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
SqlTimeConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
Create a Converter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter - class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Time object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimeLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampConverter - class org.apache.commons.beanutils.converters.SqlTimestampConverter.
Standard Converter implementation that converts an incoming String into a java.sql.Timestamp object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimestampConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
SqlTimestampConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
Create a Converter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter - class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a java.sql.Timestamp object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
SqlTimestampLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringArrayConverter - class org.apache.commons.beanutils.converters.StringArrayConverter.
Standard Converter implementation that converts an incoming String into an array of String.
StringArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
StringArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
Create a Converter that will return the specified default value if a conversion error occurs.
stringClassArray - Static variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
The parameter types array for the reader method signature.
StringConverter - class org.apache.commons.beanutils.converters.StringConverter.
Standard Converter implementation that converts an incoming String into a java.lang.String object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
StringConverter() - Constructor for class org.apache.commons.beanutils.converters.StringConverter
 
StringLocaleConverter - class org.apache.commons.beanutils.locale.converters.StringLocaleConverter.
Standard LocaleConverter implementation that converts an incoming locale-sensitive object into a java.lang.String object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
StringLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will throw a ConversionException if a conversion error occurs.
StringLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
StringLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
Create a LocaleConverter that will return the specified default value if a conversion error occurs.
strings - Static variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
Model object for string arrays.

T

target - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
 
throwsException(Method, Class) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
Return true iff the given method throws the given exception.
toString() - Method in class org.apache.commons.beanutils.DynaProperty
Return a String representation of this Object.
type - Variable in class org.apache.commons.beanutils.DynaProperty
The Java class representing the data type of the underlying property values.

U

useDefault - Variable in class org.apache.commons.beanutils.converters.SqlTimestampConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.SqlTimeConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.SqlDateConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.ShortConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.LongConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.IntegerConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.FloatConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.DoubleConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.ClassConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.CharacterConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.ByteConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.BooleanConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.BigIntegerConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.BigDecimalConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
Should we return the default value on conversion errors?

V

values - Variable in class org.apache.commons.beanutils.BasicDynaBean
The set of property values for this DynaBean, keyed by property name.

W

WrapDynaBean - class org.apache.commons.beanutils.WrapDynaBean.
Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
WrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils.WrapDynaBean
Construct a new DynaBean associated with the specified JavaBean instance.
WrapDynaClass - class org.apache.commons.beanutils.WrapDynaClass.
Implementation of DynaClass for DynaBeans that wrap standard JavaBean instances.
WrapDynaClass(Class) - Constructor for class org.apache.commons.beanutils.WrapDynaClass
Construct a new WrapDynaClass for the specified JavaBean class.
writeObject(ObjectOutputStream) - Method in class org.apache.commons.beanutils.DynaProperty
Writes this object safely.

A B C D E F G H I K L M N O P R S T U V W

Copyright (c) 2001-2003 - Apache Software Foundation