Index

A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConverter<D> - Class in org.apache.commons.beanutils2.converters
Base Converter implementation that provides the structure for handling conversion to and from a specified type.
AbstractConverter() - Constructor for class org.apache.commons.beanutils2.converters.AbstractConverter
Constructs a Converter that throws a ConversionException if an error occurs.
AbstractConverter(D) - Constructor for class org.apache.commons.beanutils2.converters.AbstractConverter
Constructs a Converter that returns a default value if an error occurs.
accept(Object) - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Updates the target object provided using the property update criteria provided when this BeanPropertyValueChangeClosure was constructed.
add(int, Object) - Method in class org.apache.commons.beanutils2.LazyDynaList
Insert an element at the specified index position.
add(Object) - Method in class org.apache.commons.beanutils2.LazyDynaList
Add an element to the List.
add(String) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Add a new dynamic property with no restrictions on data type, readability, or writeability.
add(String) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Add a new dynamic property with no restrictions on data type, readability, or writeability.
add(String) - Method in interface org.apache.commons.beanutils2.MutableDynaClass
Add a new dynamic property with no restrictions on data type, readability, or writeability.
add(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaClass
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.beanutils2.LazyDynaMap
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.beanutils2.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.beanutils2.LazyDynaClass
Add a new dynamic property with the specified data type, readability, and writeability.
add(String, Class<?>, boolean, boolean) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Add a new dynamic property with the specified data type, readability, and writeability.
add(String, Class<?>, boolean, boolean) - Method in interface org.apache.commons.beanutils2.MutableDynaClass
Add a new dynamic property with the specified data type, readability, and writeability.
add(DynaProperty) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Add a new dynamic property.
add(DynaProperty) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Add a new dynamic property.
addAll(int, Collection<?>) - Method in class org.apache.commons.beanutils2.LazyDynaList
Insert all the elements from a Collection into the list at a specified position.
addAll(Collection<?>) - Method in class org.apache.commons.beanutils2.LazyDynaList
Add all the elements from a Collection to the list.
addBeanIntrospector(BeanIntrospector) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Adds a BeanIntrospector.
addBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Adds a BeanIntrospector.
addPropertyDescriptor(PropertyDescriptor) - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Adds the given property descriptor to this context.
addPropertyDescriptors(PropertyDescriptor[]) - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Adds an array of property descriptors to this context.
advance() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Advance the result set to the next row, if there is not a current row (and if we are not already at eof).
apply(T) - Method in class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
Returns the value of the property named in the transformer's constructor for the object provided.
ArrayConverter<C> - Class in org.apache.commons.beanutils2.converters
Generic Converter implementation that handles conversion to and from array objects.
ArrayConverter(Class<C>, Converter) - Constructor for class org.apache.commons.beanutils2.converters.ArrayConverter
Constructs an array Converter with the specified component Converter that throws a ConversionException if an error occurs.
ArrayConverter(Class<C>, Converter, int) - Constructor for class org.apache.commons.beanutils2.converters.ArrayConverter
Constructs an array Converter with the specified component Converter that returns a default array of the specified size (or null) if an error occurs.
asThis() - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Returns this instance cast as the exact subclass type.

B

BaseDynaBeanMapDecorator<K> - Class in org.apache.commons.beanutils2
A base class for decorators providing Map behavior on DynaBeans.
BaseDynaBeanMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Constructs a read only Map for the specified DynaBean.
BaseDynaBeanMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Constructs a Map for the specified DynaBean.
BaseLocaleConverter<T> - Class in org.apache.commons.beanutils2.locale
The base class for all standard type locale-sensitive converters.
BaseLocaleConverter(T, Locale, String, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Constructs a LocaleConverter that will return the specified default value or throw a ConversionException if a conversion error occurs.
BaseLocaleConverter.Builder<B extends BaseLocaleConverter.Builder<B,T>,T> - Class in org.apache.commons.beanutils2.locale
Builds instances of BaseLocaleConverter subclasses.
BasicDynaBean - Class in org.apache.commons.beanutils2
Minimal implementation of the DynaBean interface.
BasicDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils2.BasicDynaBean
Constructs a new DynaBean associated with the specified DynaClass instance.
BasicDynaClass - Class in org.apache.commons.beanutils2
Minimal implementation of the DynaClass interface.
BasicDynaClass() - Constructor for class org.apache.commons.beanutils2.BasicDynaClass
Constructs a new BasicDynaClass with default parameters.
BasicDynaClass(String, Class<?>) - Constructor for class org.apache.commons.beanutils2.BasicDynaClass
Constructs a new BasicDynaClass with the specified parameters.
BasicDynaClass(String, Class<?>, DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.BasicDynaClass
Constructs a new BasicDynaClass with the specified parameters.
BeanAccessLanguageException - Exception in org.apache.commons.beanutils2
Thrown to indicate that the Bean Access Language cannot execute query against given bean.
BeanAccessLanguageException() - Constructor for exception org.apache.commons.beanutils2.BeanAccessLanguageException
Constructs a BeanAccessLanguageException without a detail message.
BeanAccessLanguageException(String) - Constructor for exception org.apache.commons.beanutils2.BeanAccessLanguageException
Constructs a BeanAccessLanguageException without a detail message.
BeanComparator<T,V> - Class in org.apache.commons.beanutils2
This comparator compares two beans by the specified bean property.
BeanComparator() - Constructor for class org.apache.commons.beanutils2.BeanComparator
Constructs a Bean Comparator without a property set.
BeanComparator(String) - Constructor for class org.apache.commons.beanutils2.BeanComparator
Constructs a property-based comparator for beans.
BeanComparator(String, Comparator<V>) - Constructor for class org.apache.commons.beanutils2.BeanComparator
Constructs a property-based comparator for beans.
BeanIntrospector - Interface in org.apache.commons.beanutils2
Definition of an interface for components that can perform introspection on bean classes.
BeanMap - Class in org.apache.commons.beanutils2
An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
BeanMap() - Constructor for class org.apache.commons.beanutils2.BeanMap
Constructs a new empty BeanMap.
BeanMap(Object) - Constructor for class org.apache.commons.beanutils2.BeanMap
Constructs a new BeanMap that operates on the specified bean.
BeanMap.Entry - Class in org.apache.commons.beanutils2
Map entry used by BeanMap.
BeanPredicate<T> - Class in org.apache.commons.beanutils2
Predicate implementation that applies the given Predicate to the result of calling the given property getter.
BeanPredicate(String, Predicate<T>) - Constructor for class org.apache.commons.beanutils2.BeanPredicate
Constructs a BeanPredicate that applies the given Predicate to the named property value.
BeanPropertyValueChangeConsumer<T,V> - Class in org.apache.commons.beanutils2
Closure that sets a property.
BeanPropertyValueChangeConsumer(String, V) - Constructor for class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Constructor which takes the name of the property to be changed, the new value to set the property to, and assumes ignoreNull</code> to be <code>false.
BeanPropertyValueChangeConsumer(String, V, boolean) - Constructor for class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Constructor which takes the name of the property to be changed, the new value to set the property to and a boolean which determines whether null objects in the property path will generate an IllegalArgumentException or not.
BeanPropertyValueEqualsPredicate<T,V> - Class in org.apache.commons.beanutils2
Predicate that evaluates a property value against a specified value.
BeanPropertyValueEqualsPredicate(String, V) - Constructor for class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Constructor which takes the name of the property, its expected value to be used in evaluation, and assumes ignoreNull</code> to be <code>false.
BeanPropertyValueEqualsPredicate(String, V, boolean) - Constructor for class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Constructor which takes the name of the property, its expected value to be used in evaluation, and a boolean which determines whether null objects in the property path will generate an IllegalArgumentException or not.
BeanToPropertyValueTransformer<T,R> - Class in org.apache.commons.beanutils2
Transformer that outputs a property value.
BeanToPropertyValueTransformer(String) - Constructor for class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
Constructs a Transformer which does not ignore nulls.
BeanToPropertyValueTransformer(String, boolean) - Constructor for class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
Constructs a Transformer and sets ignoreNull.
BeanUtils - Class in org.apache.commons.beanutils2
Utility methods for populating JavaBeans properties via reflection.
BeanUtils() - Constructor for class org.apache.commons.beanutils2.BeanUtils
 
BeanUtilsBean - Class in org.apache.commons.beanutils2
TODO docs
BeanUtilsBean() - Constructor for class org.apache.commons.beanutils2.BeanUtilsBean
Constructs an instance using new property and conversion instances.
BeanUtilsBean(ConvertUtilsBean) - Constructor for class org.apache.commons.beanutils2.BeanUtilsBean
Constructs an instance using given conversion instances and new PropertyUtilsBean instance.
BeanUtilsBean(ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils2.BeanUtilsBean
Constructs an instance using given property and conversion instances.
BigDecimal_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
BigDecimal Zero
BigDecimalConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.math.BigDecimal objects.
BigDecimalConverter() - Constructor for class org.apache.commons.beanutils2.converters.BigDecimalConverter
Constructs a java.math.BigDecimal Converter that throws a ConversionException if an error occurs.
BigDecimalConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.BigDecimalConverter
Constructs a java.math.BigDecimal Converter that returns a default value if an error occurs.
BigDecimalConverter(BigDecimal) - Constructor for class org.apache.commons.beanutils2.converters.BigDecimalConverter
Constructs a java.math.BigDecimal Converter that returns a default value if an error occurs.
BigDecimalLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigDecimalLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of BigDecimalLocaleConverter.
BigInteger_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
BigInteger Zero
BigIntegerConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.math.BigInteger objects.
BigIntegerConverter() - Constructor for class org.apache.commons.beanutils2.converters.BigIntegerConverter
Constructs a java.math.BigInteger Converter that throws a ConversionException if an error occurs.
BigIntegerConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.BigIntegerConverter
Constructs a java.math.BigInteger Converter that returns a default value if an error occurs.
BigIntegerConverter(BigInteger) - Constructor for class org.apache.commons.beanutils2.converters.BigIntegerConverter
Constructs a java.math.BigInteger Converter that returns a default value if an error occurs.
BigIntegerLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a BigInteger object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
BigIntegerLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of BigIntegerLocaleConverter.
BooleanConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Boolean objects.
BooleanConverter() - Constructor for class org.apache.commons.beanutils2.converters.BooleanConverter
Constructs a Converter that will throw a ConversionException if a conversion error occurs, that is, if the string value being converted is not one of the known true strings, nor one of the known false strings.
BooleanConverter(Boolean) - Constructor for class org.apache.commons.beanutils2.converters.BooleanConverter
Constructs a Converter that will return the specified default value if a conversion error occurs, that is, the string value being converted is not one of the known true strings, nor one of the known false strings.
BooleanConverter(String[], String[]) - Constructor for class org.apache.commons.beanutils2.converters.BooleanConverter
Constructs a Converter that will throw a ConversionException if a conversion error occurs, that is, the string value being converted is not one of the known true strings, nor one of the known false strings.
BooleanConverter(String[], String[], Boolean) - Constructor for class org.apache.commons.beanutils2.converters.BooleanConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.ByteLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.DecimalLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.FloatLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.LongLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.ShortLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.locale.converters.StringLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.sql.converters.locale.SqlDateLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimeLocaleConverter
Constructs a new builder.
builder() - Static method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimestampLocaleConverter
Constructs a new builder.
Builder() - Constructor for class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.ByteLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DecimalLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.FloatLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.LongLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.ShortLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.StringLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlDateLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlTimeLocaleConverter.Builder
 
Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlTimestampLocaleConverter.Builder
 
Byte_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Byte Zero
ByteConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Byte objects.
ByteConverter() - Constructor for class org.apache.commons.beanutils2.converters.ByteConverter
Constructs a java.lang.Byte Converter that throws a ConversionException if an error occurs.
ByteConverter(Byte) - Constructor for class org.apache.commons.beanutils2.converters.ByteConverter
Constructs a java.lang.Byte Converter that returns a default value if an error occurs.
ByteConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.ByteConverter
Constructs a java.lang.Byte Converter that returns a default value if an error occurs.
ByteLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Byte object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ByteLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.

C

CalendarConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.util.Calendar objects.
CalendarConverter() - Constructor for class org.apache.commons.beanutils2.converters.CalendarConverter
Constructs a java.util.Calendar Converter that throws a ConversionException if an error occurs.
CalendarConverter(Calendar) - Constructor for class org.apache.commons.beanutils2.converters.CalendarConverter
Constructs a java.util.Calendar Converter that returns a default value if an error occurs.
Character_SPACE - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Character Space
CharacterConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.lang.Character objects.
CharacterConverter() - Constructor for class org.apache.commons.beanutils2.converters.CharacterConverter
Constructs a java.lang.Character Converter that throws a ConversionException if an error occurs.
CharacterConverter(char) - Constructor for class org.apache.commons.beanutils2.converters.CharacterConverter
Constructs a java.lang.Character Converter that returns a default value if an error occurs.
CharacterConverter(Character) - Constructor for class org.apache.commons.beanutils2.converters.CharacterConverter
Constructs a java.lang.Character Converter that returns a default value if an error occurs.
ClassConverter<T> - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.lang.Class objects.
ClassConverter() - Constructor for class org.apache.commons.beanutils2.converters.ClassConverter
Constructs a java.lang.Class Converter that throws a ConversionException if an error occurs.
ClassConverter(Class<T>) - Constructor for class org.apache.commons.beanutils2.converters.ClassConverter
Constructs a java.lang.Class Converter that returns a default value if an error occurs.
clear() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
clear() operation is not supported.
clear() - Method in class org.apache.commons.beanutils2.BeanMap
This method reinitializes the bean map to have default values for the bean's properties.
clear() - Static method in class org.apache.commons.beanutils2.WrapDynaClass
Clear our cache of WrapDynaClass instances.
clearCache() - Static method in class org.apache.commons.beanutils2.MethodUtils
Clear the method cache.
clearDescriptors() - Static method in class org.apache.commons.beanutils2.PropertyUtils
Clear any cached property descriptors information for all classes loaded by any class loaders.
clearDescriptors() - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Clear any cached property descriptors information for all classes loaded by any class loaders.
clone() - Method in class org.apache.commons.beanutils2.BeanMap
Clone this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
cloneBean(Object) - Static method in class org.apache.commons.beanutils2.BeanUtils
Clones a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
cloneBean(Object) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
ColorConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Color.
ColorConverter() - Constructor for class org.apache.commons.beanutils2.converters.ColorConverter
Construct a Color Converter that throws a ConversionException if an error occurs.
ColorConverter(Color) - Constructor for class org.apache.commons.beanutils2.converters.ColorConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
compare(T, T) - Method in class org.apache.commons.beanutils2.BeanComparator
Compare two JavaBeans by their shared property.
constructor - Variable in class org.apache.commons.beanutils2.BasicDynaClass
The constructor of the dynaBeanClass that we will use for creating new instances.
ConstructorUtils - Class in org.apache.commons.beanutils2
Utility reflection methods focused on constructors, modeled after MethodUtils.
ConstructorUtils() - Constructor for class org.apache.commons.beanutils2.ConstructorUtils
 
constructorValues - Variable in class org.apache.commons.beanutils2.BasicDynaClass
The argument values to be passed to the constructor we will use to create new DynaBean instances.
contains(String, String) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in interface org.apache.commons.beanutils2.DynaBean
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Does the specified mapped property contain a value for the specified key value?
contains(String, String) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Does the specified mapped property contain a value for the specified key value?
containsKey(Object) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Indicate whether the DynaBean contains a specified value for one (or more) of its properties.
containsKey(Object) - Method in class org.apache.commons.beanutils2.BeanMap
Returns true if the bean defines a property with the given name.
containsValue(Object) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Indicates whether the decorated DynaBean contains a specified value.
contentType - Variable in class org.apache.commons.beanutils2.DynaProperty
The (optional) type of content elements for indexed DynaProperty
ContextClassLoaderLocal<T> - Class in org.apache.commons.beanutils2
An instance of this class represents a value that is provided per (thread) context classloader.
ContextClassLoaderLocal() - Constructor for class org.apache.commons.beanutils2.ContextClassLoaderLocal
Constructs a context classloader instance
conversionException(Class<?>, Object) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Creates a standard conversion exception with a message indicating that the passed in value cannot be converted to the desired target type.
ConversionException - Exception in org.apache.commons.beanutils2
A ConversionException indicates that a call to Converter.convert() has failed to complete successfully.
ConversionException(String) - Constructor for exception org.apache.commons.beanutils2.ConversionException
Constructs a new exception with the specified message.
ConversionException(String, Throwable) - Constructor for exception org.apache.commons.beanutils2.ConversionException
Constructs a new exception with the specified message and root cause.
ConversionException(Throwable) - Constructor for exception org.apache.commons.beanutils2.ConversionException
Constructs a new exception with the specified root cause.
convert(Class<?>, int, Object) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Converts the specified value to the required type.
convert(Class<?>, int, Object) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Convert the specified value to the required type.
convert(Class<?>, int, Object, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Converts the specified value to the required type using the specified conversion pattern.
convert(Class<?>, int, Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Convert the specified value to the required type using the specified conversion pattern.
convert(Class<R>, Object) - Method in interface org.apache.commons.beanutils2.Converter
Convert the specified input object into an output object of the specified type.
convert(Class<R>, Object) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the input object into an output object of the specified type.
convert(Class<R>, Object) - Method in class org.apache.commons.beanutils2.converters.ConverterFacade
Convert the input object into an output object of the specified type by delegating to the underlying Converter implementation.
convert(Class<R>, Object) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
convert(Class<R>, Object, String) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
convert(Class<R>, Object, String) - Method in interface org.apache.commons.beanutils2.locale.LocaleConverter
Convert the specified locale-sensitive input object into an output object of the specified type.
convert(Object) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Converts the specified value into a String.
convert(Object) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Delegates to the new ConvertUtilsBean.convert(Object, Class) method.
convert(Object) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Converts the specified locale-sensitive input object into an output object.
convert(Object) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified locale-sensitive value into a String.
convert(Object) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified locale-sensitive value into a String.
convert(Object, Class<?>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Converts the value to an object of the specified class (if possible).
convert(Object, Class<R>) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Converts the value to an object of the specified class (if possible).
convert(Object, Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Converts the value to an object of the specified class (if possible).
convert(Object, String) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Converts the specified locale-sensitive input object into an output object.
convert(Object, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified locale-sensitive value into a String using the conversion pattern.
convert(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified locale-sensitive value into a String using the conversion pattern.
convert(Object, Locale, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified locale-sensitive value into a String using the particular conversion pattern.
convert(Object, Locale, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified locale-sensitive value into a String using the particular conversion pattern.
convert(String[], Class<?>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
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.beanutils2.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.beanutils2.locale.LocaleConvertUtilsBean
Convert an array of specified values to an array of objects of the specified class (if possible) .
convert(String[], Class<?>, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Convert an array of specified values to an array of objects of the specified class (if possible) using the conversion pattern.
convert(String[], Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Convert an array of specified values to an array of objects of the specified class (if possible) using the conversion pattern.
convert(String[], Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Delegates to the new ConvertUtilsBean.convert(Object, Class) method.
convert(String[], Class<T>, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert an array of specified values to an array of objects of the specified class (if possible) using the conversion pattern.
convert(String[], Class<T>, Locale, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert an array of specified values to an array of objects of the specified class (if possible) using the conversion pattern.
convert(String, Class<?>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Converts the specified value to an object of the specified class (if possible).
convert(String, Class<?>) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified value to an object of the specified class (if possible).
convert(String, Class<?>) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified value to an object of the specified class (if possible).
convert(String, Class<?>, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified value to an object of the specified class (if possible) using the conversion pattern.
convert(String, Class<?>, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified value to an object of the specified class (if possible) using the conversion pattern.
convert(String, Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Converts the specified value to an object of the specified class (if possible) using the conversion pattern.
convert(String, Class<?>, Locale, String) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Convert the specified value to an object of the specified class (if possible) using the conversion pattern.
convert(String, Class<R>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Delegates to the new ConvertUtilsBean.convert(Object, Class) method.
convertArray(Object) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Returns the first element from an Array (or Collection) or the value unchanged if not an Array (or Collection).
convertArray(Object) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Returns the value unchanged.
Converter<T> - Interface in org.apache.commons.beanutils2
General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from one type to another.
ConverterFacade<T> - Class in org.apache.commons.beanutils2.converters
Provides a facade for Converter implementations preventing access to any public API in the implementation, other than that specified by Converter.
ConverterFacade(Converter<T>) - Constructor for class org.apache.commons.beanutils2.converters.ConverterFacade
Constructs a converter which delegates to the specified Converter implementation.
ConvertingWrapDynaBean - Class in org.apache.commons.beanutils2
Implements DynaBean to wrap 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.beanutils2.ConvertingWrapDynaBean
Constructs a new DynaBean associated with the specified JavaBean instance.
convertKey(String) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Converts the name of a property to the key type of this decorator.
convertKey(String) - Method in class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
 
convertToCollection(Object) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Converts non-array values to a Collection prior to being converted either to an array or a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the input object into a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Handles conversion to a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.CharacterConverter
Converts a java.lang.Class or object into a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.ClassConverter
Converts a java.lang.Class or object into a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Convert an input Date/Calendar object into a String.
convertToString(Object) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Convert an input Number object into a String.
convertToType(Class<R>, Object) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the input object into an output object of the specified type.
convertToType(Class<R>, Object) - Method in class org.apache.commons.beanutils2.converters.ClassConverter
Converts the input object into a java.lang.Class.
convertToType(Class<R>, Object) - Method in class org.apache.commons.beanutils2.converters.EnumConverter
Converts a java.lang.Enum or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Handles conversion to an array of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.BooleanConverter
Converts the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.CharacterConverter
Converts the input object into a java.lang.Character.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.ColorConverter
Converts a Color into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Convert the input object into a Date object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.DimensionConverter
Converts the input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.DurationConverter
Converts a java.time.Duration or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.FileConverter
Converts the input object into a java.io.File.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.InetAddressConverter
Converts the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.LocaleConverter
Converts the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.LocalTimeConverter
Converts a java.time.LocalTime or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.MonthDayConverter
Converts a java.time.MonthDay or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Convert the input object into a Number object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.OffsetTimeConverter
Converts a java.time.OffsetTime or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.PathConverter
Converts a java.nio.file.Path or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.PatternConverter
Converts the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.PeriodConverter
Converts a java.time.Period or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.PointConverter
Converts the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.StringConverter
Convert the specified input object into an output object of the specified type.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.URIConverter
Converts a java.net.URI or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.URLConverter
Converts a java.net.URL or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.UUIDConverter
Converts a java.util.UUID or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.YearConverter
Converts a java.time.Year or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.YearMonthConverter
Converts a java.time.YearMonth or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.ZoneIdConverter
Converts a java.time.ZoneId or object into a String.
convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils2.converters.ZoneOffsetConverter
Converts a java.time.ZoneOffset or object into a String.
convertType(Class<R>, Object) - Method in class org.apache.commons.beanutils2.BeanMap
Converts the given value to the given type.
ConvertUtils - Class in org.apache.commons.beanutils2
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.beanutils2.ConvertUtils
 
ConvertUtilsBean - Class in org.apache.commons.beanutils2
TODO DOCS
ConvertUtilsBean() - Constructor for class org.apache.commons.beanutils2.ConvertUtilsBean
Constructs a bean with standard converters registered
copy(ResultSet) - Method in class org.apache.commons.beanutils2.sql.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.beanutils2.BeanUtils
Copies property values from the origin bean to the destination bean for all cases where the property names are the same.
copyProperties(Object, Object) - Method in class org.apache.commons.beanutils2.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.beanutils2.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.beanutils2.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).
copyProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.BeanUtils
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
copyProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
create(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Create all LocaleConverter types for specified locale.
createCache() - Static method in class org.apache.commons.beanutils2.BeanUtils
Creates a cache.
createDynaBean() - Method in class org.apache.commons.beanutils2.sql.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.beanutils2.LazyDynaBean
Create a new Instance of a 'DynaBean' Property.
createDynaClass(Class<?>) - Static method in class org.apache.commons.beanutils2.WrapDynaClass
Create (if necessary) and return a new WrapDynaClass instance for the specified bean class.
createDynaClass(Class<?>, PropertyUtilsBean) - Static method in class org.apache.commons.beanutils2.WrapDynaClass
Create (if necessary) and return a new WrapDynaClass instance for the specified bean class using the given PropertyUtilsBean instance for introspection.
createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
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.beanutils2.LazyDynaBean
Create a new Instance of an 'Indexed' Property
createMappedProperty(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Create a new Instance of a 'Mapped' Property
createNumberProperty(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Create a new Instance of a Number Property.
createOtherProperty(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Create a new Instance of other Property types
createPrimitiveProperty(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Create a new Instance of a 'Primitive' Property.
createProperty(String, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Create a new Instance of a Property
createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.beanutils2.BeanMap
Creates an array of parameters to pass to the given mutator method.
current - Variable in class org.apache.commons.beanutils2.sql.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

DateConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.util.Date objects.
DateConverter() - Constructor for class org.apache.commons.beanutils2.converters.DateConverter
Constructs a java.util.Date Converter that throws a ConversionException if an error occurs.
DateConverter(Date) - Constructor for class org.apache.commons.beanutils2.converters.DateConverter
Constructs a java.util.Date Converter that returns a default value if an error occurs.
DateLocaleConverter<D extends Date> - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DateLocaleConverter(D, Locale, String, boolean, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter
Constructs a new instance.
DateLocaleConverter.Builder<B extends DateLocaleConverter.Builder<B,D>,D extends Date> - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of DateLocaleConverter.
DateTimeConverter<D> - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from date/time objects.
DateTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.DateTimeConverter
Constructs a Date/Time Converter that throws a ConversionException if an error occurs.
DateTimeConverter(D) - Constructor for class org.apache.commons.beanutils2.converters.DateTimeConverter
Constructs a Date/Time Converter that returns a default value if an error occurs.
DecimalLocaleConverter<T extends Number> - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Number object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DecimalLocaleConverter(T, Locale, String, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.locale.converters.DecimalLocaleConverter
Constructs a new instance.
DecimalLocaleConverter.Builder<B extends DecimalLocaleConverter.Builder<B,T>,T extends Number> - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of DateLocaleConverter.
DEFAULT_WRITE_METHOD_PREFIX - Static variable in class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
The default prefix for write methods.
DefaultBeanIntrospector - Class in org.apache.commons.beanutils2
The default BeanIntrospector implementation.
defaultIndexedProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Creates a new ArrayList for an 'indexed' property which doesn't exist.
defaultMappedProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Creates a new HashMap for a 'mapped' property which doesn't exist.
DefaultResolver - Class in org.apache.commons.beanutils2.expression
Default Property Name Expression Resolver Implementation.
DefaultResolver() - Constructor for class org.apache.commons.beanutils2.expression.DefaultResolver
Constructs a new instance.
defaultValue - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
The default value specified to our Constructor, if any.
defaultValue - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
The default value specified to our Constructor, if any.
definePropertyType(Object, String, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Calculate the property type.
definePropertyType(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Calculate the property type.
deregister() - Static method in class org.apache.commons.beanutils2.ConvertUtils
Remove all registered Converters, and re-establish the standard Converters.
deregister() - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Deregisters all registered Converters, and re-establish the standard Converters.
deregister() - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Remove any registered LocaleConverter.
deregister() - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Remove any registered LocaleConverter.
deregister(Class<?>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Remove any registered Converter for the specified destination Class.
deregister(Class<?>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Remove any registered Converter for the specified destination Class.
deregister(Class<?>, Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Remove any registered LocaleConverter for the specified locale and Class.
deregister(Class<?>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Remove any registered LocaleConverter for the specified locale and Class.
deregister(Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Remove any registered LocaleConverter for the specified locale.
deregister(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Remove any registered LocaleConverter for the specified locale
describe(Object) - Static method in class org.apache.commons.beanutils2.BeanUtils
Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the entire set of properties for which the specified bean provides a read method.
describe(Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return the entire set of properties for which the specified bean provides a read method.
descriptorsMap - Variable in class org.apache.commons.beanutils2.WrapDynaClass
The set of PropertyDescriptors for this bean class, keyed by the property name.
DimensionConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Dimension.
DimensionConverter() - Constructor for class org.apache.commons.beanutils2.converters.DimensionConverter
Construct a Dimension Converter that throws a ConversionException if an error occurs.
DimensionConverter(Dimension) - Constructor for class org.apache.commons.beanutils2.converters.DimensionConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
Double_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Double Zero
DoubleConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Double objects.
DoubleConverter() - Constructor for class org.apache.commons.beanutils2.converters.DoubleConverter
Constructs a java.lang.Double Converter that throws a ConversionException if an error occurs.
DoubleConverter(Double) - Constructor for class org.apache.commons.beanutils2.converters.DoubleConverter
Constructs a java.lang.Double Converter that returns a default value if an error occurs.
DoubleConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.DoubleConverter
Constructs a java.lang.Double Converter that returns a default value if an error occurs.
DoubleLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Double object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
DoubleLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.
DurationConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.Duration objects.
DurationConverter() - Constructor for class org.apache.commons.beanutils2.converters.DurationConverter
Constructs a java.time.Duration Converter that throws a ConversionException if an error occurs.
DurationConverter(Duration) - Constructor for class org.apache.commons.beanutils2.converters.DurationConverter
Constructs a java.time.Duration Converter that returns a default value if an error occurs.
DynaBean - Interface in org.apache.commons.beanutils2
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.beanutils2.BasicDynaClass
The DynaBean implementation class we will use for creating new instances.
DynaBeanPropertyMapDecorator - Class in org.apache.commons.beanutils2
Decorates a DynaBean to provide Map behavior.
DynaBeanPropertyMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
Constructs a read only Map for the specified DynaBean.
DynaBeanPropertyMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
Constructs a Map for the specified DynaBean.
dynaClass - Variable in class org.apache.commons.beanutils2.BasicDynaBean
The DynaClass "base class" that this DynaBean is associated with.
dynaClass - Variable in class org.apache.commons.beanutils2.LazyDynaBean
The MutableDynaClass "base class" that this DynaBean is associated with.
dynaClass - Variable in class org.apache.commons.beanutils2.sql.ResultSetIterator
The ResultSetDynaClass we are associated with.
dynaClass - Variable in class org.apache.commons.beanutils2.WrapDynaBean
The DynaClass "base class" that this DynaBean is associated with.
DynaClass - Interface in org.apache.commons.beanutils2
A DynaClass is a simulation of the functionality of Class for classes implementing the DynaBean interface.
DynaProperty - Class in org.apache.commons.beanutils2
The metadata describing an individual property of a DynaBean.
DynaProperty(String) - Constructor for class org.apache.commons.beanutils2.DynaProperty
Constructs a property that accepts any data type.
DynaProperty(String, Class<?>) - Constructor for class org.apache.commons.beanutils2.DynaProperty
Constructs a property of the specified data type.
DynaProperty(String, Class<?>, Class<?>) - Constructor for class org.apache.commons.beanutils2.DynaProperty
Constructs an indexed or mapped DynaProperty that supports (pseudo)-introspection of the content type.

E

EMPTY_ARRAY - Static variable in class org.apache.commons.beanutils2.DynaProperty
Empty array.
Entry(BeanMap, String, Object) - Constructor for class org.apache.commons.beanutils2.BeanMap.Entry
Constructs a new Entry.
entryIterator() - Method in class org.apache.commons.beanutils2.BeanMap
Convenience method for getting an iterator over the entries.
entrySet() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Returns the Set of the property/value mappings in the decorated DynaBean.
entrySet() - Method in class org.apache.commons.beanutils2.BeanMap
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
EnumConverter<E extends Enum<E>> - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.lang.Enum objects.
EnumConverter() - Constructor for class org.apache.commons.beanutils2.converters.EnumConverter
Constructs a java.lang.Enum Converter that throws a ConversionException if an error occurs.
EnumConverter(Enum<E>) - Constructor for class org.apache.commons.beanutils2.converters.EnumConverter
Constructs a java.lang.Enum Converter that returns a default value if an error occurs.
eof - Variable in class org.apache.commons.beanutils2.sql.ResultSetIterator
Flag indicating whether the result set has indicated that there are no further rows.
equals(Object) - Method in class org.apache.commons.beanutils2.BeanComparator
Two BeanComparator's are equals if and only if the wrapped comparators and the property names to be compared are equal.
equals(Object) - Method in class org.apache.commons.beanutils2.DynaProperty
Checks this instance against the specified Object for equality.
evaluateValue(V, Object) - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Utility method which evaluates whether the actual property value equals the expected property value.

F

FileConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.io.File objects.
FileConverter() - Constructor for class org.apache.commons.beanutils2.converters.FileConverter
Constructs a java.io.File Converter that throws a ConversionException if an error occurs.
FileConverter(File) - Constructor for class org.apache.commons.beanutils2.converters.FileConverter
Constructs a java.io.File Converter that returns a default value if an error occurs.
firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.beanutils2.BeanMap
Called during a successful BeanMap.put(String,Object) operation.
Float_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Float Zero
FloatConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Float objects.
FloatConverter() - Constructor for class org.apache.commons.beanutils2.converters.FloatConverter
Constructs a java.lang.Float Converter that throws a ConversionException if an error occurs.
FloatConverter(Float) - Constructor for class org.apache.commons.beanutils2.converters.FloatConverter
Constructs a java.lang.Float Converter that returns a default value if an error occurs.
FloatConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.FloatConverter
Constructs a java.lang.Float Converter that returns a default value if an error occurs.
FloatLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a BigDecimal object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
FloatLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.
FluentPropertyBeanIntrospector - Class in org.apache.commons.beanutils2
An implementation of the BeanIntrospector interface which can detect write methods for properties used in fluent API scenario.
FluentPropertyBeanIntrospector() - Constructor for class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
Creates a new instance of FluentPropertyBeanIntrospector and sets the default prefix for write methods.
FluentPropertyBeanIntrospector(String) - Constructor for class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
Creates a new instance of FluentPropertyBeanIntrospector and initializes it with the prefix for write methods used by the classes to be inspected.
format(String, Object...) - Static method in exception org.apache.commons.beanutils2.ConversionException
Constructs a new instance with a message formatted using String.format(String, Object...).

G

get() - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
Gets the instance which provides the functionality for BeanUtils.
get() - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Gets a newly built instance.
get() - Method in class org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.ByteLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter.Builder
Gets a new instance.
get() - Method in class org.apache.commons.beanutils2.locale.converters.DecimalLocaleConverter.Builder
Constructs a new instance.
get() - Method in class org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.FloatLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.LongLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.locale.converters.ShortLocaleConverter.Builder
Gets a new instance.
get() - Method in class org.apache.commons.beanutils2.locale.converters.StringLocaleConverter.Builder
Gets a new instance.
get() - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlDateLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimeLocaleConverter.Builder
 
get() - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimestampLocaleConverter.Builder
 
get(int) - Method in class org.apache.commons.beanutils2.LazyDynaList
Return the element at the specified position.
get(Object) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Gets the value for the specified key from the decorated DynaBean.
get(Object) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the value of the bean's property with the given name.
get(String) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets the value of a simple property with the specified name.
get(String) - Method in interface org.apache.commons.beanutils2.DynaBean
Gets the value of a simple property with the specified name.
get(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Return the value of a simple property with the specified name.
get(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets the value of a simple property with the specified name.
get(String) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Gets the value of a simple property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets the value of an indexed property with the specified name.
get(String, int) - Method in interface org.apache.commons.beanutils2.DynaBean
Gets the value of an indexed property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Return the value of an indexed property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets the value of an indexed property with the specified name.
get(String, int) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Gets the value of an indexed property with the specified name.
get(String, String) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets 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.beanutils2.DynaBean
Gets 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.beanutils2.LazyDynaBean
Return the value of a mapped property with the specified name.
get(String, String) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets 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.beanutils2.WrapDynaBean
Gets the value of a mapped property with the specified name, or null if there is no value for the specified key.
getAccessibleConstructor(Class<T>, Class<?>) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns a constructor with single argument.
getAccessibleConstructor(Class<T>, Class<?>[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns a constructor given a class and signature.
getAccessibleConstructor(Constructor<T>) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns accessible version of the given constructor.
getAccessibleMethod(Class<?>, Method) - Static method in class org.apache.commons.beanutils2.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getAccessibleMethod(Class<?>, String, Class<?>) - Static method in class org.apache.commons.beanutils2.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.beanutils2.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.beanutils2.MethodUtils
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
getApplyLocalized() - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Gets whether the pattern is localized or not.
getApplyLocalized() - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Is the pattern to be applied localized (Indicate whether the pattern is localized or not)
getApplyLocalized() - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Gets applyLocalized.
getApplyLocalized() - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
getter for applyLocalized
getArrayProperty(Object, String) - Static method in class org.apache.commons.beanutils2.BeanUtils
Return the value of the specified array property of the specified bean, as a String array.
getArrayProperty(Object, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the value of the specified array property of the specified bean, as a String array.
getBean() - Method in class org.apache.commons.beanutils2.BeanMap
Gets the bean currently being operated on.
getBeanClass() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Gets the class of the underlying wrapped bean.
getColumnName(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets the table column name for the specified property name.
getComparator() - Method in class org.apache.commons.beanutils2.BeanComparator
Gets the Comparator being used to compare beans.
getContentType() - Method in class org.apache.commons.beanutils2.DynaProperty
Gets the (optional) type of the indexed content for DynaProperty's that support this feature.
getConvertUtils() - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the ConvertUtilsBean instance used to perform the conversions.
getDefault(Class<?>) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Gets the default value for conversions to the specified type.
getDefault(Class<?>) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Gets the default value for conversions to the specified type.
getDefaultLocale() - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Gets the locale used when no locale is passed.
getDefaultLocale() - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the default Locale
getDefaultLocale() - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Gets the Locale which will be used when no Locale is passed to a method.
getDefaultLocale() - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
getter for defaultLocale.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BigDecimalConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BigIntegerConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BooleanConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ByteConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.CalendarConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.CharacterConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ClassConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ColorConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DateConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DimensionConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DoubleConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DurationConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.EnumConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.FileConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.FloatConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.InetAddressConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.IntegerConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalDateConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalDateTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocaleConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LongConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.MonthDayConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.OffsetDateTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.OffsetTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PathConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PatternConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PeriodConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PointConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ShortConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.StringConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.URIConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.URLConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.UUIDConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.YearConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.YearMonthConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZonedDateTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZoneIdConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZoneOffsetConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlDateConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimeConverter
Gets the default type this Converter handles.
getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter
Gets the default type this Converter handles.
getDynaBean() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Provide access to the underlying DynaBean this Map decorates.
getDynaBeanClass() - Method in class org.apache.commons.beanutils2.BasicDynaClass
Gets the Class object we will use to create new instances in the newInstance() method.
getDynaClass() - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in interface org.apache.commons.beanutils2.DynaBean
Gets the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in class org.apache.commons.beanutils2.LazyDynaBean
Gets the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaClass() - Method in class org.apache.commons.beanutils2.WrapDynaBean
Gets the DynaClass instance that describes the set of properties available for this DynaBean.
getDynaProperties() - Method in class org.apache.commons.beanutils2.BasicDynaClass
Return an array of PropertyDescriptor for the properties currently defined in this DynaClass.
getDynaProperties() - Method in interface org.apache.commons.beanutils2.DynaClass
Returns an array of PropertyDescriptor for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Return an array of PropertyDescriptor for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets an array of PropertyDescriptor for the properties currently defined in this DynaClass.
getDynaProperties() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Return an array of PropertyDescriptor for the properties currently defined in this DynaClass.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets the property descriptor for the specified property name.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.BasicDynaClass
Gets a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in interface org.apache.commons.beanutils2.DynaClass
Returns a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Return a property descriptor for the specified property.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Return a property descriptor for the specified property.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets a property descriptor for the specified property, if it exists; otherwise, return null.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Gets the property descriptor for the specified property name.
getDynaProperty(String) - Method in class org.apache.commons.beanutils2.WrapDynaClass
Gets a property descriptor for the specified property, if it exists; otherwise, return null.
getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Gets a DateFormat for the Locale.
getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimeConverter
 
getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter
 
getIndex(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Gets the index value from the property expression or -1.
getIndex(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Extract the index value from the property expression or -1.
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.BeanUtils
Return the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Gets the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets 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.beanutils2.BeanUtils
Gets the value of the specified indexed property of the specified bean, as a String.
getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets 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.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the value of the specified indexed property of the specified bean, with no type conversions.
getIndexedProperty(Object, String, int, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the specified conversion pattern.
getIndexedProperty(Object, String, int, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified locale-sensetive indexed property of the specified bean, as a String using the specified conversion pattern.
getIndexedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
getIndexedProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified locale-sensitive indexed property of the specified bean, as a String.
getInstance() - Static method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the instance which provides the functionality for BeanUtils.
getInstance() - Static method in class org.apache.commons.beanutils2.ConvertUtilsBean
Gets singleton instance
getInstance() - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Gets singleton instance.
getInstance() - Static method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the PropertyUtils bean instance.
getInstance() - Method in class org.apache.commons.beanutils2.WrapDynaBean
Gets the bean instance wrapped by this DynaBean.
getKey(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Gets the map key from the property expression or null.
getKey(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Extract the map key from the property expression or null.
getLocale() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Gets the Locale for the Converter (or null if none specified).
getLocale() - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Gets the Locale for the Converter (or null if none specified).
getLocaleBeanUtilsInstance() - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets singleton instance
getLocaleConvertUtils() - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the bean instance used for conversions
getMap() - Method in class org.apache.commons.beanutils2.BasicDynaBean
Gets a Map representation of this DynaBean.
getMap() - Method in class org.apache.commons.beanutils2.LazyDynaBean
Gets a Map representation of this DynaBean.
getMap() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Gets the underlying Map backing this DynaBean
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.BeanUtils
Return the value of the specified indexed property of the specified bean, as a String.
getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the value of the specified indexed property of the specified bean, as a String.
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets 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.beanutils2.BeanUtils
Return the value of the specified mapped property of the specified bean, as a String.
getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets 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.beanutils2.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) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets 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) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the value of the specified mapped property of the specified bean, with no type conversions.
getMappedProperty(Object, String, String, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified conversion pattern.
getMappedProperty(Object, String, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified conversion pattern.
getMappedPropertyLocale(Object, String, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
getMappedPropertyLocale(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets 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.beanutils2.MappedPropertyDescriptor
Gets the Class object for the property values.
getMappedReadMethod() - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Gets the method that should be used to read one of the property value.
getMappedWriteMethod() - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Gets the method that should be used to write one of the property value.
getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Find an accessible method that matches the given name and has compatible parameters.
getName() - Method in class org.apache.commons.beanutils2.BasicDynaClass
Gets the name of this DynaClass (analogous to the getName() method of Class, which allows the same DynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in interface org.apache.commons.beanutils2.DynaClass
Returns the name of this DynaClass (analogous to the getName() method of Class, which allows the same DynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils2.DynaProperty
Gets the name of this property.
getName() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Gets the name of this DynaClass (analogous to the getName()</code> method of <code>java.lang.Class)
getName() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets the name of this DynaClass (analogous to the getName()</code> method of <code>java.lang.Class, which allows the same DynaClass implementation class to support different dynamic classes, with different sets of properties.
getName() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Gets the name of this DynaClass (analogous to the getName() method of Class, which allows the same DynaClass implementation class to support different dynamic classes, with different sets of properties.
getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.BeanUtils
Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String.
getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets 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.beanutils2.locale.LocaleBeanUtils
Return the value of the (possibly nested) locale-sensitive property of the specified name.
getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default conversion pattern of the corresponding LocaleConverter.
getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
getNestedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils2.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.
getNestedProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
getObject(ResultSet, String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets a column value from a ResultSet for the specified name.
getObjectFromResultSet(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Gets a value from the ResultSet for the specified property name.
getPattern() - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Gets the number format pattern used to convert Numbers to/from a String (or null if none specified).
getPatterns() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Gets the date format patterns used to convert dates to/from a String (or null if none specified).
getPredicate() - Method in class org.apache.commons.beanutils2.BeanPredicate
Gets the Predicate to be applied to the value of the named property during BeanPredicate.test(Object).
getPrimitiveType(Class<?>) - Static method in class org.apache.commons.beanutils2.MethodUtils
Gets the class for the primitive type corresponding to the primitive wrapper class given.
getPrimitiveWrapper(Class<?>) - Static method in class org.apache.commons.beanutils2.MethodUtils
Gets the wrapper object class for the given primitive type class.
getProperty() - Method in class org.apache.commons.beanutils2.BeanComparator
Gets the property attribute of the BeanComparator
getProperty(Object, String) - Static method in class org.apache.commons.beanutils2.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) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets 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.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive property of the specified bean.
getProperty(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets 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 conversion pattern of the corresponding LocaleConverter.
getProperty(Object, String) - Static method in class org.apache.commons.beanutils2.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) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets 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, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified locale-sensitive property of the specified bean.
getProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets 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 conversion pattern.
getProperty(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Gets the property name from the property expression.
getProperty(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Gets the property name from the property expression.
getPropertyDescriptor(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Retrieve the property descriptor for the specified property of the specified bean, or return null if there is no such descriptor.
getPropertyDescriptor(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
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 interface org.apache.commons.beanutils2.IntrospectionContext
Returns the descriptor for the property with the given name or null if this property is unknown.
getPropertyDescriptor(String) - Method in class org.apache.commons.beanutils2.WrapDynaClass
Gets the PropertyDescriptor for the specified property name, if any; otherwise return null.
getPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Retrieve the property descriptors for the specified class, introspecting and caching them the first time a particular bean class is encountered.
getPropertyDescriptors(Class<?>) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
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.beanutils2.PropertyUtils
Retrieve the property descriptors for the specified bean, introspecting and caching them the first time a particular bean class is encountered.
getPropertyDescriptors(Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
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.beanutils2.PropertyUtils
Return the Java Class representing the property editor class that has been registered for this property (if any).
getPropertyEditorClass(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
getPropertyName() - Method in class org.apache.commons.beanutils2.BeanPredicate
Gets the name of the property whose value is to be predicated. in the evaluation.
getPropertyName() - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Returns the name of the property which will be updated when this Closure executes.
getPropertyName() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Returns the name of the property which will be evaluated when this Predicate is executed.
getPropertyName() - Method in class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
Returns the name of the property that will be used in the transformation of the bean.
getPropertyOfMapBean(Map<?, ?>, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
This method is called by getNestedProperty and setNestedProperty to define what it means to get a property from an object which implements Map.
getPropertyType(Object, String) - Static method in class org.apache.commons.beanutils2.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.
getPropertyType(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the Java Class representing the property type of the specified property, or null if there is no such property for the specified bean.
getPropertyUtils() - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets the PropertyUtilsBean instance used to access properties.
getPropertyUtilsBean() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Returns the PropertyUtilsBean instance associated with this class.
getPropertyValue() - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Returns the value that the property specified by propertyName will be updated to when this Closure executes.
getPropertyValue() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Returns the value that the property specified by propertyName will be compared to when this Predicate executes.
getReadMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return an accessible property getter method for this property, if there is one; otherwise return null.
getReadMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return an accessible property getter method for this property, if there is one; otherwise return null.
getReadMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return the property getter method for this property if accessible from given clazz (and if there is one at all); otherwise return null.
getReadMethod(Object) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the accessor for the property with the given name.
getReadMethod(String) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the accessor for the property with the given name.
getResolver() - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the configured Resolver implementation used by BeanUtils.
getRows() - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
Gets 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.beanutils2.BeanUtils
Return the value of the specified simple property of the specified bean, converted to a String.
getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Gets 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.beanutils2.locale.LocaleBeanUtils
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding LocaleConverter.
getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding LocaleConverter.
getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return the value of the specified simple property of the specified bean, with no type conversions.
getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Gets the value of the specified simple property of the specified bean, with no type conversions.
getSimpleProperty(Object, String, String) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified conversion pattern.
getSimpleProperty(Object, String, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Gets the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the specified conversion pattern.
getSuppressedProperties() - Method in class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
Returns a (unmodifiable) set with the names of the properties which are suppressed by this BeanIntrospector.
getTargetClass() - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Returns the class that is subject of introspection.
getTimeZone() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Gets the Time Zone to use when converting dates (or null if none specified.
getType() - Method in class org.apache.commons.beanutils2.DynaProperty
Gets the Java class representing the data type of the underlying property values.
getType(String) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the type of the property with the given name.
getTypeTransformer(Class<R>) - Method in class org.apache.commons.beanutils2.BeanMap
Gets a transformer for the given primitive type.
getWriteMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return an accessible property setter method for this property, if there is one; otherwise return null.
getWriteMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return an accessible property setter method for this property, if there is one; otherwise return null.
getWriteMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return the property setter method for this property if accessible from given clazz (and if there is one at all); otherwise return null.
getWriteMethod(Object) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the mutator for the property with the given name.
getWriteMethod(String) - Method in class org.apache.commons.beanutils2.BeanMap
Gets the mutator for the property with the given name.
getWriteMethodPrefix() - Method in class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
Returns the prefix for write methods this instance scans for.
growIndexedProperty(String, Object, int) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Grow the size of an indexed property

H

handleError(Class<T>, Object, Throwable) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Handles Conversion Errors.
handleMissing(Class<T>) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Handles missing values.
hashCode() - Method in class org.apache.commons.beanutils2.BeanComparator
Hashcode compatible with equals.
hashCode() - Method in class org.apache.commons.beanutils2.DynaProperty
 
hasNested(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Indicates whether or not the expression contains nested property expressions or not.
hasNested(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Indicates whether or not the expression contains nested property expressions or not.
hasNext() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets true if the iteration has more elements.
hasProperty(String) - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Tests whether a descriptor for the property with the given name is already contained in this context.

I

InetAddressConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from InetAddress.
InetAddressConverter() - Constructor for class org.apache.commons.beanutils2.converters.InetAddressConverter
Construct a InetAddress Converter that throws a ConversionException if an error occurs.
InetAddressConverter(InetAddress) - Constructor for class org.apache.commons.beanutils2.converters.InetAddressConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
initialValue() - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
Returns the initial value for this ContextClassLoaderLocal variable.
instance - Variable in class org.apache.commons.beanutils2.WrapDynaBean
The JavaBean instance wrapped by this WrapDynaBean.
INSTANCE - Static variable in class org.apache.commons.beanutils2.DefaultBeanIntrospector
The singleton instance of this class.
Integer_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Integer Zero
IntegerConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Integer objects.
IntegerConverter() - Constructor for class org.apache.commons.beanutils2.converters.IntegerConverter
Constructs a java.lang.Integer Converter that throws a ConversionException if an error occurs.
IntegerConverter(Integer) - Constructor for class org.apache.commons.beanutils2.converters.IntegerConverter
Constructs a java.lang.Integer Converter that returns a default value if an error occurs.
IntegerConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.IntegerConverter
Constructs a java.lang.Integer Converter that returns a default value if an error occurs.
IntegerLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Integer object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
IntegerLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.
introspect() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Introspect our bean class to identify the supported properties.
introspect(ResultSet) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Introspect the metadata associated with our result set, and populate the properties</code> and <code>propertiesMap instance variables.
introspect(IntrospectionContext) - Method in interface org.apache.commons.beanutils2.BeanIntrospector
Performs introspection on a Java class.
introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils2.DefaultBeanIntrospector
Performs introspection of a specific Java class.
introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
Performs introspection.
introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
Performs introspection on a Java class.
IntrospectionContext - Interface in org.apache.commons.beanutils2
A context interface used during introspection for querying and setting property descriptors.
invokeConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns new instance of klazz</code> created using the actual arguments <code>args.
invokeConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns new instance of klazz created using constructor with signature parameterTypes</code> and actual arguments <code>args.
invokeExactConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Convenience method returning new instance of klazz using a single argument constructor.
invokeExactConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
Returns new instance of klazz</code> created using the actual arguments <code>args.
invokeExactConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.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.beanutils2.MethodUtils
Invoke a method whose parameter type matches exactly the object type.
invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a method whose parameter types match exactly the object types.
invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a method whose parameter types match exactly the parameter types given.
invokeExactStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a static method whose parameter type matches exactly the object type.
invokeExactStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a static method whose parameter types match exactly the object types.
invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a static method whose parameter types match exactly the parameter types given.
invokeMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a named method whose parameter type matches the object type.
invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.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.beanutils2.locale.LocaleBeanUtils
Invoke the setter method.
invokeSetter(Object, String, String, int, Object) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Invoke the setter method.
invokeStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a named static method whose parameter type matches the object type.
invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils2.MethodUtils
Invoke a named static method whose parameter type matches the object type.
isAllowDecimals() - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Gets whether decimals are allowed in the number.
isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Is an object of the source class assignable to the destination class?
isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Is an object of the source class assignable to the destination class?
isAssignmentCompatible(Class<?>, Class<?>) - Static method in class org.apache.commons.beanutils2.MethodUtils
Determine whether a type can be used as a parameter in a method invocation.
isDynaProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Indicates if there is a property with the specified name.
isDynaProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Indicate whether a property actually exists.
isDynaProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Indicate whether a property actually exists.
isEmpty() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Indicate whether the decorated DynaBean has any properties.
isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
Returns the flag that determines whether null objects in the property path will generate an IllegalArgumentException</code> or not. If set to <code>true then if any objects in the property path leading up to the target property evaluate to null</code> then the <code>IllegalArgumentException throw by PropertyUtils</code> will be logged but not re-thrown. If set to <code>false then if any objects in the property path leading up to the target property evaluate to null</code> then the <code>IllegalArgumentException throw by PropertyUtils will be logged and re-thrown.
isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Returns the flag which determines whether null objects in the property path will generate an IllegalArgumentException</code> or not. If set to <code>true then if any objects in the property path evaluate to null then the IllegalArgumentException</code> throw by <code>PropertyUtils will be logged but not re-thrown and false</code> will be returned. If set to <code>false then if any objects in the property path evaluate to null then the IllegalArgumentException</code> throw by <code>PropertyUtils will be logged and re-thrown.
isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
Returns the flag which determines whether null objects in the property path will generate an IllegalArgumentException</code> or not. If set to <code>true then if any objects in the property path evaluate to null then the IllegalArgumentException</code> throw by <code>PropertyUtils will be logged but not re-thrown and null</code> will be returned. If set to <code>false then if any objects in the property path evaluate to null then the IllegalArgumentException</code> throw by <code>PropertyUtils will be logged and re-thrown.
isIndexed() - Method in class org.apache.commons.beanutils2.DynaProperty
Does this property represent an indexed value (ie an array or List)?
isIndexed(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Indicate whether the expression is for an indexed property or not.
isIndexed(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Indicate whether the expression is for an indexed property or not.
isLenient() - Method in class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter.Builder
Tests whether date formatting is lenient.
isLenient() - Method in class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter
Tests whether date formatting is lenient.
isMapped() - Method in class org.apache.commons.beanutils2.DynaProperty
Does this property represent a mapped value (ie a Map)?
isMapped(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Indicate whether the expression is for a mapped property or not.
isMapped(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Indicate whether the expression is for a mapped property or not.
isReadable(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isReadable(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return true if the specified property name identifies a readable property on the specified bean; otherwise, return false.
isReadOnly() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Indicate whether the Map is read only.
isRestricted() - Method in class org.apache.commons.beanutils2.LazyDynaClass
Is this DynaClass currently restricted.
isRestricted() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Is this DynaClass currently restricted.
isRestricted() - Method in interface org.apache.commons.beanutils2.MutableDynaClass
Is this DynaClass currently restricted, if so, no changes to the existing registration of property names, data types, readability, or writeability are allowed.
isReturnNull() - Method in class org.apache.commons.beanutils2.LazyDynaClass
Should this DynaClass return a null from the getDynaProperty(name) method if the property doesn't exist.
isReturnNull() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Should this DynaClass return a null from the getDynaProperty(name) method if the property doesn't exist.
isUseDefault() - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Tests whether a default value will be returned or exception thrown in the event of a conversion error.
isWriteable(Object, String) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Return true if the specified property name identifies a writable property on the specified bean; otherwise, return false.
isWriteable(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Return true if the specified property name identifies a writable property on the specified bean; otherwise, return false.
iterator() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Return an Iterator of DynaBean instances for each row of the wrapped ResultSet, in "forward" order.

K

keyIterator() - Method in class org.apache.commons.beanutils2.BeanMap
Convenience method for getting an iterator over the keys.
keySet() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Returns the Set of the property names in the decorated DynaBean.
keySet() - Method in class org.apache.commons.beanutils2.BeanMap
Gets the keys for this BeanMap.

L

LazyDynaBean - Class in org.apache.commons.beanutils2
DynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features.
LazyDynaBean() - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
Constructs a new LazyDynaBean</code> with a <code>LazyDynaClass instance.
LazyDynaBean(String) - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
Constructs a new LazyDynaBean</code> with a <code>LazyDynaClass instance.
LazyDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
Constructs a new DynaBean associated with the specified DynaClass</code> instance - if its not a <code>MutableDynaClass then a new LazyDynaClass is created and the properties copied.
LazyDynaClass - Class in org.apache.commons.beanutils2
DynaClass which implements the MutableDynaClass interface.
LazyDynaClass() - Constructor for class org.apache.commons.beanutils2.LazyDynaClass
Constructs a new LazyDynaClass with default parameters.
LazyDynaClass(String) - Constructor for class org.apache.commons.beanutils2.LazyDynaClass
Constructs a new LazyDynaClass with the specified name.
LazyDynaClass(String, Class<?>) - Constructor for class org.apache.commons.beanutils2.LazyDynaClass
Constructs a new LazyDynaClass with the specified name and DynaBean class.
LazyDynaClass(String, Class<?>, DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaClass
Constructs a new LazyDynaClass with the specified name, DynaBean class and properties.
LazyDynaClass(String, DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaClass
Constructs a new LazyDynaClass with the specified name and properties.
LazyDynaList - Class in org.apache.commons.beanutils2
Lazy DynaBean List.
LazyDynaList() - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a new instance.
LazyDynaList(int) - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a LazyDynaList with the specified capacity.
LazyDynaList(Class<?>) - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a LazyDynaList with a specified type for its elements.
LazyDynaList(Object[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a LazyDynaList populated with the elements of an Array.
LazyDynaList(Collection<?>) - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a LazyDynaList populated with the elements of a Collection.
LazyDynaList(DynaClass) - Constructor for class org.apache.commons.beanutils2.LazyDynaList
Constructs a LazyDynaList with a specified DynaClass for its elements.
LazyDynaMap - Class in org.apache.commons.beanutils2
Provides a light weight DynaBean</code> facade to a <code>Map with lazy map/list processing.
LazyDynaMap() - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new instance.
LazyDynaMap(String) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap with the specified name.
LazyDynaMap(String, Map<String, Object>) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap</code> with the specified name and <code>Map.
LazyDynaMap(String, DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap with the specified name and properties.
LazyDynaMap(Map<String, Object>) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap</code> with the specified <code>Map.
LazyDynaMap(DynaClass) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap based on an exisiting DynaClass
LazyDynaMap(DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
Constructs a new LazyDynaMap with the specified properties.
limit - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
Limits the size of the returned list.
loadClass(String) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
Loads and returns the Class of the given name.
loadClass(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Loads the class of the given name which by default uses the class loader used to load this library.
LocalDateConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.time.LocalDate objects.
LocalDateConverter() - Constructor for class org.apache.commons.beanutils2.converters.LocalDateConverter
Constructs a java.time.LocalDate Converter that throws a ConversionException if an error occurs.
LocalDateConverter(LocalDate) - Constructor for class org.apache.commons.beanutils2.converters.LocalDateConverter
Constructs a java.time.LocalDate Converter that returns a default value if an error occurs.
LocalDateTimeConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.time.LocalDateTime objects.
LocalDateTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.LocalDateTimeConverter
Constructs a java.time.LocalDateTime Converter that throws a ConversionException if an error occurs.
LocalDateTimeConverter(LocalDateTime) - Constructor for class org.apache.commons.beanutils2.converters.LocalDateTimeConverter
Constructs a java.time.LocalDateTime Converter that returns a default value if an error occurs.
locale - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
The locale specified to our Constructor, by default - system locale.
locale - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
The locale specified to our Constructor, by default - system locale.
LocaleBeanUtils - Class in org.apache.commons.beanutils2.locale
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
LocaleBeanUtils() - Constructor for class org.apache.commons.beanutils2.locale.LocaleBeanUtils
 
LocaleBeanUtilsBean - Class in org.apache.commons.beanutils2.locale
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
LocaleBeanUtilsBean() - Constructor for class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Constructs instance with standard conversion bean
LocaleBeanUtilsBean(LocaleConvertUtilsBean) - Constructor for class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Constructs instance that uses given locale conversion
LocaleBeanUtilsBean(LocaleConvertUtilsBean, ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Constructs instance that uses given locale conversion
LocaleConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Locale.
LocaleConverter<T> - Interface in org.apache.commons.beanutils2.locale
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.
LocaleConverter() - Constructor for class org.apache.commons.beanutils2.converters.LocaleConverter
Construct a Locale Converter that throws a ConversionException if an error occurs.
LocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils2.converters.LocaleConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
LocaleConvertUtils - Class in org.apache.commons.beanutils2.locale
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.beanutils2.locale.LocaleConvertUtils
 
LocaleConvertUtilsBean - Class in org.apache.commons.beanutils2.locale
Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
LocaleConvertUtilsBean() - Constructor for class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Makes the state by default (deregisters all converters for all locales) and then registers default locale converters.
localizedPattern - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
The flag indicating whether the given pattern string is localized or not.
localizedPattern - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
The flag indicating whether the given pattern string is localized or not.
LocalTimeConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.LocalTime objects.
LocalTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.LocalTimeConverter
Constructs a java.time.LocalTime Converter that throws a ConversionException if an error occurs.
LocalTimeConverter(LocalTime) - Constructor for class org.apache.commons.beanutils2.converters.LocalTimeConverter
Constructs a java.time.LocalTime Converter that returns a default value if an error occurs.
logInfo(Exception) - Method in class org.apache.commons.beanutils2.BeanMap
Logs the given exception to System.out.
logWarn(Exception) - Method in class org.apache.commons.beanutils2.BeanMap
Logs the given exception to System.err.
Long_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Long Zero
LongConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Long objects.
LongConverter() - Constructor for class org.apache.commons.beanutils2.converters.LongConverter
Constructs a java.lang.Long Converter that throws a ConversionException if an error occurs.
LongConverter(Long) - Constructor for class org.apache.commons.beanutils2.converters.LongConverter
Constructs a java.lang.Long Converter that returns a default value if an error occurs.
LongConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.LongConverter
Constructs a java.lang.Long Converter that returns a default value if an error occurs.
LongLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Long object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
LongLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.
lookup(Class<?>, Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Look up and return any registered Converter for the specified source and destination class; if there is no registered Converter, return null.
lookup(Class<?>, Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Looks up and return any registered Converter for the specified source and destination class; if there is no registered Converter, return null.
lookup(Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Look up and return any registered Converter for the specified destination class; if there is no registered Converter, return null.
lookup(Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Looks up and return any registered Converter for the specified destination class; if there is no registered Converter, return null.
lookup(Class<T>, Locale) - Static method in class org.apache.commons.beanutils2.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(Class<T>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Look up and return any registered LocaleConverter for the specified destination class and locale; if there is no registered Converter, return null.
lookup(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Look up and return any registered map instance for the specified locale; if there is no registered one, return null.
lowerCase - Variable in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Flag defining whether column names should be lower cased when converted to property names.

M

MappedPropertyDescriptor - Class in org.apache.commons.beanutils2
A MappedPropertyDescriptor describes one mapped property.
MappedPropertyDescriptor(String, Class<?>) - Constructor for class org.apache.commons.beanutils2.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.beanutils2.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.beanutils2.MappedPropertyDescriptor
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
MethodUtils - Class in org.apache.commons.beanutils2
Utility reflection methods focused on methods in general rather than properties in particular.
MethodUtils() - Constructor for class org.apache.commons.beanutils2.MethodUtils
 
MonthDayConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.MonthDay objects.
MonthDayConverter() - Constructor for class org.apache.commons.beanutils2.converters.MonthDayConverter
Constructs a java.time.MonthDay Converter that throws a ConversionException if an error occurs.
MonthDayConverter(MonthDay) - Constructor for class org.apache.commons.beanutils2.converters.MonthDayConverter
Constructs a java.time.MonthDay Converter that returns a default value if an error occurs.
MutableDynaClass - Interface in org.apache.commons.beanutils2
A specialized extension to DynaClass that allows properties to be added or removed dynamically.

N

name - Variable in class org.apache.commons.beanutils2.BasicDynaClass
The "name" of this DynaBean class.
name - Variable in class org.apache.commons.beanutils2.DynaProperty
Property name
name - Variable in class org.apache.commons.beanutils2.LazyDynaMap
The name of this DynaClass (analogous to the getName()</code> method of <code>java.lang.Class).
NestedNullException - Exception in org.apache.commons.beanutils2
Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.
NestedNullException() - Constructor for exception org.apache.commons.beanutils2.NestedNullException
Constructs a NestedNullException without a detail message.
NestedNullException(String) - Constructor for exception org.apache.commons.beanutils2.NestedNullException
Constructs a NestedNullException without a detail message.
newArray(Class<T>, int) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
newInstance() - Method in class org.apache.commons.beanutils2.BasicDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in interface org.apache.commons.beanutils2.DynaClass
Instantiates and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils2.LazyDynaMap
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Instantiate and return a new DynaBean instance, associated with this DynaClass.
newInstance() - Method in class org.apache.commons.beanutils2.WrapDynaClass
Instantiates a new standard JavaBean instance associated with this DynaClass and return it wrapped in a new WrapDynaBean instance.
newMap() - Method in class org.apache.commons.beanutils2.LazyDynaBean
Creates a new instance of the Map.
next() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Gets the next element in the iteration.
next(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Extract the next property expression from the current expression.
next(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Extract the next property expression from the current expression.
NULL_ARGUMENTS - Static variable in class org.apache.commons.beanutils2.BeanMap
An empty array.
NumberConverter<N extends Number> - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.lang.Number objects.
NumberConverter(boolean) - Constructor for class org.apache.commons.beanutils2.converters.NumberConverter
Constructs a java.lang.Number Converter that throws a ConversionException if a error occurs.
NumberConverter(boolean, N) - Constructor for class org.apache.commons.beanutils2.converters.NumberConverter
Constructs a Number Converter that returns a default value if an error occurs.

O

OffsetDateTimeConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.time.OffsetDateTime objects.
OffsetDateTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.OffsetDateTimeConverter
Constructs a java.time.OffsetDateTime Converter that throws a ConversionException if an error occurs.
OffsetDateTimeConverter(OffsetDateTime) - Constructor for class org.apache.commons.beanutils2.converters.OffsetDateTimeConverter
Constructs a java.time.OffsetDateTime Converter that returns a default value if an error occurs.
OffsetTimeConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.OffsetTime objects.
OffsetTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.OffsetTimeConverter
Constructs a java.time.OffsetTime Converter that throws a ConversionException if an error occurs.
OffsetTimeConverter(OffsetTime) - Constructor for class org.apache.commons.beanutils2.converters.OffsetTimeConverter
Constructs a java.time.OffsetTime Converter that returns a default value if an error occurs.
org.apache.commons.beanutils2 - package org.apache.commons.beanutils2
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.beanutils2.converters - package org.apache.commons.beanutils2.converters
Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time.
org.apache.commons.beanutils2.expression - package org.apache.commons.beanutils2.expression
Contains the Resolver interface and implementations.
org.apache.commons.beanutils2.locale - package org.apache.commons.beanutils2.locale
Locale-aware extensions of the standard BeanUtils classes.
org.apache.commons.beanutils2.locale.converters - package org.apache.commons.beanutils2.locale.converters
Standard implementations of the locale-aware LocaleConverter interface that are pre-registered with locale-aware LocaleConvertUtils at startup time.
org.apache.commons.beanutils2.sql - package org.apache.commons.beanutils2.sql
Contains code that relies on the java.sql module.
org.apache.commons.beanutils2.sql.converters - package org.apache.commons.beanutils2.sql.converters
Contains code that relies on the java.sql module.
org.apache.commons.beanutils2.sql.converters.locale - package org.apache.commons.beanutils2.sql.converters.locale
Contains code that relies on the java.sql module.

P

parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverter
Parses the specified locale-sensitive input object into an output object of BigDecimal type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverter
Parses the specified locale-sensitive input object into an output object of BigInteger type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.ByteLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.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.beanutils2.locale.converters.DecimalLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.FloatLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.LongLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.ShortLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.locale.converters.StringLocaleConverter
Parses the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlDateLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimeLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
parse(Object, String) - Method in class org.apache.commons.beanutils2.sql.converters.locale.SqlTimestampLocaleConverter
Converts the specified locale-sensitive input object into an output object of the specified type.
PathConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.nio.file.Path objects.
PathConverter() - Constructor for class org.apache.commons.beanutils2.converters.PathConverter
Constructs a java.nio.file.Path Converter that throws a ConversionException if an error occurs.
PathConverter(Path) - Constructor for class org.apache.commons.beanutils2.converters.PathConverter
Constructs a java.nio.file.Path Converter that returns a default value if an error occurs.
pattern - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
The default pattern specified to our Constructor, if any.
pattern - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
The default pattern specified to our Constructor, if any.
PatternConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Pattern.
PatternConverter() - Constructor for class org.apache.commons.beanutils2.converters.PatternConverter
Construct a Pattern Converter that throws a ConversionException if an error occurs.
PatternConverter(Pattern) - Constructor for class org.apache.commons.beanutils2.converters.PatternConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
PeriodConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.Period objects.
PeriodConverter() - Constructor for class org.apache.commons.beanutils2.converters.PeriodConverter
Constructs a java.time.Period Converter that throws a ConversionException if an error occurs.
PeriodConverter(Period) - Constructor for class org.apache.commons.beanutils2.converters.PeriodConverter
Constructs a java.time.Period Converter that returns a default value if an error occurs.
PointConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from Point.
PointConverter() - Constructor for class org.apache.commons.beanutils2.converters.PointConverter
Construct a Point Converter that throws a ConversionException if an error occurs.
PointConverter(Point) - Constructor for class org.apache.commons.beanutils2.converters.PointConverter
Constructs a Converter that will return the specified default value if a conversion error occurs.
populate(Object, Map<String, ? extends Object>) - Static method in class org.apache.commons.beanutils2.BeanUtils
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
populate(Object, Map<String, ? extends Object>) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
primitiveToWrapper(Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Change primitive Class types to the associated wrapper class.
properties - Variable in class org.apache.commons.beanutils2.BasicDynaClass
The set of dynamic properties that are part of this DynaClass.
properties - Variable in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
The set of dynamic properties that are part of this DynaClass.
properties - Variable in class org.apache.commons.beanutils2.WrapDynaClass
The set of dynamic properties that are part of this DynaClass.
propertiesMap - Variable in class org.apache.commons.beanutils2.BasicDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertiesMap - Variable in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertiesMap - Variable in class org.apache.commons.beanutils2.WrapDynaClass
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
propertyNames() - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Returns a set with the names of all properties known to this context.
PropertyUtils - Class in org.apache.commons.beanutils2
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.beanutils2.PropertyUtils
 
PropertyUtilsBean - Class in org.apache.commons.beanutils2
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
PropertyUtilsBean() - Constructor for class org.apache.commons.beanutils2.PropertyUtilsBean
Base constructor
put(String, Object) - Method in class org.apache.commons.beanutils2.BeanMap
Sets the bean property with the given name to the given value.
put(K, Object) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Puts the value for the specified property in the decorated DynaBean.
putAll(Map<? extends K, ? extends Object>) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Copy the contents of a Map to the decorated DynaBean.
putAllWriteable(BeanMap) - Method in class org.apache.commons.beanutils2.BeanMap
Puts all of the writable properties from the given BeanMap into this BeanMap.

R

register(boolean, boolean, int) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Registers the provided converters with the specified defaults.
register(Converter<T>, Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
Register a custom Converter for the specified destination Class, replacing any previously registered Converter.
register(Converter, Class<?>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
Registers a custom Converter for the specified destination Class, replacing any previously registered Converter.
register(LocaleConverter<T>, Class<T>, Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Register a custom LocaleConverter for the specified destination Class, replacing any previously registered converter.
register(LocaleConverter<T>, Class<T>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
Register a custom LocaleConverter for the specified destination Class, replacing any previously registered converter.
reinitialise() - Method in class org.apache.commons.beanutils2.BeanMap
Reinitializes this bean.
remove() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Remove the current element from the iteration.
remove(Object) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
remove() operation is not supported.
remove(String) - Method in class org.apache.commons.beanutils2.expression.DefaultResolver
Remove the last property expression from the current expression.
remove(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
Remove the last property expression from the current expression.
remove(String) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
remove(String) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
remove(String) - Method in interface org.apache.commons.beanutils2.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.beanutils2.BasicDynaBean
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in interface org.apache.commons.beanutils2.DynaBean
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Remove any existing value for the specified key on the specified mapped property.
remove(String, String) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Remove any existing value for the specified key on the specified mapped property.
removeBeanIntrospector(BeanIntrospector) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Removes the specified BeanIntrospector.
removeBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Removes the specified BeanIntrospector.
removePropertyDescriptor(String) - Method in interface org.apache.commons.beanutils2.IntrospectionContext
Removes the descriptor for the property with the given name.
resetBeanIntrospectors() - Static method in class org.apache.commons.beanutils2.PropertyUtils
Resets the registered BeanIntrospector objects to the initial default state.
resetBeanIntrospectors() - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Resets the BeanIntrospector objects registered at this instance.
Resolver - Interface in org.apache.commons.beanutils2.expression
Property Name Expression Resolver.
restricted - Variable in class org.apache.commons.beanutils2.LazyDynaClass
Controls whether changes to this DynaClass's properties are allowed.
restricted - Variable in class org.apache.commons.beanutils2.LazyDynaMap
Controls whether changes to this DynaClass's properties are allowed.
resultSet - Variable in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
The ResultSet we are wrapping.
ResultSetDynaClass - Class in org.apache.commons.beanutils2.sql
Implements DynaClass for DynaBeans that wrap the java.sql.Row</code> objects of a <code>java.sql.ResultSet.
ResultSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Constructs a new ResultSetDynaClass for the specified ResultSet.
ResultSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Constructs a new ResultSetDynaClass for the specified ResultSet.
ResultSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Constructs a new ResultSetDynaClass for the specified ResultSet.
ResultSetIterator - Class in org.apache.commons.beanutils2.sql
Implements Iterator returned by the iterator() method of ResultSetDynaClass.
returnNull - Variable in class org.apache.commons.beanutils2.LazyDynaClass
Controls whether the getDynaProperty() method returns null if a property doesn't exist - or creates a new one.
returnNull - Variable in class org.apache.commons.beanutils2.LazyDynaMap
Controls whether the getDynaProperty() method returns null if a property doesn't exist - or creates a new one.
rows - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
The list of DynaBeans representing the contents of the original ResultSet on which this RowSetDynaClass was based.
RowSetDynaClass - Class in org.apache.commons.beanutils2.sql
Implements DynaClass to create an in-memory collection of DynaBeans representing the results of an SQL query.
RowSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, boolean, int) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, boolean, int, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.
RowSetDynaClass(ResultSet, int) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
Constructs a new RowSetDynaClass for the specified ResultSet.

S

set(int, Object) - Method in class org.apache.commons.beanutils2.LazyDynaList
Set the element at the specified position.
set(String, int, Object) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Sets the value of an indexed property with the specified name.
set(String, int, Object) - Method in interface org.apache.commons.beanutils2.DynaBean
Sets the value of an indexed property with the specified name.
set(String, int, Object) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Sets the value of an indexed property with the specified name.
set(String, int, Object) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Sets the value of an indexed property with the specified name.
set(String, int, Object) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Sets the value of an indexed property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Sets the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.ConvertingWrapDynaBean
Sets the value of the property with the specified name performing any type conversions if necessary.
set(String, Object) - Method in interface org.apache.commons.beanutils2.DynaBean
Sets the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Sets the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Sets the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Sets the value of a simple property with the specified name.
set(String, Object) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Sets the value of a simple property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils2.BasicDynaBean
Sets the value of a mapped property with the specified name.
set(String, String, Object) - Method in interface org.apache.commons.beanutils2.DynaBean
Sets the value of a mapped property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Sets the value of a mapped property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
Sets the value of a mapped property with the specified name.
set(String, String, Object) - Method in class org.apache.commons.beanutils2.WrapDynaBean
Sets the value of a mapped property with the specified name.
set(T) - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
Sets the value - a value is provided per (thread) context classloader.
setAllowedChars(char[]) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Sets the allowed characters to be used for parsing a delimited String.
setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Sets whether the pattern is localized or not.
setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Sets whether the pattern is applied localized (Indicate whether the pattern is localized or not)
setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Sets applyLocalized.
setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
setter for applyLocalized
setBean(Object) - Method in class org.apache.commons.beanutils2.BeanMap
Sets the bean to be operated on by this map.
setCacheMethods(boolean) - Static method in class org.apache.commons.beanutils2.MethodUtils
Sets whether methods should be cached for greater performance or not, default is true.
setDefault(T) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Sets the default value.
setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtils
Sets the locale used when no locale is passed.
setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Sets the default Locale.
setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
Sets the Locale which will be used when no Locale is passed to a method.
setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
setter for defaultLocale.
setDefaultValue(D) - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Sets the default value, converting as required.
setDelimiter(char) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Sets the delimiter to be used for parsing a delimited String.
setDynaBeanClass(Class<?>) - Method in class org.apache.commons.beanutils2.BasicDynaClass
Sets the Class object we will use to create new instances in the newInstance() method.
setElementDynaClass(DynaClass) - Method in class org.apache.commons.beanutils2.LazyDynaList
Set the element Type and DynaClass.
setElementType(Class<?>) - Method in class org.apache.commons.beanutils2.LazyDynaList
Set the element Type and DynaClass.
setIndexedProperty(Object, String, int, Object) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Sets the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, int, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets 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.beanutils2.PropertyUtils
Sets the value of the specified indexed property of the specified bean, with no type conversions.
setIndexedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets the value of the specified indexed property of the specified bean, with no type conversions.
setInstance(BeanUtilsBean) - Static method in class org.apache.commons.beanutils2.BeanUtilsBean
Sets the instance which provides the functionality for BeanUtils.
setInstance(LocaleBeanUtilsBean) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Sets the instance which provides the functionality for LocaleBeanUtils.
setLenient(boolean) - Method in class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter.Builder
Sets the leniency policy.
setLocale(Locale) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Sets the Locale for the Converter.
setLocale(Locale) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Sets the Locale for the Converter.
setLocale(Locale) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Sets the locale.
setLocalizedPattern(boolean) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Sets the localized pattern.
setMap(Map<String, Object>) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Sets the Map backing this DynaBean
setMappedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Sets the value of the specified mapped property of the specified bean, with no type conversions.
setMappedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets 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.beanutils2.PropertyUtils
Sets the value of the specified mapped property of the specified bean, with no type conversions.
setMappedProperty(Object, String, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets the value of the specified mapped property of the specified bean, with no type conversions.
setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Sets the method that should be used to read one of the property value.
setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils2.MappedPropertyDescriptor
Sets the method that should be used to write the property value.
setNestedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Sets the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setNestedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
setOnlyFirstToString(boolean) - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Indicates whether converting to a String should create a delimited list or just convert the first value.
setPattern(String) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Sets a date format pattern to use to convert dates to/from a String.
setPattern(String) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Sets a number format pattern to use to convert Numbers to/from a String.
setPattern(String) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Sets the pattern.
setPatterns(String[]) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Sets the date format patterns to use to convert dates to/from a String.
setPredicate(Predicate<T>) - Method in class org.apache.commons.beanutils2.BeanPredicate
Sets the Predicate to be applied to the value of the named property during BeanPredicate.test(Object).
setProperties(DynaProperty[]) - Method in class org.apache.commons.beanutils2.BasicDynaClass
Sets the list of dynamic properties supported by this DynaClass.
setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.BeanUtils
Set the specified property value, performing type conversions as required to conform to the type of the destination property.
setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.BeanUtilsBean
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.beanutils2.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 conversion pattern of the corresponding LocaleConverter.
setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Sets the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default conversion pattern of the corresponding LocaleConverter.
setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.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) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets 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, String) - Static method in class org.apache.commons.beanutils2.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 conversion pattern.
setProperty(Object, String, Object, String) - Method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
Sets the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified conversion pattern.
setProperty(String) - Method in class org.apache.commons.beanutils2.BeanComparator
Sets the method to be called to compare two JavaBeans
setPropertyName(String) - Method in class org.apache.commons.beanutils2.BeanPredicate
Sets the name of the property whose value is to be predicated.
setPropertyOfMapBean(Map<String, Object>, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
This method is called by method setNestedProperty when the current bean is found to be a Map object, and defines how to deal with setting a property on a Map.
setResolver(Resolver) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Configure the Resolver implementation used by BeanUtils.
setRestricted(boolean) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Set whether this DynaClass is currently restricted.
setRestricted(boolean) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Set whether this DynaClass is currently restricted.
setRestricted(boolean) - Method in interface org.apache.commons.beanutils2.MutableDynaClass
Sets the restricted state of this DynaClass to the specified value.
setReturnNull(boolean) - Method in class org.apache.commons.beanutils2.LazyDynaClass
Sets whether this DynaClass should return a null from the getDynaProperty(name) method if the property doesn't exist.
setReturnNull(boolean) - Method in class org.apache.commons.beanutils2.LazyDynaMap
Sets whether this DynaClass should return a null from the getDynaProperty(name) method if the property doesn't exist.
setSimpleProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils2.PropertyUtils
Set the value of the specified simple property of the specified bean, with no type conversions.
setSimpleProperty(Object, String, Object) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
Sets the value of the specified simple property of the specified bean, with no type conversions.
setTimeZone(TimeZone) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Sets the Time Zone to use when converting dates.
setUseColumnLabel(boolean) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
Sets whether the column label or name should be used for the property name.
setUseDefault(boolean) - Method in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Sets the use of default.
setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Indicate whether conversion should use a format/pattern or not.
setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Sets whether a format should be used to convert the Number.
setValue(Object) - Method in class org.apache.commons.beanutils2.BeanMap.Entry
Sets the value.
Short_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
Short Zero
ShortConverter - Class in org.apache.commons.beanutils2.converters
NumberConverter implementation that handles conversion to and from java.lang.Short objects.
ShortConverter() - Constructor for class org.apache.commons.beanutils2.converters.ShortConverter
Constructs a java.lang.Short Converter that throws a ConversionException if an error occurs.
ShortConverter(Number) - Constructor for class org.apache.commons.beanutils2.converters.ShortConverter
Constructs a java.lang.Short Converter that returns a default value if an error occurs.
ShortConverter(Short) - Constructor for class org.apache.commons.beanutils2.converters.ShortConverter
Constructs a java.lang.Short Converter that returns a default value if an error occurs.
ShortLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Short object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
ShortLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of ByteLocaleConverter.
size() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Returns the number properties in the decorated DynaBean.
size() - Method in class org.apache.commons.beanutils2.BeanMap
Returns the number of properties defined by the bean.
size(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
Return the size of an indexed or mapped property.
SqlDateConverter - Class in org.apache.commons.beanutils2.sql.converters
DateTimeConverter implementation that handles conversion to and from java.sql.Date objects.
SqlDateConverter() - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlDateConverter
Constructs a java.sql.Date Converter that throws a ConversionException if an error occurs.
SqlDateConverter(Date) - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlDateConverter
Constructs a java.sql.Date Converter that returns a default value if an error occurs.
SqlDateLocaleConverter - Class in org.apache.commons.beanutils2.sql.converters.locale
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlDateLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
Builds instances of SqlDateLocaleConverter.
SqlTimeConverter - Class in org.apache.commons.beanutils2.sql.converters
DateTimeConverter implementation that handles conversion to and from java.sql.Time objects.
SqlTimeConverter() - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlTimeConverter
Constructs a java.sql.Time Converter that throws a ConversionException if an error occurs.
SqlTimeConverter(Time) - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlTimeConverter
Constructs a java.sql.Time Converter that returns a default value if an error occurs.
SqlTimeLocaleConverter - Class in org.apache.commons.beanutils2.sql.converters.locale
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Time object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimeLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
Builds instances of SqlTimeLocaleConverter.
SqlTimestampConverter - Class in org.apache.commons.beanutils2.sql.converters
DateTimeConverter implementation that handles conversion to and from java.sql.Timestamp objects.
SqlTimestampConverter() - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter
Constructs a java.sql.Timestamp Converter that throws a ConversionException if an error occurs.
SqlTimestampConverter(Timestamp) - Constructor for class org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter
Constructs a java.sql.Timestamp Converter that returns a default value if an error occurs.
SqlTimestampLocaleConverter - Class in org.apache.commons.beanutils2.sql.converters.locale
Standard LocaleConverter implementation that converts an incoming locale-sensitive String into a Timestamp object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
SqlTimestampLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
Builds instances of SqlTimestampLocaleConverter.
StringConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that converts an incoming object into a String object.
StringConverter() - Constructor for class org.apache.commons.beanutils2.converters.StringConverter
Constructs a java.lang.String Converter that throws a ConversionException if an error occurs.
StringConverter(String) - Constructor for class org.apache.commons.beanutils2.converters.StringConverter
Constructs a java.lang.String Converter that returns a default value if an error occurs.
StringLocaleConverter - Class in org.apache.commons.beanutils2.locale.converters
Standard LocaleConverter implementation that converts an incoming locale-sensitive object into a String object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
StringLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
Builds instances of StringLocaleConverter.
SUPPRESS_CLASS - Static variable in class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
A specialized instance which is configured to suppress the special class properties of Java beans.
SuppressPropertiesBeanIntrospector - Class in org.apache.commons.beanutils2
A specialized BeanIntrospector implementation which suppresses some properties.
SuppressPropertiesBeanIntrospector(Collection<String>) - Constructor for class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
Creates a new instance of SuppressPropertiesBeanIntrospector and sets the names of the properties to be suppressed.

T

test(Object) - Method in class org.apache.commons.beanutils2.BeanPredicate
Evaluates the given object by applying the BeanPredicate.getPredicate() to a property value named by BeanPredicate.getPropertyName().
test(T) - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
Evaluates the object provided against the criteria specified when this BeanPropertyValueEqualsPredicate was constructed.
toArray() - Method in class org.apache.commons.beanutils2.LazyDynaList
Converts the List to an Array.
toArray(T[]) - Method in class org.apache.commons.beanutils2.LazyDynaList
Converts the List to an Array of the specified type.
toDynaBeanArray() - Method in class org.apache.commons.beanutils2.LazyDynaList
Converts the List to an DynaBean Array.
toLowerCase(Object) - Static method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the given object to a lower-case string.
toNonPrimitiveClass(Class<?>) - Static method in class org.apache.commons.beanutils2.MethodUtils
Find a non primitive representation for given primitive class.
toString() - Method in class org.apache.commons.beanutils2.BeanMap
Renders a string representation of this object.
toString() - Method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts this instance to a String.
toString() - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
Provide a String representation of this array converter.
toString() - Method in class org.apache.commons.beanutils2.converters.ConverterFacade
Provide a String representation of this facade implementation sand the underlying Converter it delegates to.
toString() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
Provide a String representation of this date/time converter.
toString() - Method in class org.apache.commons.beanutils2.converters.NumberConverter
Provide a String representation of this number converter.
toString() - Method in class org.apache.commons.beanutils2.DynaProperty
Gets a String representation of this Object.
toString(Object) - Static method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the given object to a lower-case string.
toTrim(Object) - Static method in class org.apache.commons.beanutils2.converters.AbstractConverter
Converts the given object to a lower-case string.
type - Variable in class org.apache.commons.beanutils2.DynaProperty
Property type

U

unset() - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
Unsets the value associated with the current thread's context classloader
unset(ClassLoader) - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
Unsets the value associated with the given classloader
URIConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.net.URI objects.
URIConverter() - Constructor for class org.apache.commons.beanutils2.converters.URIConverter
Constructs a java.net.URI Converter that throws a ConversionException if an error occurs.
URIConverter(URI) - Constructor for class org.apache.commons.beanutils2.converters.URIConverter
Constructs a java.net.URI Converter that returns a default value if an error occurs.
URLConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.net.URL objects.
URLConverter() - Constructor for class org.apache.commons.beanutils2.converters.URLConverter
Constructs a java.net.URL Converter that throws a ConversionException if an error occurs.
URLConverter(URL) - Constructor for class org.apache.commons.beanutils2.converters.URLConverter
Constructs a java.net.URL Converter that returns a default value if an error occurs.
useDefault - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter.Builder
Should we return the default value on conversion errors?
useDefault - Variable in class org.apache.commons.beanutils2.locale.BaseLocaleConverter
Should we return the default value on conversion errors?
UUIDConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.util.UUID objects.
UUIDConverter() - Constructor for class org.apache.commons.beanutils2.converters.UUIDConverter
Constructs a java.util.UUID Converter that throws a ConversionException if an error occurs.
UUIDConverter(UUID) - Constructor for class org.apache.commons.beanutils2.converters.UUIDConverter
Constructs a java.util.UUID Converter that returns a default value if an error occurs.

V

valueIterator() - Method in class org.apache.commons.beanutils2.BeanMap
Convenience method for getting an iterator over the values.
values - Variable in class org.apache.commons.beanutils2.BasicDynaBean
The set of property values for this DynaBean, keyed by property name.
values - Variable in class org.apache.commons.beanutils2.LazyDynaBean
The MutableDynaClass "base class" that this DynaBean is associated with.
values() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
Returns the set of property values in the decorated DynaBean.
values() - Method in class org.apache.commons.beanutils2.BeanMap
Gets the values for the BeanMap.

W

WrapDynaBean - Class in org.apache.commons.beanutils2
Implements DynaBean to wrap a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
WrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils2.WrapDynaBean
Constructs a new DynaBean associated with the specified JavaBean instance.
WrapDynaBean(Object, WrapDynaClass) - Constructor for class org.apache.commons.beanutils2.WrapDynaBean
Creates a new instance of WrapDynaBean, associates it with the specified JavaBean instance, and initializes the bean's DynaClass.
WrapDynaClass - Class in org.apache.commons.beanutils2
Implements DynaClass to wrap standard JavaBean instances.

Y

YearConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.Year objects.
YearConverter() - Constructor for class org.apache.commons.beanutils2.converters.YearConverter
Constructs a java.time.Year Converter that throws a ConversionException if an error occurs.
YearConverter(Year) - Constructor for class org.apache.commons.beanutils2.converters.YearConverter
Constructs a java.time.Year Converter that returns a default value if an error occurs.
YearMonthConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.YearMonth objects.
YearMonthConverter() - Constructor for class org.apache.commons.beanutils2.converters.YearMonthConverter
Constructs a java.time.YearMonth Converter that throws a ConversionException if an error occurs.
YearMonthConverter(YearMonth) - Constructor for class org.apache.commons.beanutils2.converters.YearMonthConverter
Constructs a java.time.YearMonth Converter that returns a default value if an error occurs.

Z

ZonedDateTimeConverter - Class in org.apache.commons.beanutils2.converters
DateTimeConverter implementation that handles conversion to and from java.time.ZonedDateTime objects.
ZonedDateTimeConverter() - Constructor for class org.apache.commons.beanutils2.converters.ZonedDateTimeConverter
Constructs a java.time.ZonedDateTime Converter that throws a ConversionException if an error occurs.
ZonedDateTimeConverter(ZonedDateTime) - Constructor for class org.apache.commons.beanutils2.converters.ZonedDateTimeConverter
Constructs a java.time.ZonedDateTime Converter that returns a default value if an error occurs.
ZoneIdConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.ZoneId objects.
ZoneIdConverter() - Constructor for class org.apache.commons.beanutils2.converters.ZoneIdConverter
Constructs a java.time.ZoneId Converter that throws a ConversionException if an error occurs.
ZoneIdConverter(ZoneId) - Constructor for class org.apache.commons.beanutils2.converters.ZoneIdConverter
Constructs a java.time.ZoneId Converter that returns a default value if an error occurs.
ZoneOffsetConverter - Class in org.apache.commons.beanutils2.converters
Converter implementation that handles conversion to and from java.time.ZoneOffset objects.
ZoneOffsetConverter() - Constructor for class org.apache.commons.beanutils2.converters.ZoneOffsetConverter
Constructs a java.time.ZoneOffset Converter that throws a ConversionException if an error occurs.
ZoneOffsetConverter(ZoneOffset) - Constructor for class org.apache.commons.beanutils2.converters.ZoneOffsetConverter
Constructs a java.time.ZoneOffset Converter that returns a default value if an error occurs.
A B C D E F G H I K L M N O P R S T U V W Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form