A B C D E F G H I J 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(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaMap
Add a new dynamic property.
add(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaClass
Add a new dynamic property.
add(Object) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
 
add(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
Add a new dynamic property with no restrictions on data type, readability, or writeability.
add(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
Add a new dynamic property with no restrictions on data type, readability, or writeability.
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 class org.apache.commons.beanutils.LazyDynaMap
Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
add(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaClass
Add a new dynamic property with the specified data type, but with no restrictions on 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 class org.apache.commons.beanutils.LazyDynaMap
Add a new dynamic property with the specified data type, readability, and writeability.
add(String, Class, boolean, boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
Add a new dynamic property with the specified data type, readability, and 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.
addAll(Collection) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
 
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 - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
Indicate whether the pattern is localized or not
ArrayStack - class org.apache.commons.collections.ArrayStack.
An implementation of the Stack API that is based on an ArrayList instead of a Vector, so it is not synchronized to protect against multi-threaded access.
ArrayStack() - Constructor for class org.apache.commons.collections.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.commons.collections.ArrayStack
Constructs a new empty ArrayStack with an initial size.

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.
BeanAccessLanguageException - exception org.apache.commons.beanutils.BeanAccessLanguageException.
Thrown to indicate that the Bean Access Language cannot execute query against given bean.
BeanAccessLanguageException() - Constructor for class org.apache.commons.beanutils.BeanAccessLanguageException
Constructs a BeanAccessLanguageException without a detail message.
BeanAccessLanguageException(String) - Constructor for class org.apache.commons.beanutils.BeanAccessLanguageException
Constructs a BeanAccessLanguageException without a detail message.
beanClass - Variable in class org.apache.commons.beanutils.WrapDynaClass
The JavaBean Class which is represented by this WrapDynaClass.
beansByClassLoader - Static variable in class org.apache.commons.beanutils.BeanUtilsBean
Contains BeanUtilsBean instances indexed by context classloader.
BeanUtils - class org.apache.commons.beanutils.BeanUtils.
Utility methods for populating JavaBeans properties via reflection.
BeanUtils() - Constructor for class org.apache.commons.beanutils.BeanUtils
 
BeanUtilsBean - class org.apache.commons.beanutils.BeanUtilsBean.
JavaBean property population methods.
BeanUtilsBean() - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
Constructs an instance using new property and conversion instances.
BeanUtilsBean(ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
Constructs an instance using given property and conversion instances.
BigDecimal_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
 
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.
BigInteger_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
 
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.
Buffer - interface org.apache.commons.collections.Buffer.
Defines a collection that allows objects to be removed in some well-defined order.
BufferUnderflowException - exception org.apache.commons.collections.BufferUnderflowException.
The BufferUnderflowException is used when the buffer is already empty.
BufferUnderflowException() - Constructor for class org.apache.commons.collections.BufferUnderflowException
Constructs a new BufferUnderflowException.
BufferUnderflowException(String) - Constructor for class org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BufferUnderflowException(String, Throwable) - Constructor for class org.apache.commons.collections.BufferUnderflowException
Construct a new BufferUnderflowException.
BYTE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
 
Byte_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
 
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

cache - Static variable in class org.apache.commons.beanutils.MethodUtils
Stores a cache of Methods against MethodDescriptors, in a WeakHashMap.
calculate(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
Resolve any nested expression to get the actual target bean.
calculate(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
Deprecated. moved into LocaleBeanUtilsBean
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
 
Character_SPACE - Static variable in class org.apache.commons.beanutils.LazyDynaBean
 
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.
clear() - Method in class org.apache.commons.collections.FastHashMap
Remove all mappings from this map.
clear() - Method in class org.apache.commons.collections.FastHashMap.CollectionView
 
clearDescriptors() - Static method in class org.apache.commons.beanutils.PropertyUtils
Clear any cached property descriptors information for all classes loaded by any class loaders.
clearDescriptors() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
Clear any cached property descriptors information for all classes loaded by any class loaders.
clone() - Method in class org.apache.commons.collections.FastHashMap
Return a shallow copy of this FastHashMap instance.
cloneBean(Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
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.
cls - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
 
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.
Utility reflection methods focussed on constructors, modelled after MethodUtils.
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(Object) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
 
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.LazyDynaBean
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?
containsAll(Collection) - Method in class org.apache.commons.collections.FastHashMap.CollectionView
 
containsKey(Object) - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.apache.commons.collections.FastHashMap
Return true if this map contains one or more keys mapping to the specified value.
contentType - Variable in class org.apache.commons.beanutils.DynaProperty
The (optional) type of content elements for indexed DynaProperty
ContextClassLoaderLocal - class org.apache.commons.beanutils.ContextClassLoaderLocal.
A value that is provided per (thread) context classloader.
ContextClassLoaderLocal() - Constructor for class org.apache.commons.beanutils.ContextClassLoaderLocal
 
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) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
Convert the specified value to the required type.
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) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
Convert the specified value to the required type using the specified convertion pattern.
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.URLConverter
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.FileConverter
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) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
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.LocaleConvertUtilsBean
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, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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.LocaleConvertUtilsBean
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) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
Convert an array of specified values to an array of objects of the specified class (if possible).
convert(String[], Class) - 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).
convert(String[], Class) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
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) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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.
convert(String, Class, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
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 - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
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
 
convertUtilsBean - Variable in class org.apache.commons.beanutils.BeanUtilsBean
Used to perform conversions between object types when setting properties
ConvertUtilsBean - class org.apache.commons.beanutils.ConvertUtilsBean.
Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.
ConvertUtilsBean() - Constructor for class org.apache.commons.beanutils.ConvertUtilsBean
Construct a bean with standard converters registered
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) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
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) - Method in class org.apache.commons.beanutils.BeanUtilsBean
Copy property values from the origin bean to the destination bean for all cases where the property names are the same.
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) - Method in class org.apache.commons.beanutils.BeanUtilsBean
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
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.
create(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
Create all LocaleConverter types for specified locale.
createDynaBean() - Method in class org.apache.commons.beanutils.RowSetDynaClass
Create and return a new DynaBean instance to be used for representing a row in the underlying result set.
createDynaBeanProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a 'Mapped' Property
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.JDBCDynaClass
Factory method to create a new DynaProperty for the given index into the result set metadata.
createIndexedProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of an 'Indexed' Property
createMappedProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a 'Mapped' Property
createNumberProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a 'Primitive' Property
createOtherProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a 'Mapped' Property
createPrimitiveProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a 'Primitive' Property
createProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
Create a new Instance of a Property
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 - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Boolean.TYPE and Boolean.class instead
defaultByte - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Byte.TYPE and Byte.class instead
defaultCharacter - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Character.TYPE and Character.class instead
defaultDouble - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Double.TYPE and Double.class instead
defaultFloat - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Float.TYPE and Float.class instead
defaultIndexedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
Creates a new ArrayList for an 'indexed' property which doesn't exist.
defaultInteger - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Integer.TYPE and Integer.class instead
defaultLocale - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
The locale - default for convertion.
defaultLong - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Long.TYPE and Long.class instead
defaultMappedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
Creates a new HashMap for a 'mapped' property which doesn't exist.
defaultShort - Static variable in class org.apache.commons.beanutils.ConvertUtilsBean
Deprecated. Register replacement converters for Short.TYPE and Short.class instead
defaultValue - Variable in class org.apache.commons.beanutils.converters.URLConverter
The default value specified to our Constructor, if any.
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.FileConverter
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.com