Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Enum constant in enum org.apache.commons.beanutils2.TestEnum
- 
Test fixture.
- AbstractConverter<D> - Class in org.apache.commons.beanutils2.converters
- 
BaseConverterimplementation 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 aConversionExceptionif 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 thisBeanPropertyValueChangeClosurewas constructed.
- Accessing Public Constructors In A Default Access Superclass - Search tag in class org.apache.commons.beanutils2.ConstructorUtils
- Section
- Accessing Public Methods In A Default Access Superclass - Search tag in class org.apache.commons.beanutils2.MethodUtils
- Section
- 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 aBeanIntrospector.
- addBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Adds aBeanIntrospector.
- 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
- 
GenericConverterimplementation that handles conversion to and from array objects.
- ArrayConverter(Class<C>, Converter) - Constructor for class org.apache.commons.beanutils2.converters.ArrayConverter
- 
Constructs an arrayConverterwith the specified componentConverterthat throws aConversionExceptionif an error occurs.
- ArrayConverter(Class<C>, Converter, int) - Constructor for class org.apache.commons.beanutils2.converters.ArrayConverter
- 
Constructs an arrayConverterwith the specified componentConverterthat returns a default array of the specified size (ornull) 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
- 1.1 Background - Search tag in package org.apache.commons.beanutils2
- Section
- 2.1 Background - Search tag in package org.apache.commons.beanutils2
- Section
- 2.2 Basic Property Access - Search tag in package org.apache.commons.beanutils2
- Section
- 3.1 Background - Search tag in package org.apache.commons.beanutils2
- Section
- 3.2 BasicDynaBean</code> and <code>BasicDynaClass - Search tag in package org.apache.commons.beanutils2
- Section
- 4.1 Background - Search tag in package org.apache.commons.beanutils2
- Section
- 4.2 BeanUtils</code> and <code>ConvertUtils Conversions - Search tag in package org.apache.commons.beanutils2
- Section
- B - Enum constant in enum org.apache.commons.beanutils2.TestEnum
- 
Test fixture.
- Background - Search tag in package org.apache.commons.beanutils2
- Section
- BaseDynaBeanMapDecorator<K> - Class in org.apache.commons.beanutils2
- 
A base class for decorators providingMapbehavior onDynaBeans.
- BaseDynaBeanMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
- 
Constructs a read only Map for the specifiedDynaBean.
- BaseDynaBeanMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
- 
Constructs a Map for the specifiedDynaBean.
- 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 aLocaleConverterthat will return the specified default value or throw aConversionExceptionif a conversion error occurs.
- BaseLocaleConverter.Builder<B,T> - Class in org.apache.commons.beanutils2.locale
- 
Builds instances ofBaseLocaleConvertersubclasses.
- BasicDynaBean - Class in org.apache.commons.beanutils2
- 
Minimal implementation of theDynaBeaninterface.
- BasicDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils2.BasicDynaBean
- 
Constructs a newDynaBeanassociated with the specifiedDynaClassinstance.
- BasicDynaClass - Class in org.apache.commons.beanutils2
- 
Minimal implementation of theDynaClassinterface.
- 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 Class in org.apache.commons.beanutils2
- 
Thrown to indicate that the Bean Access Language cannot execute query against given bean.
- BeanAccessLanguageException() - Constructor for exception class org.apache.commons.beanutils2.BeanAccessLanguageException
- 
Constructs aBeanAccessLanguageExceptionwithout a detail message.
- BeanAccessLanguageException(String) - Constructor for exception class org.apache.commons.beanutils2.BeanAccessLanguageException
- 
Constructs aBeanAccessLanguageExceptionwithout 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 emptyBeanMap.
- BeanMap(Object) - Constructor for class org.apache.commons.beanutils2.BeanMap
- 
Constructs a newBeanMapthat operates on the specified bean.
- BeanMap.Entry - Class in org.apache.commons.beanutils2
- 
Map entry used byBeanMap.
- BeanPredicate<T> - Class in org.apache.commons.beanutils2
- 
Predicate implementation that applies the givenPredicateto the result of calling the given property getter.
- BeanPredicate(String, Predicate<T>) - Constructor for class org.apache.commons.beanutils2.BeanPredicate
- 
Constructs aBeanPredicatethat applies the givenPredicateto the named property value.
- BeanPropertyValueChangeConsumer<T,V> - Class in org.apache.commons.beanutils2
- 
Closurethat 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 assumesignoreNull</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 whethernullobjects in the property path will generate anIllegalArgumentExceptionor not.
- BeanPropertyValueEqualsPredicate<T,V> - Class in org.apache.commons.beanutils2
- 
Predicatethat 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 assumesignoreNull</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 whethernullobjects in the property path will generate anIllegalArgumentExceptionor not.
- BeanToPropertyValueTransformer<T,R> - Class in org.apache.commons.beanutils2
- 
Transformerthat 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.
- 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 newPropertyUtilsBeaninstance.
- 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
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aBigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- BigDecimalLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofBigDecimalLocaleConverter.
- BigInteger_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
- 
BigInteger Zero
- BigIntegerConverter - Class in org.apache.commons.beanutils2.converters
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aBigIntegerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- BigIntegerLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofBigIntegerLocaleConverter.
- BooleanConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation that handles conversion to and from Boolean objects.
- BooleanConverter() - Constructor for class org.apache.commons.beanutils2.converters.BooleanConverter
- 
Constructs aConverterthat will throw aConversionExceptionif 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 aConverterthat 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 aConverterthat will throw aConversionExceptionif 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 aConverterthat 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
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.BigDecimalLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.BigIntegerLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.ByteLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DateLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DecimalLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.DoubleLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.FloatLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.IntegerLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.LongLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.ShortLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.locale.converters.StringLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlDateLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlTimeLocaleConverter.Builder
- 
Constructs a new instance.
- Builder() - Constructor for class org.apache.commons.beanutils2.sql.converters.locale.SqlTimestampLocaleConverter.Builder
- 
Constructs a new instance.
- Byte_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
- 
Byte Zero
- ByteConverter - Class in org.apache.commons.beanutils2.converters
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aByteobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- ByteLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
C
- 2.4 Customizing Introspection - Search tag in package org.apache.commons.beanutils2
- Section
- 6.1 Comparing Beans - Search tag in package org.apache.commons.beanutils2
- Section
- 6. Collections - Search tag in package org.apache.commons.beanutils2
- Section
- C - Enum constant in enum org.apache.commons.beanutils2.TestEnum
- 
Test fixture.
- CalendarConverter - Class in org.apache.commons.beanutils2.converters
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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
- ColorConverter() - Constructor for class org.apache.commons.beanutils2.converters.ColorConverter
- 
Construct aColorConverter that throws aConversionExceptionif an error occurs.
- ColorConverter(Color) - Constructor for class org.apache.commons.beanutils2.converters.ColorConverter
- 
Constructs aConverterthat 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 thedynaBeanClassthat we will use for creating new instances.
- ConstructorUtils - Class in org.apache.commons.beanutils2
- 
Utility reflection methods focused on constructors, modeled afterMethodUtils.
- 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 theDynaBeancontains 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 decoratedDynaBeancontains a specified value.
- contentType - Variable in class org.apache.commons.beanutils2.DynaProperty
- 
The (optional) type of content elements for indexedDynaProperty
- 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 Class in org.apache.commons.beanutils2
- 
A ConversionException indicates that a call toConverter.convert()has failed to complete successfully.
- ConversionException(String) - Constructor for exception class org.apache.commons.beanutils2.ConversionException
- 
Constructs a new exception with the specified message.
- ConversionException(String, Throwable) - Constructor for exception class org.apache.commons.beanutils2.ConversionException
- 
Constructs a new exception with the specified message and root cause.
- ConversionException(Throwable) - Constructor for exception class 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 underlyingConverterimplementation.
- 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 newConvertUtilsBean.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 newConvertUtilsBean.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 newConvertUtilsBean.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
- ConverterFacade(Converter<T>) - Constructor for class org.apache.commons.beanutils2.converters.ConverterFacade
- 
Constructs a converter which delegates to the specifiedConverterimplementation.
- ConvertingWrapDynaBean - Class in org.apache.commons.beanutils2
- 
ImplementsDynaBeanto 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 newDynaBeanassociated 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
- 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.
- 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
- 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 viaBeanInfoclasses).
- 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 viaBeanInfoclasses).
- 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 allLocaleConvertertypes 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 newDynaBeaninstance 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 newWrapDynaClassinstance for the specified bean class.
- createDynaClass(Class<?>, PropertyUtilsBean) - Static method in class org.apache.commons.beanutils2.WrapDynaClass
- 
Create (if necessary) and return a newWrapDynaClassinstance for the specified bean class using the givenPropertyUtilsBeaninstance 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.
- createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
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 aNumberProperty.
- 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
- 3. Dynamic Beans (DynaBeans) - Search tag in package org.apache.commons.beanutils2
- Section
- 4.3 Defining Your Own Converters - Search tag in package org.apache.commons.beanutils2
- Section
- 4. Data Type Conversions - Search tag in package org.apache.commons.beanutils2
- Section
- DateConverter - Class in org.apache.commons.beanutils2.converters
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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> - Class in org.apache.commons.beanutils2.locale.converters
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aDateobject, optionally using a default value or throwing aConversionExceptionif 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,D> - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofDateLocaleConverter.
- DateTimeConverter<D> - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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> - Class in org.apache.commons.beanutils2.locale.converters
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aNumberobject, optionally using a default value or throwing aConversionExceptionif 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,T> - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofDateLocaleConverter.
- 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 defaultBeanIntrospectorimplementation.
- defaultIndexedProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
- 
Creates a newArrayListfor an 'indexed' property which doesn't exist.
- defaultMappedProperty(String) - Method in class org.apache.commons.beanutils2.LazyDynaBean
- 
Creates a newHashMapfor a 'mapped' property which doesn't exist.
- DefaultResolver - Class in org.apache.commons.beanutils2.expression
- 
Default Property Name ExpressionResolverImplementation.
- 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 registeredConverters, and re-establish the standard Converters.
- deregister() - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
- 
Deregisters all registeredConverters, and re-establish the standard Converters.
- deregister() - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
- 
Remove any registeredLocaleConverter.
- deregister() - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
- 
Remove any registeredLocaleConverter.
- deregister(Class<?>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
- 
Remove any registeredConverterfor the specified destinationClass.
- deregister(Class<?>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
- 
Remove any registeredConverterfor the specified destinationClass.
- deregister(Class<?>, Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
- 
Remove any registeredLocaleConverterfor the specified locale and Class.
- deregister(Class<?>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
- 
Remove any registeredLocaleConverterfor the specified locale and Class.
- deregister(Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
- 
Remove any registeredLocaleConverterfor the specified locale.
- deregister(Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
- 
Remove any registeredLocaleConverterfor 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
- DimensionConverter() - Constructor for class org.apache.commons.beanutils2.converters.DimensionConverter
- 
Construct aDimensionConverter that throws aConversionExceptionif an error occurs.
- DimensionConverter(Dimension) - Constructor for class org.apache.commons.beanutils2.converters.DimensionConverter
- 
Constructs aConverterthat 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
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aDoubleobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- DoubleLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
- DurationConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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
- 
TheDynaBeanimplementation class we will use for creating new instances.
- DynaBeanPropertyMapDecorator - Class in org.apache.commons.beanutils2
- 
Decorates aDynaBeanto provideMapbehavior.
- DynaBeanPropertyMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
- 
Constructs a read only Map for the specifiedDynaBean.
- DynaBeanPropertyMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
- 
Constructs a Map for the specifiedDynaBean.
- dynaClass - Variable in class org.apache.commons.beanutils2.BasicDynaBean
- 
TheDynaClass"base class" that this DynaBean is associated with.
- dynaClass - Variable in class org.apache.commons.beanutils2.LazyDynaBean
- 
TheMutableDynaClass"base class" that this DynaBean is associated with.
- dynaClass - Variable in class org.apache.commons.beanutils2.sql.ResultSetIterator
- 
TheResultSetDynaClasswe are associated with.
- dynaClass - Variable in class org.apache.commons.beanutils2.WrapDynaBean
- 
TheDynaClass"base class" that this DynaBean is associated with.
- DynaClass - Interface in org.apache.commons.beanutils2
- 
A DynaClass is a simulation of the functionality ofClassfor classes implementing theDynaBeaninterface.
- 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 mappedDynaPropertythat supports (pseudo)-introspection of the content type.
E
- 1.2 External Dependencies - Search tag in package org.apache.commons.beanutils2
- Section
- 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 newEntry.
- 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 decoratedDynaBean.
- entrySet() - Method in class org.apache.commons.beanutils2.BeanMap
- 
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- EnumConverter<E> - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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
- 
TwoBeanComparator'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.
- Example 1 - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- Example 2 - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- Example 3 - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- Example 4 - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
F
- 7. Frequently Asked Questions - Search tag in package org.apache.commons.beanutils2
- Section
- FileConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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 successfulBeanMap.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
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aBigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- FloatLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
- FluentPropertyBeanIntrospector - Class in org.apache.commons.beanutils2
- 
An implementation of theBeanIntrospectorinterface 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 ofFluentPropertyBeanIntrospectorand sets the default prefix for write methods.
- FluentPropertyBeanIntrospector(String) - Constructor for class org.apache.commons.beanutils2.FluentPropertyBeanIntrospector
- 
Creates a new instance ofFluentPropertyBeanIntrospectorand initializes it with the prefix for write methods used by the classes to be inspected.
- format(String, Object...) - Static method in exception class org.apache.commons.beanutils2.ConversionException
- 
Constructs a new instance with a message formatted usingString.format(String, Object...).
G
- get() - Method in class org.apache.commons.beanutils2.ContextClassLoaderLocal
- 
Gets the instance which provides the functionality forBeanUtils.
- 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 decoratedDynaBean.
- 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, ornullif 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, ornullif 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, ornullif 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, ornullif 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.
- getColumnName(String) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
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 forDynaProperty's that support this feature.
- getConvertUtils() - Method in class org.apache.commons.beanutils2.BeanUtilsBean
- 
Gets theConvertUtilsBeaninstance 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
- 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 thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ArrayConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BigDecimalConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BigIntegerConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.BooleanConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ByteConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.CalendarConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.CharacterConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ClassConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ColorConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DateConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DimensionConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DoubleConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.DurationConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.EnumConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.FileConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.FloatConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.InetAddressConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.IntegerConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalDateConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalDateTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocaleConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LocalTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.LongConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.MonthDayConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.OffsetDateTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.OffsetTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PathConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PatternConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PeriodConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.PointConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ShortConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.StringConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.URIConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.URLConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.UUIDConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.YearConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.YearMonthConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZonedDateTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZoneIdConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.converters.ZoneOffsetConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlDateConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimeConverter
- 
Gets the default type thisConverterhandles.
- getDefaultType() - Method in class org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter
- 
Gets the default type thisConverterhandles.
- getDynaBean() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
- 
Provide access to the underlyingDynaBeanthis Map decorates.
- getDynaBeanClass() - Method in class org.apache.commons.beanutils2.BasicDynaClass
- 
Gets the Class object we will use to create new instances in thenewInstance()method.
- getDynaClass() - Method in class org.apache.commons.beanutils2.BasicDynaBean
- 
Gets theDynaClassinstance that describes the set of properties available for this DynaBean.
- getDynaClass() - Method in interface org.apache.commons.beanutils2.DynaBean
- 
Gets theDynaClassinstance that describes the set of properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils2.LazyDynaBean
- 
Gets theDynaClassinstance that describes the set of properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils2.sql.ResultSetIterator
- 
Gets theDynaClassinstance that describes the set of properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils2.WrapDynaBean
- 
Gets theDynaClassinstance that describes the set of properties available for this DynaBean.
- getDynaProperties() - Method in class org.apache.commons.beanutils2.BasicDynaClass
- 
Return an array ofPropertyDescriptorfor the properties currently defined in this DynaClass.
- getDynaProperties() - Method in interface org.apache.commons.beanutils2.DynaClass
- 
Returns an array ofPropertyDescriptorfor the properties currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils2.LazyDynaMap
- 
Return an array ofPropertyDescriptorfor the properties currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
- 
Gets an array ofPropertyDescriptorfor the properties currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Gets an array ofPropertyDescriptorfor the properties currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils2.WrapDynaClass
- 
Return an array ofPropertyDescriptorfor 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, returnnull.
- getDynaProperty(String) - Method in interface org.apache.commons.beanutils2.DynaClass
- 
Returns a property descriptor for the specified property, if it exists; otherwise, returnnull.
- 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, returnnull.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Gets a property descriptor for the specified property, if it exists; otherwise, returnnull.
- 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, returnnull.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
- 
Gets aDateFormatfor 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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 forBeanUtils.
- 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 ornull.
- getKey(String) - Method in interface org.apache.commons.beanutils2.expression.Resolver
- 
Extract the map key from the property expression ornull.
- getLocale() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
- 
Gets the Locale for the Converter (ornullif none specified).
- getLocale() - Method in class org.apache.commons.beanutils2.converters.NumberConverter
- 
Gets the Locale for the Converter (ornullif 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 thisDynaBean
- 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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 thegetName()method ofClass, which allows the sameDynaClassimplementation 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 thegetName()method ofClass, which allows the sameDynaClassimplementation 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 thegetName()</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 thegetName()</code> method of <code>java.lang.Class, which allows the sameDynaClassimplementation class to support different dynamic classes, with different sets of properties.
- getName() - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Gets the name of this DynaClass (analogous to thegetName()</code> method of <code>java.lang.Class, which allows the sameDynaClassimplementation 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 thegetName()method ofClass, which allows the sameDynaClassimplementation 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 correspondingLocaleConverter.
- 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 aResultSetfor the specified name.
- getObject(ResultSet, String) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Gets a column value from aResultSetfor the specified name.
- getObjectFromResultSet(String) - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
- 
Gets a value from theResultSetfor 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 aString(ornullif none specified).
- getPatterns() - Method in class org.apache.commons.beanutils2.converters.DateTimeConverter
- 
Gets the date format patterns used to convert dates to/from aString(ornullif none specified).
- getPredicate() - Method in class org.apache.commons.beanutils2.BeanPredicate
- 
Gets thePredicateto be applied to the value of the named property duringBeanPredicate.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 correspondingLocaleConverter.
- 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 returnnullif 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 returnnullif 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 returnnull.
- 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 thisClosureexecutes.
- getPropertyName() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
- 
Returns the name of the property which will be evaluated when thisPredicateis 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, ornullif 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, ornullif there is no such property for the specified bean.
- getPropertyUtils() - Method in class org.apache.commons.beanutils2.BeanUtilsBean
- 
Gets thePropertyUtilsBeaninstance used to access properties.
- getPropertyUtilsBean() - Method in class org.apache.commons.beanutils2.WrapDynaClass
- 
Returns thePropertyUtilsBeaninstance associated with this class.
- getPropertyValue() - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
- 
Returns the value that the property specified bypropertyNamewill be updated to when thisClosureexecutes.
- getPropertyValue() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
- 
Returns the value that the property specified bypropertyNamewill be compared to when thisPredicateexecutes.
- 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 returnnull.
- getReadMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Return an accessible property getter method for this property, if there is one; otherwise returnnull.
- getReadMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Return the property getter method for this property if accessible from givenclazz(and if there is one at all); otherwise returnnull.
- 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 configuredResolverimplementation used by BeanUtils.
- getRows() - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Gets aListcontaining theDynaBeans that represent the contents of eachRowfrom theResultSetthat was the basis of thisRowSetDynaClassinstance.
- 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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 thisBeanIntrospector.
- 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 (ornullif 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 returnnull.
- getWriteMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Return an accessible property setter method for this property, if there is one; otherwise returnnull.
- getWriteMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Return the property setter method for this property if accessible from givenclazz(and if there is one at all); otherwise returnnull.
- 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
- 
Getstrueif 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.
- How Do I Set The BeanComparator Order To Be Ascending/Descending? - Search tag in package org.apache.commons.beanutils2
- Section
I
- InetAddressConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation that handles conversion to and fromInetAddress.
- InetAddressConverter() - Constructor for class org.apache.commons.beanutils2.converters.InetAddressConverter
- 
Construct aInetAddressConverter that throws aConversionExceptionif an error occurs.
- InetAddressConverter(InetAddress) - Constructor for class org.apache.commons.beanutils2.converters.InetAddressConverter
- 
Constructs aConverterthat 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
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aIntegerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- IntegerLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
- 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 theproperties</code> and <code>propertiesMapinstance variables.
- introspect(ResultSet) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Introspect the metadata associated with our result set, and populate theproperties</code> and <code>propertiesMapinstance 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 ofklazzusing a single argument constructor.
- invokeConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
- 
Returns new instance ofklazz</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 ofklazzcreated using constructor with signatureparameterTypes</code> and actual arguments <code>args.
- invokeExactConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
- 
Convenience method returning new instance ofklazzusing a single argument constructor.
- invokeExactConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
- 
Returns new instance ofklazz</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 ofklazzcreated using constructor with signatureparameterTypesand actual argumentsargs.
- 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 decoratedDynaBeanhas any properties.
- isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanPropertyValueChangeConsumer
- 
Returns the flag that determines whethernullobjects in the property path will generate anIllegalArgumentException</code> or not. If set to <code>truethen if any objects in the property path leading up to the target property evaluate tonull</code> then the <code>IllegalArgumentExceptionthrow byPropertyUtils</code> will be logged but not re-thrown. If set to <code>falsethen if any objects in the property path leading up to the target property evaluate tonull</code> then the <code>IllegalArgumentExceptionthrow byPropertyUtilswill be logged and re-thrown.
- isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
- 
Returns the flag which determines whethernullobjects in the property path will generate anIllegalArgumentException</code> or not. If set to <code>truethen if any objects in the property path evaluate tonullthen theIllegalArgumentException</code> throw by <code>PropertyUtilswill be logged but not re-thrown andfalse</code> will be returned. If set to <code>falsethen if any objects in the property path evaluate tonullthen theIllegalArgumentException</code> throw by <code>PropertyUtilswill be logged and re-thrown.
- isIgnoreNull() - Method in class org.apache.commons.beanutils2.BeanToPropertyValueTransformer
- 
Returns the flag which determines whethernullobjects in the property path will generate anIllegalArgumentException</code> or not. If set to <code>truethen if any objects in the property path evaluate tonullthen theIllegalArgumentException</code> throw by <code>PropertyUtilswill be logged but not re-thrown andnull</code> will be returned. If set to <code>falsethen if any objects in the property path evaluate tonullthen theIllegalArgumentException</code> throw by <code>PropertyUtilswill 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
- 
Returntrueif the specified property name identifies a readable property on the specified bean; otherwise, returnfalse.
- isReadable(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Returntrueif the specified property name identifies a readable property on the specified bean; otherwise, returnfalse.
- 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 anullfrom thegetDynaProperty(name)method if the property doesn't exist.
- isReturnNull() - Method in class org.apache.commons.beanutils2.LazyDynaMap
- 
Should this DynaClass return anullfrom thegetDynaProperty(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
- 
Returntrueif the specified property name identifies a writable property on the specified bean; otherwise, returnfalse.
- isWriteable(Object, String) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Returntrueif the specified property name identifies a writable property on the specified bean; otherwise, returnfalse.
- iterator() - Method in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
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 decoratedDynaBean.
- keySet() - Method in class org.apache.commons.beanutils2.BeanMap
- 
Gets the keys for this BeanMap.
- Known Limitations - Search tag in class org.apache.commons.beanutils2.ConstructorUtils
- Section
- Known Limitations - Search tag in class org.apache.commons.beanutils2.MethodUtils
- Section
L
- 3.6 Lazy DynaBeans - Search tag in package org.apache.commons.beanutils2
- Section
- 4.4 Locale Aware Conversions - Search tag in package org.apache.commons.beanutils2
- Section
- LazyDynaBean - Class in org.apache.commons.beanutils2
- 
DynaBean which automatically adds properties to theDynaClassand provides Lazy List and Lazy Map features.
- LazyDynaBean() - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
- 
Constructs a newLazyDynaBean</code> with a <code>LazyDynaClassinstance.
- LazyDynaBean(String) - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
- 
Constructs a newLazyDynaBean</code> with a <code>LazyDynaClassinstance.
- LazyDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils2.LazyDynaBean
- 
Constructs a newDynaBeanassociated with the specifiedDynaClass</code> instance - if its not a <code>MutableDynaClassthen a newLazyDynaClassis created and the properties copied.
- Lazy DynaBean List. - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- LazyDynaClass - Class in org.apache.commons.beanutils2
- 
DynaClass which implements theMutableDynaClassinterface.
- 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 weightDynaBean</code> facade to a <code>Mapwith 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 newLazyDynaMapwith the specified name.
- LazyDynaMap(String, Map<String, Object>) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
- 
Constructs a newLazyDynaMap</code> with the specified name and <code>Map.
- LazyDynaMap(String, DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
- 
Constructs a newLazyDynaMapwith the specified name and properties.
- LazyDynaMap(Map<String, Object>) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
- 
Constructs a newLazyDynaMap</code> with the specified <code>Map.
- LazyDynaMap(DynaClass) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
- 
Constructs a newLazyDynaMapbased on an exisiting DynaClass
- LazyDynaMap(DynaProperty[]) - Constructor for class org.apache.commons.beanutils2.LazyDynaMap
- 
Constructs a newLazyDynaMapwith the specified properties.
- limit - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Limits the size of the returned list.
- Limitations - Search tag in class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
- Section
- loadClass(String) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Loads and returns theClassof 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
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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.
- 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
- 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 aLocaleConverter that throws aConversionExceptionif an error occurs.
- LocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils2.converters.LocaleConverter
- 
Constructs aConverterthat 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.
- 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
- 
Converterimplementation 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 aConversionExceptionif 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 toSystem.out.
- logWarn(Exception) - Method in class org.apache.commons.beanutils2.BeanMap
- 
Logs the given exception toSystem.err.
- Long_ZERO - Static variable in class org.apache.commons.beanutils2.LazyDynaBean
- 
Long Zero
- LongConverter - Class in org.apache.commons.beanutils2.converters
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aLongobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- LongLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
- lookup(Class<?>, Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
- 
Look up and return any registeredConverterfor the specified source and destination class; if there is no registered Converter, returnnull.
- lookup(Class<?>, Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
- 
Looks up and return any registeredConverterfor the specified source and destination class; if there is no registered Converter, returnnull.
- lookup(Class<T>) - Static method in class org.apache.commons.beanutils2.ConvertUtils
- 
Look up and return any registeredConverterfor the specified destination class; if there is no registered Converter, returnnull.
- lookup(Class<T>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
- 
Looks up and return any registeredConverterfor the specified destination class; if there is no registered Converter, returnnull.
- lookup(Class<T>, Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
- 
Look up and return any registeredLocaleConverterfor the specified destination class and locale; if there is no registered Converter, returnnull.
- lookup(Class<T>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
- 
Look up and return any registeredLocaleConverterfor the specified destination class and locale; if there is no registered Converter, returnnull.
- 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, returnnull.
- lowerCase - Variable in class org.apache.commons.beanutils2.sql.ResultSetDynaClass
- 
Flag defining whether column names should be lower cased when converted to property names.
- lowerCase - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
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.
- MonthDayConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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.
- Multi Dimensional Arrays - Search tag in class org.apache.commons.beanutils2.converters.ArrayConverter
- Section
- MutableDynaClass - Interface in org.apache.commons.beanutils2
- 
A specialized extension toDynaClassthat allows properties to be added or removed dynamically.
N
- 2.3 Nested Property Access - Search tag in package org.apache.commons.beanutils2
- Section
- 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 thegetName()</code> method of <code>java.lang.Class).
- NestedNullException - Exception Class 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 class org.apache.commons.beanutils2.NestedNullException
- 
Constructs aNestedNullExceptionwithout a detail message.
- NestedNullException(String) - Constructor for exception class org.apache.commons.beanutils2.NestedNullException
- 
Constructs aNestedNullExceptionwithout a detail message.
- newArray(Class<T>, int) - Static method in class org.apache.commons.beanutils2.ConstructorUtils
- 
Delegates toArray.newInstance(Class, int).
- 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.sql.RowSetDynaClass
- 
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 theMap.
- 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> - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif a error occurs.
- NumberConverter(boolean, N) - Constructor for class org.apache.commons.beanutils2.converters.NumberConverter
- 
Constructs aNumberConverter that returns a default value if an error occurs.
O
- 1. Overview - Search tag in package org.apache.commons.beanutils2
- Section
- 6.2 Operating On Collections Of Beans - Search tag in package org.apache.commons.beanutils2
- Section
- OffsetDateTimeConverter - Class in org.apache.commons.beanutils2.converters
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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 theConverterinterface that are pre-registered withConvertUtilsat startup time.
- org.apache.commons.beanutils2.expression - package org.apache.commons.beanutils2.expression
- 
Contains theResolverinterface 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-awareLocaleConverterinterface that are pre-registered with locale-awareLocaleConvertUtilsat startup time.
- org.apache.commons.beanutils2.sql - package org.apache.commons.beanutils2.sql
- 
Contains code that relies on thejava.sqlmodule.
- org.apache.commons.beanutils2.sql.converters - package org.apache.commons.beanutils2.sql.converters
- 
Contains code that relies on thejava.sqlmodule.
- org.apache.commons.beanutils2.sql.converters.locale - package org.apache.commons.beanutils2.sql.converters.locale
- 
Contains code that relies on thejava.sqlmodule.
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.
- Parsing Delimited Lists - Search tag in class org.apache.commons.beanutils2.converters.ArrayConverter
- Section
- PathConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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
- PatternConverter() - Constructor for class org.apache.commons.beanutils2.converters.PatternConverter
- 
Construct aPatternConverter that throws aConversionExceptionif an error occurs.
- PatternConverter(Pattern) - Constructor for class org.apache.commons.beanutils2.converters.PatternConverter
- 
Constructs aConverterthat will return the specified default value if a conversion error occurs.
- PeriodConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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
- PointConverter() - Constructor for class org.apache.commons.beanutils2.converters.PointConverter
- 
Construct aPointConverter that throws aConversionExceptionif an error occurs.
- PointConverter(Point) - Constructor for class org.apache.commons.beanutils2.converters.PointConverter
- 
Constructs aConverterthat 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 thisDynaClass.
- properties - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
The set of dynamic properties that are part of thisDynaClass.
- 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 thisDynaClass, keyed by the property name.
- propertiesMap - Variable in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
The set of dynamic properties that are part of thisDynaClass, 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.
- 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 decoratedDynaBean.
- putAll(Map<? extends K, ? extends Object>) - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
- 
Copy the contents of a Map to the decoratedDynaBean.
- putAllWriteable(BeanMap) - Method in class org.apache.commons.beanutils2.BeanMap
- 
Puts all of the writable properties from the given BeanMap into this BeanMap.
Q
- 6.3 Querying Or Filtering Collections Of Beans - Search tag in package org.apache.commons.beanutils2
- Section
R
- 3.3 ResultSetDynaClass (Wraps ResultSet in DynaBeans) - Search tag in package org.apache.commons.beanutils2
- Section
- 3.4 RowSetDynaClass (Disconnected ResultSet as DynaBeans) - Search tag in package org.apache.commons.beanutils2
- Section
- 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 customConverterfor the specified destinationClass, replacing any previously registered Converter.
- register(Converter, Class<?>) - Method in class org.apache.commons.beanutils2.ConvertUtilsBean
- 
Registers a customConverterfor the specified destinationClass, replacing any previously registered Converter.
- register(LocaleConverter<T>, Class<T>, Locale) - Static method in class org.apache.commons.beanutils2.locale.LocaleConvertUtils
- 
Register a customLocaleConverterfor the specified destinationClass, replacing any previously registered converter.
- register(LocaleConverter<T>, Class<T>, Locale) - Method in class org.apache.commons.beanutils2.locale.LocaleConvertUtilsBean
- 
Register a customLocaleConverterfor the specified destinationClass, 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 specifiedBeanIntrospector.
- removeBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Removes the specifiedBeanIntrospector.
- 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 registeredBeanIntrospectorobjects to the initial default state.
- resetBeanIntrospectors() - Method in class org.apache.commons.beanutils2.PropertyUtilsBean
- 
Resets theBeanIntrospectorobjects 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
- 
TheResultSetwe are wrapping.
- ResultSetDynaClass - Class in org.apache.commons.beanutils2.sql
- 
ImplementsDynaClassfor DynaBeans that wrap thejava.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 specifiedResultSet.
- ResultSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils2.sql.ResultSetDynaClass
- 
Constructs a new ResultSetDynaClass for the specifiedResultSet.
- ResultSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.sql.ResultSetDynaClass
- 
Constructs a new ResultSetDynaClass for the specifiedResultSet.
- ResultSetIterator - Class in org.apache.commons.beanutils2.sql
- returnNull - Variable in class org.apache.commons.beanutils2.LazyDynaClass
- 
Controls whether thegetDynaProperty()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 thegetDynaProperty()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 ofDynaBeans representing the contents of the originalResultSeton which thisRowSetDynaClasswas based.
- RowSetDynaClass - Class in org.apache.commons.beanutils2.sql
- RowSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
- RowSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
- RowSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
- RowSetDynaClass(ResultSet, boolean, int) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
- RowSetDynaClass(ResultSet, boolean, int, boolean) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
- RowSetDynaClass(ResultSet, int) - Constructor for class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
Constructs a newRowSetDynaClassfor the specifiedResultSet.
S
- 2.5 Suppressing Properties - Search tag in package org.apache.commons.beanutils2
- Section
- 2. Standard JavaBeans - Search tag in package org.apache.commons.beanutils2
- Section
- 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 istrue.
- 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
- 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 thenewInstance()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 forBeanUtils.
- setInstance(LocaleBeanUtilsBean) - Static method in class org.apache.commons.beanutils2.locale.LocaleBeanUtilsBean
- 
Sets the instance which provides the functionality forLocaleBeanUtils.
- 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 thisDynaBean
- 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 aString.
- setPattern(String) - Method in class org.apache.commons.beanutils2.converters.NumberConverter
- 
Sets a number format pattern to use to convert Numbers to/from aString.
- 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 aString.
- setPredicate(Predicate<T>) - Method in class org.apache.commons.beanutils2.BeanPredicate
- 
Sets thePredicateto be applied to the value of the named property duringBeanPredicate.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 correspondingLocaleConverter.
- 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 correspondingLocaleConverter.
- 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 theResolverimplementation 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 anullfrom thegetDynaProperty(name)method if the property doesn't exist.
- setReturnNull(boolean) - Method in class org.apache.commons.beanutils2.LazyDynaMap
- 
Sets whether this DynaClass should return anullfrom thegetDynaProperty(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.
- setUseColumnLabel(boolean) - Method in class org.apache.commons.beanutils2.sql.RowSetDynaClass
- 
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
- 
NumberConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aShortobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- ShortLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofByteLocaleConverter.
- size() - Method in class org.apache.commons.beanutils2.BaseDynaBeanMapDecorator
- 
Returns the number properties in the decoratedDynaBean.
- 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
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aDateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- SqlDateLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
- 
Builds instances ofSqlDateLocaleConverter.
- SqlTimeConverter - Class in org.apache.commons.beanutils2.sql.converters
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aTimeobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- SqlTimeLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
- 
Builds instances ofSqlTimeLocaleConverter.
- SqlTimestampConverter - Class in org.apache.commons.beanutils2.sql.converters
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into aTimestampobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- SqlTimestampLocaleConverter.Builder - Class in org.apache.commons.beanutils2.sql.converters.locale
- 
Builds instances ofSqlTimestampLocaleConverter.
- String Conversions (to and from) - Search tag in class org.apache.commons.beanutils2.converters.DateTimeConverter
- Section
- String Conversions (to and from) - Search tag in class org.apache.commons.beanutils2.converters.NumberConverter
- Section
- StringConverter - Class in org.apache.commons.beanutils2.converters
- StringConverter() - Constructor for class org.apache.commons.beanutils2.converters.StringConverter
- 
Constructs a java.lang.String Converter that throws aConversionExceptionif 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
- 
StandardLocaleConverterimplementation that converts an incoming locale-sensitive object into aStringobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.
- StringLocaleConverter.Builder - Class in org.apache.commons.beanutils2.locale.converters
- 
Builds instances ofStringLocaleConverter.
- SUPPRESS_CLASS - Static variable in class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
- 
A specialized instance which is configured to suppress the specialclassproperties of Java beans.
- SUPPRESS_DECLARING_CLASS - Static variable in class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
- 
A specialized instance which is configured to suppress the specialclassproperties of Java beans.
- SuppressPropertiesBeanIntrospector - Class in org.apache.commons.beanutils2
- 
A specializedBeanIntrospectorimplementation which suppresses some properties.
- SuppressPropertiesBeanIntrospector(Collection<String>) - Constructor for class org.apache.commons.beanutils2.SuppressPropertiesBeanIntrospector
- 
Creates a new instance ofSuppressPropertiesBeanIntrospectorand sets the names of the properties to be suppressed.
T
- 6.4 Transforming Collections Of Beans - Search tag in package org.apache.commons.beanutils2
- Section
- Table of Contents - Search tag in package org.apache.commons.beanutils2
- Section
- test(Object) - Method in class org.apache.commons.beanutils2.BeanPredicate
- 
Evaluates the given object by applying theBeanPredicate.getPredicate()to a property value named byBeanPredicate.getPropertyName().
- test(T) - Method in class org.apache.commons.beanutils2.BeanPropertyValueEqualsPredicate
- 
Evaluates the object provided against the criteria specified when thisBeanPropertyValueEqualsPredicatewas constructed.
- TestEnum - Enum in org.apache.commons.beanutils2
- 
Anenumtest fixture.
- 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.
- toArray() - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- toDynaBeanArray() - Method in class org.apache.commons.beanutils2.LazyDynaList
- 
Converts the List to an DynaBean Array.
- toDynaBeanArray() - Search tag in class org.apache.commons.beanutils2.LazyDynaList
- Section
- 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 underlyingConverterit 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
- 5. Utility Objects And Static Utility Classes - Search tag in package org.apache.commons.beanutils2
- Section
- 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
- 
Converterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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.
- Usage - Search tag in class org.apache.commons.beanutils2.DynaBeanPropertyMapDecorator
- Section
- 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
- 
Converterimplementation 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 aConversionExceptionif 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.
- valueOf(String) - Static method in enum org.apache.commons.beanutils2.TestEnum
- 
Returns the enum constant of this type with the specified name.
- 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
- 
TheMutableDynaClass"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 decoratedDynaBean.
- values() - Method in class org.apache.commons.beanutils2.BeanMap
- 
Gets the values for the BeanMap.
- values() - Static method in enum org.apache.commons.beanutils2.TestEnum
- 
Returns an array containing the constants of this enum type, in the order they are declared.
W
- 3.5 WrapDynaBean</code> and <code>WrapDynaClass - Search tag in package org.apache.commons.beanutils2
- Section
- Why Can't BeanUtils Find My Method? - Search tag in package org.apache.commons.beanutils2
- Section
- WrapDynaBean - Class in org.apache.commons.beanutils2
- 
ImplementsDynaBeanto 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 newDynaBeanassociated with the specified JavaBean instance.
- WrapDynaBean(Object, WrapDynaClass) - Constructor for class org.apache.commons.beanutils2.WrapDynaBean
- 
Creates a new instance ofWrapDynaBean, associates it with the specified JavaBean instance, and initializes the bean'sDynaClass.
- WrapDynaClass - Class in org.apache.commons.beanutils2
- 
ImplementsDynaClassto wrap standard JavaBean instances.
Y
- YearConverter - Class in org.apache.commons.beanutils2.converters
- 
Converterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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
- 
DateTimeConverterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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
- 
Converterimplementation 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 aConversionExceptionif 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form