Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.
- AbstractArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - AbstractArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - AbstractConverter - Class in org.apache.commons.beanutils.converters
-
Base
Converter
implementation that provides the structure for handling conversion to and from a specified type. - AbstractConverter() - Constructor for class org.apache.commons.beanutils.converters.AbstractConverter
-
Construct a Converter that throws a
ConversionException
if an error occurs. - AbstractConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.AbstractConverter
-
Construct a Converter that returns a default value if an error occurs.
- Accessing Public Constructors In A Default Access Superclass - Search tag in class org.apache.commons.beanutils.ConstructorUtils
- Section
- Accessing Public Methods In A Default Access Superclass - Search tag in class org.apache.commons.beanutils.MethodUtils
- Section
- add(int, Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Insert an element at the specified index position.
- add(E) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- add(Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Add an element to the List.
- add(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String) - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String, Class<?>) - Method in class org.apache.commons.beanutils.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.beanutils.LazyDynaMap
-
Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
- add(String, Class<?>) - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
- add(String, Class<?>, boolean, boolean) - Method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.MutableDynaClass
-
Add a new dynamic property with the specified data type, readability, and writeability.
- add(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Add a new dynamic property.
- add(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Add a new dynamic property.
- addAll(int, Collection<?>) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Insert all the elements from a Collection into the list at a specified position.
- addAll(Collection<?>) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Add all the elements from a Collection to the list.
- addAll(Collection<? extends E>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- addBeanIntrospector(BeanIntrospector) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Adds a
BeanIntrospector
. - addBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Adds a
BeanIntrospector
. - addPropertyDescriptor(PropertyDescriptor) - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- addPropertyDescriptor(PropertyDescriptor) - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Adds the given property descriptor to this context.
- addPropertyDescriptors(PropertyDescriptor[]) - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- addPropertyDescriptors(PropertyDescriptor[]) - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Adds an array of property descriptors to this context.
- advance() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Advance the result set to the next row, if there is not a current row (and if we are not already at eof).
- allowDecimals - Variable in class org.apache.commons.beanutils.converters.NumberConverter
- allowedChars - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- applyLocalized - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Indicate whether the pattern is localized or not
- ArrayConverter - Class in org.apache.commons.beanutils.converters
-
Generic
Converter
implementation that handles conversion to and from array objects. - ArrayConverter(Class<?>, Converter) - Constructor for class org.apache.commons.beanutils.converters.ArrayConverter
-
Construct an array
Converter
with the specified componentConverter
that throws aConversionException
if an error occurs. - ArrayConverter(Class<?>, Converter, int) - Constructor for class org.apache.commons.beanutils.converters.ArrayConverter
-
Construct an array
Converter
with the specified componentConverter
that returns a default array of the specified size (ornull
) if an error occurs.
B
- 1.1 Background - Search tag in package org.apache.commons.beanutils
- Section
- 2.1 Background - Search tag in package org.apache.commons.beanutils
- Section
- 2.2 Basic Property Access - Search tag in package org.apache.commons.beanutils
- Section
- 3.1 Background - Search tag in package org.apache.commons.beanutils
- Section
- 3.2 BasicDynaBean and BasicDynaClass - Search tag in package org.apache.commons.beanutils
- Section
- 4.1 Background - Search tag in package org.apache.commons.beanutils
- Section
- 4.2 BeanUtils and ConvertUtils Conversions - Search tag in package org.apache.commons.beanutils
- Section
- Background - Search tag in package org.apache.commons.beanutils
- Section
- BaseDynaBeanMapDecorator<K> - Class in org.apache.commons.beanutils
-
A base class for decorators providing
Map
behavior onDynaBean
s. - BaseDynaBeanMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Constructs a read only Map for the specified
DynaBean
. - BaseDynaBeanMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Construct a Map for the specified
DynaBean
. - BaseDynaBeanMapDecorator.MapEntry<K> - Class in org.apache.commons.beanutils
-
Map.Entry implementation.
- BaseLocaleConverter - Class in org.apache.commons.beanutils.locale
-
The base class for all standart type locale-sensitive converters.
- BaseLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BaseLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BaseLocaleConverter(Object, Locale, String, boolean, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value or throw aConversionException
if a conversion error occurs. - BaseLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BaseLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BasicDynaBean - Class in org.apache.commons.beanutils
-
Minimal implementation of the
DynaBean
interface. - BasicDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils.BasicDynaBean
-
Construct a new
DynaBean
associated with the specifiedDynaClass
instance. - BasicDynaClass - Class in org.apache.commons.beanutils
-
Minimal implementation of the
DynaClass
interface. - BasicDynaClass() - Constructor for class org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with default parameters.
- BasicDynaClass(String, Class<?>) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with the specified parameters.
- BasicDynaClass(String, Class<?>, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with the specified parameters.
- bean - Variable in class org.apache.commons.beanutils.BeanMap
- BeanAccessLanguageException - Exception Class in org.apache.commons.beanutils
-
Thrown to indicate that the Bean Access Language cannot execute query against given bean.
- BeanAccessLanguageException() - Constructor for exception class org.apache.commons.beanutils.BeanAccessLanguageException
-
Constructs a
BeanAccessLanguageException
without a detail message. - BeanAccessLanguageException(String) - Constructor for exception class org.apache.commons.beanutils.BeanAccessLanguageException
-
Constructs a
BeanAccessLanguageException
without a detail message. - beanClass - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
Deprecated.No longer initialized, use getBeanClass() method instead
- beanClass - Variable in class org.apache.commons.beanutils.WrapDynaClass.CacheKey
-
The bean class.
- beanClassName - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
Name of the JavaBean class represented by this WrapDynaClass.
- beanClassRef - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
Reference to the JavaBean class represented by this WrapDynaClass.
- BeanComparator<T> - Class in org.apache.commons.beanutils
-
This comparator compares two beans by the specified bean property.
- BeanComparator() - Constructor for class org.apache.commons.beanutils.BeanComparator
-
Constructs a Bean Comparator without a property set.
- BeanComparator(String) - Constructor for class org.apache.commons.beanutils.BeanComparator
-
Constructs a property-based comparator for beans.
- BeanComparator(String, Comparator<?>) - Constructor for class org.apache.commons.beanutils.BeanComparator
-
Constructs a property-based comparator for beans.
- BeanIntrospectionData - Class in org.apache.commons.beanutils
-
An internally used helper class for storing introspection information about a bean class.
- BeanIntrospectionData(PropertyDescriptor[]) - Constructor for class org.apache.commons.beanutils.BeanIntrospectionData
-
Creates a new instance of
BeanIntrospectionData
and initializes its completely. - BeanIntrospectionData(PropertyDescriptor[], Map<String, String>) - Constructor for class org.apache.commons.beanutils.BeanIntrospectionData
-
Creates a new instance of
BeanIntrospectionData
and allows setting the map with write method names. - BeanIntrospector - Interface in org.apache.commons.beanutils
-
Definition of an interface for components that can perform introspection on bean classes.
- BeanMap - Class in org.apache.commons.beanutils
-
An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
- BeanMap() - Constructor for class org.apache.commons.beanutils.BeanMap
-
Constructs a new empty
BeanMap
. - BeanMap(Object) - Constructor for class org.apache.commons.beanutils.BeanMap
-
Constructs a new
BeanMap
that operates on the specified bean. - BeanMap.Entry - Class in org.apache.commons.beanutils
-
Map entry used by
BeanMap
. - BeanPredicate - Class in org.apache.commons.beanutils
-
Predicate implementation that applies the given
Predicate
to the result of calling the given property getter. - BeanPredicate(String, Predicate) - Constructor for class org.apache.commons.beanutils.BeanPredicate
-
Constructs a
BeanPredicate
that applies the givenPredicate
to the named property value. - BeanPropertyValueChangeClosure - Class in org.apache.commons.beanutils
-
Closure
that sets a property. - BeanPropertyValueChangeClosure(String, Object) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Constructor which takes the name of the property to be changed, the new value to set the property to, and assumes
ignoreNull
to befalse
. - BeanPropertyValueChangeClosure(String, Object, boolean) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Constructor which takes the name of the property to be changed, the new value to set the property to and a boolean which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - BeanPropertyValueEqualsPredicate - Class in org.apache.commons.beanutils
-
Predicate
that evaluates a property value against a specified value. - BeanPropertyValueEqualsPredicate(String, Object) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Constructor which takes the name of the property, its expected value to be used in evaluation, and assumes
ignoreNull
to befalse
. - BeanPropertyValueEqualsPredicate(String, Object, boolean) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Constructor which takes the name of the property, its expected value to be used in evaluation, and a boolean which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - BEANS_BY_CLASSLOADER - Static variable in class org.apache.commons.beanutils.BeanUtilsBean
-
Contains
BeanUtilsBean
instances indexed by context classloader. - BeanToPropertyValueTransformer - Class in org.apache.commons.beanutils
-
Transformer
that outputs a property value. - BeanToPropertyValueTransformer(String) - Constructor for class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Constructs a Transformer which does not ignore nulls.
- BeanToPropertyValueTransformer(String, boolean) - Constructor for class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Constructs a Transformer and sets ignoreNull.
- BeanUtils - Class in org.apache.commons.beanutils
-
Utility methods for populating JavaBeans properties via reflection.
- BeanUtils() - Constructor for class org.apache.commons.beanutils.BeanUtils
- BeanUtilsBean - Class in org.apache.commons.beanutils
-
JavaBean property population methods.
- BeanUtilsBean() - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using new property and conversion instances.
- BeanUtilsBean(ConvertUtilsBean) - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using given conversion instances and new
PropertyUtilsBean
instance. - BeanUtilsBean(ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using given property and conversion instances.
- BeanUtilsBean2 - Class in org.apache.commons.beanutils
-
BeanUtilsBean
implementation that creates aConvertUtilsBean2
and delegates conversion toConvertUtilsBean.convert(Object, Class)
. - BeanUtilsBean2() - Constructor for class org.apache.commons.beanutils.BeanUtilsBean2
-
Constructs an instance using new property and conversion instances.
- BigDecimal_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
BigDecimal Zero
- BigDecimalConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects. - BigDecimalConverter() - Constructor for class org.apache.commons.beanutils.converters.BigDecimalConverter
-
Construct a java.math.BigDecimal Converter that throws a
ConversionException
if an error occurs. - BigDecimalConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BigDecimalConverter
-
Construct a java.math.BigDecimal Converter that returns a default value if an error occurs.
- BigDecimalLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.math.BigDecimal
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigInteger_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
BigInteger Zero
- BigIntegerConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects. - BigIntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.BigIntegerConverter
-
Construct a java.math.BigInteger Converter that throws a
ConversionException
if an error occurs. - BigIntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BigIntegerConverter
-
Construct a java.math.BigInteger Converter that returns a default value if an error occurs.
- BigIntegerLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.math.BigInteger
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BOOLEAN_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- BooleanArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - BooleanArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - BooleanArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - BooleanArrayConverter(BooleanConverter, Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - booleanConverter - Variable in class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.This object is used to perform the conversion of individual strings into Boolean/boolean values.
- BooleanConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementation that handles conversion to and from Boolean objects. - BooleanConverter() - Constructor for class org.apache.commons.beanutils.converters.BooleanConverter
-
Create a
Converter
that will throw aConversionException
if a conversion error occurs, ie the string value being converted is not one of the known true strings, nor one of the known false strings. - BooleanConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanConverter
-
Create a
Converter
that will return the specified default value if a conversion error occurs, ie 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.beanutils.converters.BooleanConverter
-
Create a
Converter
that will throw aConversionException
if a conversion error occurs, ie the string value being converted is not one of the known true strings, nor one of the known false strings. - BooleanConverter(String[], String[], Object) - Constructor for class org.apache.commons.beanutils.converters.BooleanConverter
-
Create a
Converter
that will return the specified default value if a conversion error occurs. - BYTE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Byte_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Byte Zero
- ByteArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - ByteArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.ByteArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - ByteArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ByteArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - ByteConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Byte objects. - ByteConverter() - Constructor for class org.apache.commons.beanutils.converters.ByteConverter
-
Construct a java.lang.Byte Converter that throws a
ConversionException
if an error occurs. - ByteConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ByteConverter
-
Construct a java.lang.Byte Converter that returns a default value if an error occurs.
- ByteLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Byte
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - ByteLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs.
C
- 2.4 Customizing Introspection - Search tag in package org.apache.commons.beanutils
- Section
- 6.1 Comparing Beans - Search tag in package org.apache.commons.beanutils
- Section
- 6. Collections - Search tag in package org.apache.commons.beanutils
- Section
- cache - Static variable in class org.apache.commons.beanutils.MethodUtils
-
Stores a cache of MethodDescriptor -> Method in a WeakHashMap.
- CACHE_METHODS - Static variable in class org.apache.commons.beanutils.MethodUtils
-
Indicates whether methods should be cached for improved performance.
- CacheKey(Class<?>, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.WrapDynaClass.CacheKey
-
Creates a new instance of
CacheKey
. - cacheMethod(MethodUtils.MethodDescriptor, Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Add a method to the cache.
- calculate(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Deprecated.moved into
LocaleBeanUtilsBean
- calculate(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Deprecated.Property name expressions are now processed by the configured
Resolver
implementation and this method is no longer used by BeanUtils. - CalendarConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to and from java.util.Calendar objects. - CalendarConverter() - Constructor for class org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that throws a
ConversionException
if an error occurs. - CalendarConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that returns a default value if an error occurs.
- capitalizePropertyName(String) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Return a capitalized version of the specified property name.
- cause - Variable in exception class org.apache.commons.beanutils.ConversionException
-
The root cause of this
ConversionException
, compatible with JDK 1.4's extensions tojava.lang.Throwable
. - CHAR_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Character_SPACE - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Character Space
- CharacterArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - CharacterArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - CharacterArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - CharacterConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from java.lang.Character objects. - CharacterConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that throws a
ConversionException
if an error occurs. - CharacterConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that returns a default value if an error occurs.
- checkConversionResult(Class<T>, Object) - Static method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Checks whether the result of a conversion is conform to the specified target type.
- ClassConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from java.lang.Class objects. - ClassConverter() - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that throws a
ConversionException
if an error occurs. - ClassConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that returns a default value if an error occurs.
- CLASSLOADER_CACHE - Static variable in class org.apache.commons.beanutils.WrapDynaClass
- className - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- classRef - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- clear() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
clear() operation is not supported.
- clear() - Method in class org.apache.commons.beanutils.BeanMap
-
This method reinitializes the bean map to have default values for the bean's properties.
- clear() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- clear() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Remove all mappings from this map.
- clear() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- clear() - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Clear our cache of WrapDynaClass instances.
- clearCache() - Static method in class org.apache.commons.beanutils.MethodUtils
-
Clear the method cache.
- clearDescriptors() - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Clear any cached property descriptors information for all classes loaded by any class loaders.
- clearDescriptors() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Clear any cached property descriptors information for all classes loaded by any class loaders.
- clone() - Method in class org.apache.commons.beanutils.BeanMap
-
Clone this bean map using the following process: If there is no underlying bean, return a cloned BeanMap without a bean.
- clone() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return a shallow copy of this
FastHashMap
instance. - cloneBean(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
- cloneBean(Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Clone a bean based on the available property getters and setters, even if the bean class itself does not implement Cloneable.
- cloneMap(Map<? extends K, ? extends V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap
- cls - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- CollectionView() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- CollectionViewIterator() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- columnNameXref - Variable in class org.apache.commons.beanutils.JDBCDynaClass
-
Cross Reference for column name --> dyna property name (needed when lowerCase option is true)
- comparator - Variable in class org.apache.commons.beanutils.BeanComparator
- compare(T, T) - Method in class org.apache.commons.beanutils.BeanComparator
-
Compare two JavaBeans by their shared property.
- constructor - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The constructor of the
dynaBeanClass
that we will use for creating new instances. - constructorTypes - Static variable in class org.apache.commons.beanutils.BasicDynaClass
-
The method signature of the constructor we will use to create new DynaBean instances.
- ConstructorUtils - Class in org.apache.commons.beanutils
-
Utility reflection methods focussed on constructors, modelled after
MethodUtils
. - ConstructorUtils() - Constructor for class org.apache.commons.beanutils.ConstructorUtils
- constructorValues - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The argument values to be passed to the constructore we will use to create new DynaBean instances.
- contains(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- contains(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- containsAll(Collection<?>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- containsKey(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the
DynaBean
contains a specified value for one (or more) of its properties. - containsKey(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsKey(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- containsKey(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return
true
if this map contains a mapping for the specified key. - containsValue(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicates whether the decorated
DynaBean
contains a specified value. - containsValue(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property whose current value is the given object.
- containsValue(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- containsValue(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return
true
if this map contains one or more keys mapping to the specified value. - contentType - Variable in class org.apache.commons.beanutils.DynaProperty
-
The (optional) type of content elements for indexed
DynaProperty
- ContextClassLoaderLocal<T> - Class in org.apache.commons.beanutils
-
An instance of this class represents a value that is provided per (thread) context classloader.
- ContextClassLoaderLocal() - Constructor for class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Construct a context classloader instance
- conversionException(Class<?>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Generates 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.beanutils
-
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully. - ConversionException(String) - Constructor for exception class org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message.
- ConversionException(String, Throwable) - Constructor for exception class org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message and root cause.
- ConversionException(Throwable) - Constructor for exception class org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified root cause.
- convert(Class<?>, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type.
- convert(Class<?>, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type.
- convert(Class<?>, int, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type using the specified conversion pattern.
- convert(Class<?>, int, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type using the specified conversion pattern.
- convert(Class<T>, Object) - Method in interface org.apache.commons.beanutils.Converter
-
Convert the specified input object into an output object of the specified type.
- convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the specified type.
- convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ConverterFacade
-
Convert the input object into an output object of the specified type by delegating to the underlying
Converter
implementation. - convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class<T>, Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class<T>, Object, String) - Method in interface org.apache.commons.beanutils.locale.LocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.Convert the specified input object into an output object of type array-of-boolean.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ByteArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.DoubleArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.FloatArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.LongArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.Convert the specified input object into an output object of the specified type.
- convert(Object) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value into a String.
- convert(Object) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value into a String.
- convert(Object) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Object) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String.
- convert(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String.
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.BeanUtilsBean2
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the value to an object of the specified class (if possible).
- convert(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String using the conversion pattern.
- convert(Object, String) - Method in class org.apache.commons.beanutils.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.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(Object, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(String[], Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert an array of specified values to an array of objects of the specified class (if possible).
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert an array of specified values to an array of objects of the specified class (if possible).
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(String[], Class<?>) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the specified class (if possible).
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the specified class (if possible) .
- convert(String[], Class<?>, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String[], Class<?>, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String[], Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String[], Class<?>, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the specified class (if possible) using the convertion pattern.
- convert(String, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(String, Class<?>) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String, Class<?>, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String, Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convert(String, Class<?>, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible) using the convertion pattern.
- convertArray(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return 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.beanutils.converters.ArrayConverter
-
Returns the value unchanged.
- converter - Variable in class org.apache.commons.beanutils.converters.ConverterFacade
- Converter - Interface in org.apache.commons.beanutils
-
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 - Class in org.apache.commons.beanutils.converters
- ConverterFacade(Converter) - Constructor for class org.apache.commons.beanutils.converters.ConverterFacade
-
Construct a converter which delegates to the specified
Converter
implementation. - converters - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
The set of
Converter
s that can be used to convert Strings into objects of a specified Class, keyed by the destination Class. - convertForCopy(Object, Class<?>) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Performs a type conversion of a property value before it is copied to a target bean.
- ConvertingWrapDynaBean - Class in org.apache.commons.beanutils
-
Implementation of
DynaBean
that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set. - ConvertingWrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Construct a new
DynaBean
associated with the specified JavaBean instance. - convertKey(String) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Converts the name of a property to the key type of this decorator.
- convertKey(String) - Method in class org.apache.commons.beanutils.DynaBeanMapDecorator
-
Deprecated.
- convertKey(String) - Method in class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
- convertLocalizedPattern(String, Locale) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Convert a pattern from a localized format to the default format.
- convertPattern(String, String, String) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Converts a Pattern from one character set to another.
- convertToCollection(Class<?>, Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Converts non-array values to a Collection prior to being converted either to an array or a String.
- convertToDefaultType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Performs a conversion to the default type.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert an input Date/Calendar object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert an input Number object into a String.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to an array of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.BooleanConverter
-
Convert the specified input object into an output object of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Convert the input object into a java.lang.Character.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Convert the input object into a java.lang.Class.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert the input object into a Date object of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.FileConverter
-
Convert the input object into a java.io.File.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert the input object into a Number object of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.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.beanutils.converters.URLConverter
-
Convert a java.net.URL or object into a String.
- convertType(Class<?>, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Converts the given value to the given type.
- ConvertUtils - Class in org.apache.commons.beanutils
-
Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.
- ConvertUtils() - Constructor for class org.apache.commons.beanutils.ConvertUtils
- convertUtilsBean - Variable in class org.apache.commons.beanutils.BeanUtilsBean
-
Used to perform conversions between object types when setting properties
- ConvertUtilsBean - Class in org.apache.commons.beanutils
-
Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.
- ConvertUtilsBean() - Constructor for class org.apache.commons.beanutils.ConvertUtilsBean
-
Construct a bean with standard converters registered
- ConvertUtilsBean2 - Class in org.apache.commons.beanutils
-
ConvertUtilsBean
implementation that delegatesconvert()
methods to the newConvertUtilsBean.convert(Object, Class)
method. - ConvertUtilsBean2() - Constructor for class org.apache.commons.beanutils.ConvertUtilsBean2
- copy(ResultSet) - Method in class org.apache.commons.beanutils.RowSetDynaClass
- copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Copy property values from the origin bean to the destination bean for all cases where the property names are the same.
- copyProperties(Object, Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Copy property values from the origin bean to the destination bean for all cases where the property names are the same.
- copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via
BeanInfo
classes). - copyProperties(Object, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Copy property values from the "origin" bean to the "destination" bean for all cases where the property names are the same (even though the actual getter and setter methods might have been customized via
BeanInfo
classes). - copyProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
- copyProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
- copyStrings(String[]) - Static method in class org.apache.commons.beanutils.converters.BooleanConverter
-
This method creates a copy of the provided array, and ensures that all the strings in the newly created array contain only lower-case letters.
- create(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Deprecated.This method will be modified to return a Map in the next release.
- create(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Deprecated.This method will be modified to return a Map in the next release.
- createCache() - Static method in class org.apache.commons.beanutils.BeanUtils
-
Create a cache.
- createDynaBean() - Method in class org.apache.commons.beanutils.RowSetDynaClass
-
Create and return a new
DynaBean
instance to be used for representing a row in the underlying result set. - createDynaBeanForMapProperty(Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Creates a new
LazyDynaMap
object for the given property value. - createDynaBeanProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'DynaBean' Property.
- createDynaClass(Class<?>) - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Create (if necessary) and return a new
WrapDynaClass
instance for the specified bean class. - createDynaClass(Class<?>, PropertyUtilsBean) - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Create (if necessary) and return a new
WrapDynaClass
instance for the specified bean class using the givenPropertyUtilsBean
instance for introspection. - createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Factory method to create a new DynaProperty for the given index into the result set metadata.
- createFluentPropertyDescritor(Method, String) - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Creates a property descriptor for a fluent API property.
- createIndexedProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of an 'Indexed' Property
- createMap() - Method in class org.apache.commons.beanutils.WeakFastHashMap
- createMap(int) - Method in class org.apache.commons.beanutils.WeakFastHashMap
- createMap(int, float) - Method in class org.apache.commons.beanutils.WeakFastHashMap
- createMap(Map<? extends K, ? extends V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap
- createMappedProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Mapped' Property
- createNumberProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a
java.lang.Number
Property. - createOtherProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of other Property types
- createPrimitiveProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Primitive' Property.
- createProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a Property
- createTypeTransformers() - Static method in class org.apache.commons.beanutils.BeanMap
- createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- current - Variable in class org.apache.commons.beanutils.ResultSetIterator
-
Flag indicating whether the result set is currently positioned at a row for which we have not yet returned an element in the iteration.
- currentClass - Variable in class org.apache.commons.beanutils.DefaultIntrospectionContext
-
The current class for introspection.
D
- 3. Dynamic Beans (DynaBeans) - Search tag in package org.apache.commons.beanutils
- Section
- 4.3 Defining Your Own Converters - Search tag in package org.apache.commons.beanutils
- Section
- 4. Data Type Conversions - Search tag in package org.apache.commons.beanutils
- Section
- DateConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to and from java.util.Date objects. - DateConverter() - Constructor for class org.apache.commons.beanutils.converters.DateConverter
-
Construct a java.util.Date Converter that throws a
ConversionException
if an error occurs. - DateConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DateConverter
-
Construct a java.util.Date Converter that returns a default value if an error occurs.
- DateLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.util.Date
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - DateLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateTimeConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from date/time objects. - DateTimeConverter() - Constructor for class org.apache.commons.beanutils.converters.DateTimeConverter
-
Construct a Date/Time Converter that throws a
ConversionException
if an error occurs. - DateTimeConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DateTimeConverter
-
Construct a Date/Time Converter that returns a default value if an error occurs.
- debug - Static variable in class org.apache.commons.beanutils.BeanUtils
-
Deprecated.BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- debug - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The
debug
static property is no longer used - DecimalLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Number
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - DecimalLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DEFAULT_CONFIG_MSG - Static variable in class org.apache.commons.beanutils.converters.AbstractConverter
-
Debug logging message to indicate default value configuration
- DEFAULT_CONVERTER - Static variable in class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.The converter that all instances of this class will use to do individual string->boolean conversions, unless overridden in the constructor.
- DEFAULT_PATTERN_CHARS - Static variable in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Default Pattern Characters
- DEFAULT_WRITE_METHOD_PREFIX - Static variable in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
The default prefix for write methods.
- DefaultBeanIntrospector - Class in org.apache.commons.beanutils
-
The default
BeanIntrospector
implementation. - DefaultBeanIntrospector() - Constructor for class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Private constructor so that no instances can be created.
- defaultBoolean - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Boolean.TYPE and Boolean.class instead
- defaultByte - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Byte.TYPE and Byte.class instead
- defaultCharacter - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Character.TYPE and Character.class instead
- defaultDouble - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Double.TYPE and Double.class instead
- defaultFloat - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Float.TYPE and Float.class instead
- defaultIndexedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Creates a new
ArrayList
for an 'indexed' property which doesn't exist. - defaultInteger - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Integer.TYPE and Integer.class instead
- DefaultIntrospectionContext - Class in org.apache.commons.beanutils
-
An implementation of the
IntrospectionContext
interface used byPropertyUtilsBean
when doing introspection of a bean class. - DefaultIntrospectionContext(Class<?>) - Constructor for class org.apache.commons.beanutils.DefaultIntrospectionContext
-
Creates a new instance of
DefaultIntrospectionContext
and sets the current class for introspection. - defaultLocale - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
The locale - default for convertion.
- defaultLong - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Long.TYPE and Long.class instead
- defaultMappedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Creates a new
HashMap
for a 'mapped' property which doesn't exist. - DefaultResolver - Class in org.apache.commons.beanutils.expression
-
Default Property Name Expression
Resolver
Implementation. - DefaultResolver() - Constructor for class org.apache.commons.beanutils.expression.DefaultResolver
-
Default Constructor.
- defaultShort - Static variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Short.TYPE and Short.class instead
- defaultSize - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- defaultTransformers - Static variable in class org.apache.commons.beanutils.BeanMap
-
Deprecated.Use
BeanMap.getTypeTransformer(Class)
method - defaultType - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- defaultValue - Variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.The default value specified to our Constructor, if any.
- defaultValue - Variable in class org.apache.commons.beanutils.converters.AbstractConverter
-
The default value specified to our Constructor, if any.
- defaultValue - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The default value specified to our Constructor, if any.
- definePropertyType(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Calculate the property type.
- definePropertyType(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Calculate the property type.
- DelegateFastHashMap(Map<Object, Object>) - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- delimiter - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- deregister() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Remove all registered
Converter
s, and re-establish the standard Converters. - deregister() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Remove all registered
Converter
s, and re-establish the standard Converters. - deregister() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
. - deregister() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
. - deregister(Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Remove any registered
Converter
for the specified destinationClass
. - deregister(Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Remove any registered
Converter
for the specified destinationClass
. - deregister(Class<?>, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
for the specified locale and Class. - deregister(Class<?>, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
for the specified locale and Class. - deregister(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
for the specified locale. - deregister(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
for the specified locale - describe(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - Method in class org.apache.commons.beanutils.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.beanutils.PropertyUtils
-
Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the entire set of properties for which the specified bean provides a read method.
- Descriptor(Object, String, String, String, int) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Construct a descriptor instance for the target bean and property.
- Descriptor(Object, String, String, String, int) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Construct a descriptor instance for the target bean and property.
- descriptors - Variable in class org.apache.commons.beanutils.BeanIntrospectionData
-
An array with property descriptors for the managed bean class.
- descriptors - Variable in class org.apache.commons.beanutils.DefaultIntrospectionContext
-
A map for storing the already added property descriptors.
- descriptors - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
The set of PropertyDescriptors for this bean class.
- descriptorsCache - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
-
The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the java.lang.Class of this object.
- descriptorsMap - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
The set of PropertyDescriptors for this bean class, keyed by the property name.
- displayPatterns - Variable in class org.apache.commons.beanutils.converters.DateTimeConverter
- DOUBLE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Double_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Double Zero
- DoubleArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - DoubleArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.DoubleArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - DoubleArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DoubleArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - DoubleConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Double objects. - DoubleConverter() - Constructor for class org.apache.commons.beanutils.converters.DoubleConverter
-
Construct a java.lang.Double Converter that throws a
ConversionException
if an error occurs. - DoubleConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.DoubleConverter
-
Construct a java.lang.Double Converter that returns a default value if an error occurs.
- DoubleLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Double
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - DoubleLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - dynaBean - Variable in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
- DynaBean - Interface in org.apache.commons.beanutils
-
A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.
- dynaBeanClass - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The
DynaBean
implementation class we will use for creating new instances. - DynaBeanMapDecorator - Class in org.apache.commons.beanutils
-
Deprecated.Use
DynaBeanPropertyMapDecorator
instead. When adding generics it turned out that it was not possible to use the correct type parameters without breaking backwards compatibility. Therefore, classDynaBeanPropertyMapDecorator
was introduced as a replacement. - DynaBeanMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils.DynaBeanMapDecorator
-
Deprecated.Constructs a read only Map for the specified
DynaBean
. - DynaBeanMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils.DynaBeanMapDecorator
-
Deprecated.Construct a Map for the specified
DynaBean
. - DynaBeanPropertyMapDecorator - Class in org.apache.commons.beanutils
-
Decorates a
DynaBean
to provideMap
behavior. - DynaBeanPropertyMapDecorator(DynaBean) - Constructor for class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
-
Constructs a read only Map for the specified
DynaBean
. - DynaBeanPropertyMapDecorator(DynaBean, boolean) - Constructor for class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
-
Construct a Map for the specified
DynaBean
. - dynaClass - Variable in class org.apache.commons.beanutils.BasicDynaBean
-
The
DynaClass
"base class" that this DynaBean is associated with. - dynaClass - Variable in class org.apache.commons.beanutils.LazyDynaBean
-
The
MutableDynaClass
"base class" that this DynaBean is associated with. - dynaClass - Variable in class org.apache.commons.beanutils.ResultSetIterator
-
The
ResultSetDynaClass
we are associated with. - dynaClass - Variable in class org.apache.commons.beanutils.WrapDynaBean
-
The
DynaClass
"base class" that this DynaBean is associated with. - DynaClass - Interface in org.apache.commons.beanutils
-
A DynaClass is a simulation of the functionality of
java.lang.Class
for classes implementing theDynaBean
interface. - dynaClasses - Static variable in class org.apache.commons.beanutils.WrapDynaClass
-
Deprecated.The dynaClasses Map will be removed in a subsequent release
- DynaProperty - Class in org.apache.commons.beanutils
-
The metadata describing an individual property of a DynaBean.
- DynaProperty(String) - Constructor for class org.apache.commons.beanutils.DynaProperty
-
Construct a property that accepts any data type.
- DynaProperty(String, Class<?>) - Constructor for class org.apache.commons.beanutils.DynaProperty
-
Construct a property of the specified data type.
- DynaProperty(String, Class<?>, Class<?>) - Constructor for class org.apache.commons.beanutils.DynaProperty
-
Construct an indexed or mapped
DynaProperty
that supports (pseudo)-introspection of the content type. - dynaPropertyType(DynaProperty, Object) - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Determines the type of a
DynaProperty
.
E
- 1.2 External Dependencies - Search tag in package org.apache.commons.beanutils
- Section
- elementConverter - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- elementDynaBeanType - Variable in class org.apache.commons.beanutils.LazyDynaList
-
The DynaBean type of the List's elements.
- elementDynaClass - Variable in class org.apache.commons.beanutils.LazyDynaList
-
The DynaClass of the List's elements.
- elementType - Variable in class org.apache.commons.beanutils.LazyDynaList
-
The type of the List's elements.
- EMPTY_CLASS_PARAMETERS - Static variable in class org.apache.commons.beanutils.ConstructorUtils
-
An empty class array
- EMPTY_CLASS_PARAMETERS - Static variable in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Constant for argument types of a method that expects no arguments.
- EMPTY_CLASS_PARAMETERS - Static variable in class org.apache.commons.beanutils.MethodUtils
-
An empty class array
- EMPTY_DESCRIPTORS - Static variable in class org.apache.commons.beanutils.DefaultIntrospectionContext
-
Constant for an empty array of property descriptors.
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.commons.beanutils.ConstructorUtils
-
An empty object array
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.commons.beanutils.MethodUtils
-
An empty object array
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.commons.beanutils.PropertyUtilsBean
-
An empty object array
- Entry(BeanMap, Object, Object) - Constructor for class org.apache.commons.beanutils.BeanMap.Entry
-
Constructs a new
Entry
. - entryIterator() - Method in class org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the entries.
- entrySet() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the Set of the property/value mappings in the decorated
DynaBean
. - entrySet() - Method in class org.apache.commons.beanutils.BeanMap
-
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- entrySet() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- entrySet() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return a collection view of the mappings contained in this map.
- EntrySet() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap.EntrySet
- eof - Variable in class org.apache.commons.beanutils.ResultSetIterator
-
Flag indicating whether the result set has indicated that there are no further rows.
- equals(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- equals(Object) - Method in class org.apache.commons.beanutils.BeanComparator
-
Two
BeanComparator
's are equals if and only if the wrapped comparators and the property names to be compared are equal. - equals(Object) - Method in class org.apache.commons.beanutils.DynaProperty
-
Checks this instance against the specified Object for equality.
- equals(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- equals(Object) - Method in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
-
Checks for equality.
- equals(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- equals(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Compare the specified object with this list for equality.
- equals(Object) - Method in class org.apache.commons.beanutils.WrapDynaClass.CacheKey
- evaluate(Object) - Method in class org.apache.commons.beanutils.BeanPredicate
-
Evaluates the given object by applying the
BeanPredicate.getPredicate()
to a property value named byBeanPredicate.getPropertyName()
. - evaluate(Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Evaulates the object provided against the criteria specified when this
BeanPropertyValueEqualsPredicate
was constructed. - evaluateValue(Object, Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Utility method which evaluates whether the actual property value equals the expected property value.
- exact - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- Example 1 - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- Example 2 - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- Example 3 - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- Example 4 - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- execute(Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Updates the target object provided using the property update criteria provided when this
BeanPropertyValueChangeClosure
was constructed. - expected - Variable in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
F
- 7. Frequently Asked Questions - Search tag in package org.apache.commons.beanutils
- Section
- falseStrings - Variable in class org.apache.commons.beanutils.converters.BooleanConverter
-
The set of strings that are known to map to Boolean.FALSE.
- fast - Variable in class org.apache.commons.beanutils.WeakFastHashMap
-
Are we currently operating in "fast" mode?
- fetchIntrospectionData(Class<?>) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Performs introspection on the specified class.
- FileConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from java.io.File objects. - FileConverter() - Constructor for class org.apache.commons.beanutils.converters.FileConverter
-
Construct a java.io.File Converter that throws a
ConversionException
if an error occurs. - FileConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.FileConverter
-
Construct a java.io.File Converter that returns a default value if an error occurs.
- findMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Introspect our bean class to identify the corresponding getter and setter methods.
- firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Called during a successful
BeanMap.put(Object,Object)
operation. - FLOAT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Float_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Float Zero
- FloatArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - FloatArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.FloatArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - FloatArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.FloatArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - FloatConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Float objects. - FloatConverter() - Constructor for class org.apache.commons.beanutils.converters.FloatConverter
-
Construct a java.lang.Float Converter that throws a
ConversionException
if an error occurs. - FloatConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.FloatConverter
-
Construct a java.lang.Float Converter that returns a default value if an error occurs.
- FloatLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.math.BigDecimal
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - FloatLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FluentPropertyBeanIntrospector - Class in org.apache.commons.beanutils
-
An implementation of the
BeanIntrospector
interface which can detect write methods for properties used in fluent API scenario. - FluentPropertyBeanIntrospector() - Constructor for class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Creates a new instance of
FluentPropertyBeanIntrospector
and sets the default prefix for write methods. - FluentPropertyBeanIntrospector(String) - Constructor for class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Creates a new instance of
FluentPropertyBeanIntrospector
and initializes it with the prefix for write methods used by the classes to be inspected.
G
- get() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Gets the instance which provides the functionality for
BeanUtils
. - get() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- get(int) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Return the element at the specified position.
- get(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Return the value for the specified key from the decorated
DynaBean
. - get(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the value of the bean's property with the given name.
- get(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- get(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return the value to which this map maps the specified key.
- get(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of a simple property with the specified name.
- get(String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of a simple property with the specified name.
- get(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a simple property with the specified name.
- get(String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of a simple property with the specified name.
- get(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of an indexed property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of a mapped property with the specified name, or
null
if there is no value for the specified key. - get(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of a mapped property with the specified name, or
null
if there is no value for the specified key. - get(String, String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a mapped property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of a mapped property with the specified name, or
null
if there is no value for the specified key. - get(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of a mapped property with the specified name, or
null
if there is no value for the specified key. - get(Map<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- get(Map<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.EntrySet
- get(Map<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.KeySet
- get(Map<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.Values
- getAccessibleConstructor(Class<T>, Class<?>) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor with single argument.
- getAccessibleConstructor(Class<T>, Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor<T>) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessibleMethod(Class<?>, Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
- getAccessibleMethod(Class<?>, String, Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) with given name and a single parameter.
- getAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) with given name and parameters.
- getAccessibleMethod(Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
- getAccessibleMethodFromInterfaceNest(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified method, by scanning through all implemented interfaces and subinterfaces.
- getAccessibleMethodFromSuperclass(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) by scanning through the superclasses.
- getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets whether the pattern is localized or not.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.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.beanutils.locale.LocaleConvertUtils
-
Gets applyLocalized.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for applyLocalized
- getArrayProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified array property of the specified bean, as a String array.
- getArrayProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified array property of the specified bean, as a String array.
- getBean() - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the bean currently being operated on.
- getBeanClass() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return the class of the underlying wrapped bean.
- getCachedMethod(MethodUtils.MethodDescriptor) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return the method from the cache, if present.
- getCacheFast(Map<?, ?>) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return whether a Map is fast
- getCause() - Method in exception class org.apache.commons.beanutils.ConversionException
-
Return the root cause of this conversion exception.
- getClassesCache() - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Returns the cache for the already created class instances.
- getColumnName(String) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Get the table column name for the specified property name.
- getComparator() - Method in class org.apache.commons.beanutils.BeanComparator
-
Gets the Comparator being used to compare beans.
- getContentType() - Method in class org.apache.commons.beanutils.DynaProperty
-
Gets the (optional) type of the indexed content for
DynaProperty
's that support this feature. - getConvertUtils() - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the
ConvertUtilsBean
instance used to perform the conversions. - getDebug() - Static method in class org.apache.commons.beanutils.BeanUtils
-
Deprecated.BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- getDebug() - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The
debug
static property is no longer used - getDecimalFormat(Locale, String) - Method in class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Make an instance of DecimalFormat.
- getDefault(Class<?>) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default value for conversions to the specified type.
- getDefault(Class<?>) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default value for conversions to the specified type.
- getDefaultAs(Class<T>) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Returns the default object specified for this converter cast for the given target type.
- getDefaultBoolean() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Boolean.TYPE and Boolean.class instead
- getDefaultBoolean() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Boolean.TYPE and Boolean.class instead
- getDefaultByte() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Byte.TYPE and Byte.class instead
- getDefaultByte() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Byte.TYPE and Byte.class instead
- getDefaultCharacter() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Character.TYPE and Character.class instead
- getDefaultCharacter() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Character.TYPE and Character.class instead
- getDefaultDouble() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Double.TYPE and Double.class instead
- getDefaultDouble() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Double.TYPE and Double.class instead
- getDefaultFloat() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Float.TYPE and Float.class instead
- getDefaultFloat() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Float.TYPE and Float.class instead
- getDefaultInteger() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Integer.TYPE and Integer.class instead
- getDefaultInteger() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Integer.TYPE and Integer.class instead
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets the locale used when no locale is passed.
- getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the default Locale
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Gets the
Locale
which will be used when noLocale
is passed to a method. - getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for defaultLocale.
- getDefaultLong() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Long.TYPE and Long.class instead
- getDefaultLong() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Long.TYPE and Long.class instead
- getDefaultShort() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Short.TYPE and Short.class instead
- getDefaultShort() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Short.TYPE and Short.class instead
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.BigDecimalConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.BigIntegerConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.BooleanConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.ByteConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.CalendarConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.DateConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.DoubleConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.FileConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.FloatConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.IntegerConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.LongConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.ShortConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlDateConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.StringConverter
-
Return the default type this
Converter
handles. - getDefaultType() - Method in class org.apache.commons.beanutils.converters.URLConverter
-
Return the default type this
Converter
handles. - getDescriptor(String) - Method in class org.apache.commons.beanutils.BeanIntrospectionData
-
Returns the
PropertyDescriptor
for the property with the specified name. - getDescriptors() - Method in class org.apache.commons.beanutils.BeanIntrospectionData
-
Returns the array with property descriptors.
- getDynaBean() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Provide access to the underlying
DynaBean
this Map decorates. - getDynaBeanClass() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return the Class object we will use to create new instances in the
newInstance()
method. - getDynaClass() - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - Method in class org.apache.commons.beanutils.LazyDynaList
-
Return the DynaClass.
- getDynaClass() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClassesMap() - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Get the wrap dyna classes cache.
- getDynaProperties() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Convenience method to retrieve the
DynaProperty
s for thisDynaClass
. - getDynaProperties() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - Method in interface org.apache.commons.beanutils.DynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - Method in interface org.apache.commons.beanutils.DynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getFast() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- getFast() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Returns true if this map is operating in fast mode.
- getFormat() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return a NumberFormat to use for Conversion.
- getFormat(String) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Create a date format for the specified pattern.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return a
DateFormat
for the Locale.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return a
DateFormat
for the Locale.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return a
DateFormat
for the Locale.
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Return indexed property index.
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Return indexed property index.
- getIndex(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the index value from the property expression or -1.
- getIndex(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Extract the index value from the property expression or -1.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified indexed property of the specified bean, with no type conversions.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified indexed property of the specified bean, with no type conversions.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensetive indexed property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.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.beanutils.PropertyUtilsBean
-
Return 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.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensetive 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.beanutils.locale.LocaleBeanUtilsBean
-
Return 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.beanutils.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.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
- getInitCauseMethod() - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Returns a
Method
allowing access to
Throwable.initCause(Throwable)
method ofThrowable
, ornull
if the method does not exist. - getInstance() - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the instance which provides the functionality for
BeanUtils
. - getInstance() - Static method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Get singleton instance
- getInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Gets singleton instance.
- getInstance() - Static method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the PropertyUtils bean instance.
- getInstance() - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Gets the bean instance wrapped by this DynaBean.
- getIntrospectionData(Class<?>) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Obtains the
BeanIntrospectionData
object describing the specified bean class. - getKey() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Return the mapped property key.
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Return the mapped property key.
- getKey(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the map key from the property expression or
null
. - getKey(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Extract the map key from the property expression or
null
. - getLocale() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Locale for the Converter (or
null
if none specified). - getLocale() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return the Locale for the Converter (or
null
if none specified). - getLocaleBeanUtilsInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets singleton instance
- getLocaleConvertUtils() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the bean instance used for conversions
- getMap() - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return the underlying Map backing this
DynaBean
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified mapped property of the specified bean, with no type conversions.
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified mapped property of the specified bean, with no type conversions.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified mapped property of the specified bean, as a String.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified mapped property of the specified bean, as a String.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String The key is specified as a method parameter and must *not* be included in the property name expression.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
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) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified mapped property of the specified bean, with no type conversions.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return 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.beanutils.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.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified mapped locale-sensitive property of the specified bean, as a String using the specified conversion pattern.
- getMappedPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.This method should not be exposed
- getMappedPropertyDescriptors(Class<?>) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Deprecated.This method should not be exposed
- getMappedPropertyDescriptors(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.This method should not be exposed
- getMappedPropertyDescriptors(Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Deprecated.This method should not be exposed
- getMappedPropertyLocale(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
- getMappedPropertyLocale(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive mapped property of the specified bean, as a String using the specified pattern.
- getMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the Class object for the property values.
- getMappedReadMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to read one of the property value.
- getMappedWriteMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to write one of the property value.
- getMatchingAccessibleConstructor(Class<T>, Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Find an accessible constructor with compatible parameters.
- getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMethod(Class<?>, String, int) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Find a method on a class with a specified number of parameters.
- getMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Find a method on a class with a specified parameter list.
- getName() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Classinvalid input: '<'/code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - Method in interface org.apache.commons.beanutils.DynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Classinvalid input: '<'/code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - Method in class org.apache.commons.beanutils.DynaProperty
-
Get the name of this property.
- getName() - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Classinvalid input: '<'/code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class
) - getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Return property name (includes indexed/mapped expr).
- getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Return property name (includes indexed/mapped expr).
- getName() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Classinvalid input: '<'/code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.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.beanutils.BeanUtilsBean
-
Return the value of the (possibly nested) property of the specified name, for the specified bean, as a String.
- getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the (possibly nested) locale-sensitive property of the specified name.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return 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.beanutils.locale.LocaleBeanUtils
-
Return the value of the (possibly nested) locale-sensitive property of the specified name, for the specified bean, as a String using the specified pattern.
- getNestedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
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.
- getObject(ResultSet, String) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Get a column value from a
ResultSet
for the specified name. - getObjectFromResultSet(String) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
-
Get a value from the
ResultSet
for the specified property name. - getObjectTransformationCost(Class<?>, Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Gets the number of steps required needed to turn the source class into the destination class.
- getPattern() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return the number format pattern used to convert Numbers to/from a
java.lang.String
(ornull
if none specified). - getPatterns() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the date format patterns used to convert dates to/from a
java.lang.String
(ornull
if none specified). - getPredicate() - Method in class org.apache.commons.beanutils.BeanPredicate
-
Gets the
Predicate
to be applied to the value of the named property duringBeanPredicate.evaluate(java.lang.Object)
. - getPrimitiveType(Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Gets the class for the primitive type corresponding to the primitive wrapper class given.
- getPrimitiveWrapper(Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Gets the wrapper object class for the given primitive type class.
- getProperty() - Method in class org.apache.commons.beanutils.BeanComparator
-
Gets the property attribute of the BeanComparator
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.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.beanutils.BeanUtilsBean
-
Return the value of the specified property of the specified bean, no matter which property reference format is used, as a String.
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive property of the specified bean.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the default conversion pattern of the corresponding
LocaleConverter
. - getProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
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, String) - Static method in class org.apache.commons.beanutils.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.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive property of the specified bean, no matter which property reference format is used, as a String using the specified conversion pattern.
- getProperty(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the property name from the property expression.
- getProperty(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Return the property name from the property expression.
- getPropertyDescriptor(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Retrieve the property descriptor for the specified property of the specified bean, or return
null
if there is no such descriptor. - getPropertyDescriptor(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Retrieve the property descriptor for the specified property of the specified bean, or return
null
if there is no such descriptor. - getPropertyDescriptor(String) - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- getPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils.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.beanutils.WrapDynaClass
-
Return the PropertyDescriptor for the specified property name, if any; otherwise return
null
. - getPropertyDescriptors() - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
-
Returns an array with all descriptors added to this context.
- getPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Retrieve the property descriptors for the specified class, introspecting and caching them the first time a particular bean class is encountered.
- getPropertyDescriptors(Class<?>) - Method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.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.beanutils.PropertyUtils
-
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
- getPropertyEditorClass(Object, String) - Method in class org.apache.commons.beanutils.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.beanutils.BeanPredicate
-
Gets the name of the property whose value is to be predicated.
- getPropertyName() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the name of the property which will be updated when this
Closure
executes. - getPropertyName() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the name of the property which will be evaluated when this
Predicate
is executed. - getPropertyName() - Method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.PropertyUtils
-
Return the Java Class representing the property type of the specified property, or
null
if there is no such property for the specified bean. - getPropertyType(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the Java Class representing the property type of the specified property, or
null
if there is no such property for the specified bean. - getPropertyUtils() - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the
PropertyUtilsBean
instance used to access properties. - getPropertyUtils() - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Returns the
PropertyUtilsBean
instance to be used for accessing properties. - getPropertyUtilsBean() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Returns the
PropertyUtilsBean
instance associated with this class. - getPropertyValue() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the value that the property specified by
propertyName
will be updated to when thisClosure
executes. - getPropertyValue() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the value that the property specified by
propertyName
will be compared to when thisPredicate
executes. - getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Return the property name.
- getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Return the property name.
- getReadMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property getter method for this property, if there is one; otherwise return
null
. - getReadMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property getter method for this property, if there is one; otherwise return
null
. - getReadMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property getter method for this property, if there is one; otherwise return
null
. - getReadMethod(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getReadMethod(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getResolver() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the configured
Resolver
implementation used by BeanUtils. - getResultSet() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
-
Return the result set we are wrapping.
- getRows() - Method in class org.apache.commons.beanutils.RowSetDynaClass
-
Return a
List
containing theDynaBean
s that represent the contents of eachRow
from theResultSet
that was the basis of thisRowSetDynaClass
instance. - getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified simple property of the specified bean, converted to a String.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified simple property of the specified bean, converted to a String.
- getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding
LocaleConverter
. - getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified simple locale-sensitive property of the specified bean, converted to a String using the default conversion pattern of the corresponding
LocaleConverter
. - getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified simple property of the specified bean, with no type conversions.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return 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.beanutils.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.beanutils.locale.LocaleBeanUtilsBean
-
Return 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.beanutils.SuppressPropertiesBeanIntrospector
-
Returns a (unmodifiable) set with the names of the properties which are suppressed by this
BeanIntrospector
. - getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Return the target bean.
- getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Return the target bean.
- getTargetClass() - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- getTargetClass() - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Returns the class that is subject of introspection.
- getTimeZone() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Time Zone to use when converting dates (or
null
if none specified. - getTotalTransformationCost(Class<?>[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Returns the sum of the object transformation cost for each class in the source argument list.
- getType() - Method in class org.apache.commons.beanutils.DynaProperty
-
Gets the Java class representing the data type of the underlying property values.
- getType(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the type of the property with the given name.
- getTypeTransformer(Class<?>) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns a transformer for the given primitive type.
- getValue() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- getWriteMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils.BeanIntrospectionData
-
Returns the write method for the property determined by the given
PropertyDescriptor
. - getWriteMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethod(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethodPrefix() - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Returns the prefix for write methods this instance scans for.
- globalValue - Variable in class org.apache.commons.beanutils.ContextClassLoaderLocal
- globalValueInitialized - Variable in class org.apache.commons.beanutils.ContextClassLoaderLocal
- growIndexedProperty(String, Object, int) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Grow the size of an indexed property
- growList(int) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Automatically grown the List to the appropriate size, populating with DynaBeans.
H
- handleError(Class<T>, Object, Throwable) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Handle Conversion Errors.
- handleIndexedPropertyDescriptors(Class<?>, PropertyDescriptor[]) - Method in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
This method fixes an issue where IndexedPropertyDescriptor behaves differently in different versions of the JDK for 'indexed' properties which use java.util.List (rather than an array).
- handleMissing(Class<T>) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Handle missing values.
- hashCode - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- hashCode() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- hashCode() - Method in class org.apache.commons.beanutils.BeanComparator
-
Hashcode compatible with equals.
- hashCode() - Method in class org.apache.commons.beanutils.DynaProperty
- hashCode() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- hashCode() - Method in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
-
Returns the string length of method name.
- hashCode() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- hashCode() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return the hash code value for this map.
- hashCode() - Method in class org.apache.commons.beanutils.WrapDynaClass.CacheKey
- hasNested(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Indicates whether or not the expression contains nested property expressions or not.
- hasNested(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Indicates whether or not the expression contains nested property expressions or not.
- hasNext() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return
true
if the iteration has more elements. - hasNext() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- hasProperty(String) - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- hasProperty(String) - Method in interface org.apache.commons.beanutils.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.beanutils
- Section
I
- ignoreNull - Variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - ignoreNull - Variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Should
null
objects in the property path be ignored? - ignoreNull - Variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Should null objects on the property path throw an
IllegalArgumentException
? - index - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
- index - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
- INDEXED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - INDEXED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - INDEXED_END - Static variable in class org.apache.commons.beanutils.expression.DefaultResolver
- INDEXED_START - Static variable in class org.apache.commons.beanutils.expression.DefaultResolver
- INIT_CAUSE_METHOD - Static variable in class org.apache.commons.beanutils.BeanUtilsBean
-
A reference to Throwable's initCause method, or null if it's not there in this JVM
- initCause(Throwable, Throwable) - Static method in class org.apache.commons.beanutils.BeanUtils
-
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initCause(Throwable, Throwable) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initDefaultChars() - Static method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
This method is called at class initialization time to define the value for constant member DEFAULT_PATTERN_CHARS.
- initialise() - Method in class org.apache.commons.beanutils.BeanMap
- initialValue() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Returns the initial value for this ContextClassLoaderLocal variable.
- instance - Variable in class org.apache.commons.beanutils.WrapDynaBean
-
The JavaBean instance wrapped by this WrapDynaBean.
- INSTANCE - Static variable in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
The singleton instance of this class.
- INT_MODEL - Static variable in class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.Model object for int arrays.
- INT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Integer_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Integer Zero
- IntegerArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - IntegerArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - IntegerArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - IntegerConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Integer objects. - IntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that throws a
ConversionException
if an error occurs. - IntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that returns a default value if an error occurs.
- IntegerLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Integer
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - IntegerLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - internalCompare(Object, Object) - Method in class org.apache.commons.beanutils.BeanComparator
-
Compares the given values using the internal
Comparator
. - internalGetMethod(Class<?>, String, int) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Find a method on a class with a specified number of parameters.
- introspect() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Introspect our bean class to identify the supported properties.
- introspect(ResultSet) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Introspect the metadata associated with our result set, and populate the
properties
andpropertiesMap
instance variables. - introspect(IntrospectionContext) - Method in interface org.apache.commons.beanutils.BeanIntrospector
-
Performs introspection on a Java class.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Performs introspection of a specific Java class.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Performs introspection.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Performs introspection on a Java class.
- IntrospectionContext - Interface in org.apache.commons.beanutils
-
A context interface used during introspection for querying and setting property descriptors.
- introspectors - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
-
The list with BeanIntrospector objects.
- invokeConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of
klazz
using a single argument constructor. - invokeConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of
klazz
using a single argument constructor. - invokeExactConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeExactConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter type matches exactly the object type.
- invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the object types.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter types given.
- invokeExactStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object type.
- invokeExactStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Method, Object, Object[]) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
This just catches and wraps IllegalArgumentException.
- invokeSetter(Object, String, String, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Invoke the setter method.
- invokeSetter(Object, String, String, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Invoke the setter method.
- invokeStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils.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.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- isAllowDecimals() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return whether decimals are allowed in the number.
- isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignmentCompatible(Class<?>, Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Determine whether a type can be used as a parameter in a method invocation.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Indicates if there is a property with the specified name.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Indicate whether a property actually exists.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Indicate whether a property actually exists.
- isEmpty() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the decorated
DynaBean
has any properties. - isEmpty() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- isEmpty() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- isEmpty() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return
true
if this map contains no mappings. - isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the flag that determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the flag which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the flag which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIndexed() - Method in class org.apache.commons.beanutils.DynaProperty
-
Does this property represent an indexed value (ie an array or List)?
- isIndexed(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for an indexed property or not.
- isIndexed(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for an indexed property or not.
- isLenient - Variable in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Should the date conversion be lenient?
- isLenient() - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Returns whether date formatting is lenient.
- isMapped() - Method in class org.apache.commons.beanutils.DynaProperty
-
Does this property represent a mapped value (ie a Map)?
- isMapped(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for a mapped property or not.
- isMapped(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for a mapped property or not.
- isReadable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return
true
if the specified property name identifies a readable property on the specified bean; otherwise, returnfalse
. - isReadable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return
true
if the specified property name identifies a readable property on the specified bean; otherwise, returnfalse
. - isReadOnly() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the Map is read only.
- isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Is this DynaClass currently restricted.
- isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Is this DynaClass currently restricted.
- isRestricted() - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Is this DynaClass currently restricted, if so, no changes to the existing registration of property names, data types, readability, or writeability are allowed.
- isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Should this DynaClass return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Should this DynaClass return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - isUseDefault() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Indicates 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.beanutils.PropertyUtils
-
Return
true
if the specified property name identifies a writeable property on the specified bean; otherwise, returnfalse
. - isWriteable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return
true
if the specified property name identifies a writeable property on the specified bean; otherwise, returnfalse
. - iterator - Variable in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- iterator() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
- iterator() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- iteratorNext(Map.Entry<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- iteratorNext(Map.Entry<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.EntrySet
- iteratorNext(Map.Entry<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.KeySet
- iteratorNext(Map.Entry<K, V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.Values
J
- JDBCDynaClass - Class in org.apache.commons.beanutils
-
Provides common logic for JDBC implementations of
DynaClass
. - JDBCDynaClass() - Constructor for class org.apache.commons.beanutils.JDBCDynaClass
K
- key - Variable in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- key - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
- key - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
- keyIterator() - Method in class org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the keys.
- keySet - Variable in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
- keySet() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the Set of the property names in the decorated
DynaBean
. - keySet() - Method in class org.apache.commons.beanutils.BeanMap
-
Get the keys for this BeanMap.
- keySet() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- keySet() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return a set view of the keys contained in this map.
- KeySet() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap.KeySet
- Known Limitations - Search tag in class org.apache.commons.beanutils.ConstructorUtils
- Section
- Known Limitations - Search tag in class org.apache.commons.beanutils.MethodUtils
- Section
L
- 3.6 Lazy DynaBeans - Search tag in package org.apache.commons.beanutils
- Section
- 4.4 Locale Aware Conversions - Search tag in package org.apache.commons.beanutils
- Section
- lastReturned - Variable in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- LazyDynaBean - Class in org.apache.commons.beanutils
-
DynaBean which automatically adds properties to the
DynaClass
and provides Lazy List and Lazy Map features. - LazyDynaBean() - Constructor for class org.apache.commons.beanutils.LazyDynaBean
-
Construct a new
LazyDynaBean
with aLazyDynaClass
instance. - LazyDynaBean(String) - Constructor for class org.apache.commons.beanutils.LazyDynaBean
-
Construct a new
LazyDynaBean
with aLazyDynaClass
instance. - LazyDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils.LazyDynaBean
-
Construct a new
DynaBean
associated with the specifiedDynaClass
instance - if its not aMutableDynaClass
then a newLazyDynaClass
is created and the properties copied. - Lazy DynaBean List. - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- LazyDynaClass - Class in org.apache.commons.beanutils
-
DynaClass which implements the
MutableDynaClass
interface. - LazyDynaClass() - Constructor for class org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with default parameters.
- LazyDynaClass(String) - Constructor for class org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name.
- LazyDynaClass(String, Class<?>) - Constructor for class org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name and DynaBean class.
- LazyDynaClass(String, Class<?>, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name, DynaBean class and properties.
- LazyDynaClass(String, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name and properties.
- LazyDynaList - Class in org.apache.commons.beanutils
-
Lazy DynaBean List.
- LazyDynaList() - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Default Constructor.
- LazyDynaList(int) - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with the specified capacity.
- LazyDynaList(Class<?>) - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with a specified type for its elements.
- LazyDynaList(Object[]) - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList populated with the elements of an Array.
- LazyDynaList(Collection<?>) - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList populated with the elements of a Collection.
- LazyDynaList(DynaClass) - Constructor for class org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with a specified DynaClass for its elements.
- LazyDynaMap - Class in org.apache.commons.beanutils
-
Provides a light weight
DynaBean
facade to aMap
with lazy map/list processing. - LazyDynaMap() - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Default Constructor.
- LazyDynaMap(String) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name. - LazyDynaMap(String, Map<String, Object>) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name andMap
. - LazyDynaMap(String, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name and properties. - LazyDynaMap(Map<String, Object>) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specifiedMap
. - LazyDynaMap(DynaClass) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
based on an exisiting DynaClass - LazyDynaMap(DynaProperty[]) - Constructor for class org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified properties. - limit - Variable in class org.apache.commons.beanutils.RowSetDynaClass
-
Limits the size of the returned list.
- Limitations - Search tag in class org.apache.commons.beanutils.DynaBeanMapDecorator
- Section
- Limitations - Search tag in class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
- Section
- LIST_CLASS_PARAMETER - Static variable in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Constant for arguments types of a method that expects a list argument.
- loadClass(String) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Loads and returns the
Class
of the given name. - loadClass(String) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
-
Loads the class of the given name which by default uses the class loader used to load this library.
- locale - Variable in class org.apache.commons.beanutils.converters.DateTimeConverter
- locale - Variable in class org.apache.commons.beanutils.converters.NumberConverter
- locale - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The locale specified to our Constructor, by default - system locale.
- LOCALE_BEANS_BY_CLASSLOADER - Static variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Contains
LocaleBeanUtilsBean
instances indexed by context classloader. - LocaleBeanUtils - Class in org.apache.commons.beanutils.locale
-
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtils
- LocaleBeanUtils.Descriptor - Class in org.apache.commons.beanutils.locale
-
Deprecated.moved into
LocaleBeanUtils
- LocaleBeanUtilsBean - Class in org.apache.commons.beanutils.locale
-
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtilsBean() - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance with standard conversion bean
- LocaleBeanUtilsBean(LocaleConvertUtilsBean) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance that uses given locale conversion
- LocaleBeanUtilsBean(LocaleConvertUtilsBean, ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance that uses given locale conversion
- LocaleBeanUtilsBean.Descriptor - Class in org.apache.commons.beanutils.locale
-
Deprecated.Property name expressions are now processed by the configured
Resolver
implementation and this class is no longer used by BeanUtils. - LocaleConverter - Interface in org.apache.commons.beanutils.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.
- localeConvertUtils - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convertor used by this class
- LocaleConvertUtils - Class in org.apache.commons.beanutils.locale
-
Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and object to locale-sensitive String scalar value.
- LocaleConvertUtils() - Constructor for class org.apache.commons.beanutils.locale.LocaleConvertUtils
- LocaleConvertUtilsBean - Class in org.apache.commons.beanutils.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.beanutils.locale.LocaleConvertUtilsBean
-
Makes the state by default (deregisters all converters for all locales) and then registers default locale converters.
- LocaleConvertUtilsBean.DelegateFastHashMap - Class in org.apache.commons.beanutils.locale
-
FastHashMap implementation that uses WeakReferences to overcome memory leak problems.
- locPattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The flag indicating whether the given pattern string is localized or not.
- log - Variable in class org.apache.commons.beanutils.BeanPredicate
- log - Variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
For logging.
- log - Variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
For logging.
- log - Variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
For logging.
- log - Variable in class org.apache.commons.beanutils.BeanUtilsBean
-
Logging for this instance
- log - Variable in class org.apache.commons.beanutils.converters.AbstractConverter
-
Logging for this instance.
- log - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
-
The
Log
instance for this class. - log - Variable in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Log instance
- log - Variable in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
The logger.
- log - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
All logging goes through this logger
- log - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
The
Log
instance for this class. - log - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
-
Log instance
- log() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Accessor method for Log instance.
- logFormat(String, DateFormat) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Log the
DateFormat
creation.
- loggedAccessibleWarning - Static variable in class org.apache.commons.beanutils.MethodUtils
-
Only log warning about accessibility work around once.
- logger - Variable in class org.apache.commons.beanutils.LazyDynaBean
-
Commons Logging
- logger() - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Returns the
Log
. - logInfo(Exception) - Method in class org.apache.commons.beanutils.BeanMap
-
Logs the given exception to
System.out
. - logWarn(Exception) - Method in class org.apache.commons.beanutils.BeanMap
-
Logs the given exception to
System.err
. - LONG_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Long_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Long Zero
- LongArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - LongArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.LongArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - LongArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.LongArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - LongConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Long objects. - LongConverter() - Constructor for class org.apache.commons.beanutils.converters.LongConverter
-
Construct a java.lang.Long Converter that throws a
ConversionException
if an error occurs. - LongConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.LongConverter
-
Construct a java.lang.Long Converter that returns a default value if an error occurs.
- LongLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Long
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - LongLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - lookup(Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Look up and return any registered
Converter
for the specified destination class; if there is no registered Converter, returnnull
. - lookup(Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Look up and return any registered
Converter
for the specified destination class; if there is no registered Converter, returnnull
. - lookup(Class<?>, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Look up and return any registered
Converter
for the specified source and destination class; if there is no registered Converter, returnnull
. - lookup(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Look up and return any registered
Converter
for the specified source and destination class; if there is no registered Converter, returnnull
. - lookup(Class<?>, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Look up and return any registered
LocaleConverter
for the specified destination class and locale; if there is no registered Converter, returnnull
. - lookup(Class<?>, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Look up and return any registered
LocaleConverter
for the specified destination class and locale; if there is no registered Converter, returnnull
. - lookup(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Deprecated.This method will be modified to return a Map in the next release.
- lookup(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Deprecated.This method will be modified to return a Map in the next release.
- lowerCase - Variable in class org.apache.commons.beanutils.JDBCDynaClass
-
Flag defining whether column names should be lower cased when converted to property names.
M
- map - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- map - Variable in class org.apache.commons.beanutils.WeakFastHashMap
-
The underlying map we are managing.
- mapConverters - Variable in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Every entry of the mapConverters is: key = locale value = FastHashMap of converters for the certain locale.
- mapDecorator - Variable in class org.apache.commons.beanutils.BasicDynaBean
-
Map decorator for this DynaBean
- mapDecorator - Variable in class org.apache.commons.beanutils.LazyDynaBean
-
Map decorator for this DynaBean
- MapEntry(K, Object) - Constructor for class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- MAPPED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - MAPPED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - MAPPED_END - Static variable in class org.apache.commons.beanutils.expression.DefaultResolver
- MAPPED_START - Static variable in class org.apache.commons.beanutils.expression.DefaultResolver
- mappedDescriptorsCache - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
- MappedMethodReference(Method) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- MappedPropertyDescriptor - Class in org.apache.commons.beanutils
-
A MappedPropertyDescriptor describes one mapped property.
- MappedPropertyDescriptor(String, Class<?>) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Constructs a MappedPropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods, with the addition of a String parameter (the key).
- MappedPropertyDescriptor(String, Class<?>, String, String) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
-
This constructor takes the name of a mapped property, and method names for reading and writing the property.
- MappedPropertyDescriptor(String, Method, Method) - Constructor for class org.apache.commons.beanutils.MappedPropertyDescriptor
-
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
- MappedPropertyDescriptor.MappedMethodReference - Class in org.apache.commons.beanutils
-
Holds a
Method
in aSoftReference
so that it it doesn't prevent any ClassLoader being garbage collected, but tries to re-create the method if the method reference has been released. - mappedPropertyTypeRef - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
The underlying data type of the property we are describing.
- mappedReadMethodRef - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
The reader method for this property (if any).
- mappedWriteMethodRef - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
The writer method for this property (if any).
- MethodDescriptor(Class<?>, String, Class<?>[], boolean) - Constructor for class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
-
The sole constructor.
- methodName - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- methodName - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- methodRef - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- MethodUtils - Class in org.apache.commons.beanutils
-
Utility reflection methods focused on methods in general rather than properties in particular.
- MethodUtils() - Constructor for class org.apache.commons.beanutils.MethodUtils
- MethodUtils.MethodDescriptor - Class in org.apache.commons.beanutils
-
Represents the key to looking up a Method by reflection.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.Type which this class converts its input to.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.ByteArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.DoubleArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.FloatArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.LongArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.Model object for type comparisons.
- MODEL - Static variable in class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.Model object for type comparisons.
- Multi Dimensional Arrays - Search tag in class org.apache.commons.beanutils.converters.ArrayConverter
- Section
- MutableDynaClass - Interface in org.apache.commons.beanutils
-
A specialized extension to
DynaClass
that allows properties to be added or removed dynamically.
N
- 2.3 Nested Property Access - Search tag in package org.apache.commons.beanutils
- Section
- name - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The "name" of this DynaBean class.
- name - Variable in class org.apache.commons.beanutils.DynaProperty
-
Property name
- name - Variable in class org.apache.commons.beanutils.LazyDynaMap
-
The name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class
). - name - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
- name - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
- NESTED - Static variable in class org.apache.commons.beanutils.expression.DefaultResolver
- NESTED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - NestedNullException - Exception Class in org.apache.commons.beanutils
-
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.beanutils.NestedNullException
-
Constructs a
NestedNullException
without a detail message. - NestedNullException(String) - Constructor for exception class org.apache.commons.beanutils.NestedNullException
-
Constructs a
NestedNullException
without a detail message. - newInstance() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - Method in interface org.apache.commons.beanutils.DynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - Method in class org.apache.commons.beanutils.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.beanutils.LazyDynaBean
-
Creates a new instance of the
Map
. - next() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the next element in the iteration.
- next() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- next(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Extract the next property expression from the current expression.
- next(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Extract the next property expression from the current expression.
- NO_DEFAULT - Static variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.This is a special reference that can be passed as the "default object" to the constructor to indicate that no default is desired.
- NO_DEFAULT - Static variable in class org.apache.commons.beanutils.converters.BooleanConverter
-
Deprecated.Use constructors without default value.
- NULL_ARGUMENTS - Static variable in class org.apache.commons.beanutils.BeanMap
-
An empty array.
- NumberConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from java.lang.Number objects. - NumberConverter(boolean) - Constructor for class org.apache.commons.beanutils.converters.NumberConverter
-
Construct a java.lang.Number Converter that throws a
ConversionException
if a error occurs. - NumberConverter(boolean, Object) - Constructor for class org.apache.commons.beanutils.converters.NumberConverter
-
Construct a
java.lang.Number
Converter that returns a default value if an error occurs.
O
- 1. Overview - Search tag in package org.apache.commons.beanutils
- Section
- 6.2 Operating On Collections Of Beans - Search tag in package org.apache.commons.beanutils
- Section
- ONE - Static variable in class org.apache.commons.beanutils.converters.NumberConverter
- onlyFirstToString - Variable in class org.apache.commons.beanutils.converters.ArrayConverter
- org.apache.commons.beanutils - package org.apache.commons.beanutils
-
The Bean Introspection Utilities component of the Apache Commons subproject offers low-level utility classes that assist in getting and setting property values on Java classes that follow the naming design patterns outlined in the JavaBeans Specification, as well as mechanisms for dynamically defining and accessing bean properties.
- org.apache.commons.beanutils.converters - package org.apache.commons.beanutils.converters
-
Standard implementations of the
invalid reference
Converter
invalid reference
ConvertUtils
- org.apache.commons.beanutils.expression - package org.apache.commons.beanutils.expression
-
Contains the
Resolver
interface and implementations. - org.apache.commons.beanutils.locale - package org.apache.commons.beanutils.locale
-
Locale-aware extensions of the standard beanutils classes.
- org.apache.commons.beanutils.locale.converters - package org.apache.commons.beanutils.locale.converters
-
Standard implementations of the locale-aware
invalid reference
LocaleConverter
invalid reference
LocaleConvertUtils
- owner - Variable in class org.apache.commons.beanutils.BeanMap.Entry
P
- PACKAGE - Static variable in class org.apache.commons.beanutils.converters.AbstractConverter
-
Current package name
- paramTypes - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- parse(Class<?>, Class<?>, String) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Parse a String date value using the set of patterns.
- parse(Class<?>, Class<?>, String, DateFormat) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Parse a String into a
Calendar
object using the specifiedDateFormat
. - parse(Class<?>, Class<?>, String, NumberFormat) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert a String into a
Number
object. - parse(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of BigDecimal type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of BigInteger type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - Method in class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parseElements(Class<?>, String) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Parse an incoming String of the form similar to an array initializer in the Java language into a
List
individual Strings for each element, according to the following rules. - parseElements(String) - Method in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Parse an incoming String of the form similar to an array initializer in the Java language into a
List
individual Strings for each element, according to the following rules. - Parsing Delimited Lists - Search tag in class org.apache.commons.beanutils.converters.ArrayConverter
- Section
- pattern - Variable in class org.apache.commons.beanutils.converters.NumberConverter
- pattern - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The default pattern specified to our Constructor, if any.
- patterns - Variable in class org.apache.commons.beanutils.converters.DateTimeConverter
- populate(Object, Map<String, ? extends Object>) - Static method in class org.apache.commons.beanutils.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.beanutils.BeanUtilsBean
-
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
- predicate - Variable in class org.apache.commons.beanutils.BeanPredicate
-
Predicate
to be applied to the property value - primitiveToWrapper(Class<T>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Change primitive Class types to the associated wrapper class.
- properties - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The set of dynamic properties that are part of this DynaClass.
- properties - Variable in class org.apache.commons.beanutils.JDBCDynaClass
-
The set of dynamic properties that are part of this
DynaClass
. - properties - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
The set of dynamic properties that are part of this DynaClass.
- propertiesMap - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
- propertiesMap - Variable in class org.apache.commons.beanutils.JDBCDynaClass
-
The set of dynamic properties that are part of this
DynaClass
, keyed by the property name. - propertiesMap - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
- property - Variable in class org.apache.commons.beanutils.BeanComparator
- propertyName - Variable in class org.apache.commons.beanutils.BeanPredicate
-
Name of the property whose value will be predicated
- propertyName - Variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
The name of the property which will be updated when this
Closure
executes. - propertyName - Variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
The name of the property which will be evaluated when this
Predicate
is executed. - propertyName - Variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
The name of the property that will be used in the transformation of the object.
- propertyName(Method) - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Derives the name of a property from the given set method.
- propertyNames - Variable in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
A set with the names of the properties to be suppressed.
- propertyNames() - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- propertyNames() - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Returns a set with the names of all properties known to this context.
- PropertyUtils - Class in org.apache.commons.beanutils
-
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
- PropertyUtils() - Constructor for class org.apache.commons.beanutils.PropertyUtils
- propertyUtilsBean - Variable in class org.apache.commons.beanutils.BeanUtilsBean
-
Used to access properties
- propertyUtilsBean - Variable in class org.apache.commons.beanutils.WrapDynaClass
-
Stores the associated
PropertyUtilsBean
instance. - PropertyUtilsBean - Class in org.apache.commons.beanutils
-
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.beanutils.PropertyUtilsBean
-
Base constructor
- propertyValue - Variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
The value that the property specified by
propertyName
will be updated to when thisClosure
executes. - propertyValue - Variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
The value that the property specified by
propertyName
will be compared to when thisPredicate
executes. - propName - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
- propName - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
- propUtils - Variable in class org.apache.commons.beanutils.WrapDynaClass.CacheKey
-
The instance of PropertyUtilsBean.
- put(Object, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Sets the bean property with the given name to the given value.
- put(Object, Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- put(K, Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Set the value for the specified property in the decorated
DynaBean
. - put(K, V) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Associate the specified value with the specified key in this map.
- putAll(Map) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- putAll(Map<? extends K, ? extends Object>) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Copy the contents of a Map to the decorated
DynaBean
. - putAll(Map<? extends K, ? extends V>) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Copy all of the mappings from the specified map to this one, replacing any mappings with the same keys.
- putAllWriteable(BeanMap) - Method in class org.apache.commons.beanutils.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.beanutils
- Section
R
- 3.3 ResultSetDynaClass (Wraps ResultSet in DynaBeans) - Search tag in package org.apache.commons.beanutils
- Section
- 3.4 RowSetDynaClass (Disconnected ResultSet as DynaBeans) - Search tag in package org.apache.commons.beanutils
- Section
- readAnyClass(ObjectInputStream) - Method in class org.apache.commons.beanutils.DynaProperty
-
Reads a class using safe encoding to workaround java 1.3 serialization bug.
- readMethods - Variable in class org.apache.commons.beanutils.BeanMap
- readObject(ObjectInputStream) - Method in class org.apache.commons.beanutils.DynaProperty
-
Reads field values for this object safely.
- readOnly - Variable in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
- register(boolean, boolean, int) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register the provided converters with the specified defaults.
- register(Class<?>, Converter) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
strictly for convenience since it has same parameter order as Map.put
- register(Converter, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Register a custom
Converter
for the specified destinationClass
, replacing any previously registered Converter. - register(Converter, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register a custom
Converter
for the specified destinationClass
, replacing any previously registered Converter. - register(LocaleConverter, Class<?>, Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Register a custom
LocaleConverter
for the specified destinationClass
, replacing any previously registered converter. - register(LocaleConverter, Class<?>, Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Register a custom
LocaleConverter
for the specified destinationClass
, replacing any previously registered converter. - registerArrayConverter(Class<?>, Converter, boolean, int) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register a new ArrayConverter with the specified element delegate converter that returns a default array of the specified size in the event of conversion errors.
- registerArrays(boolean, int) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register array converters.
- registerOther(boolean) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register the converters for other types.
- registerPrimitives(boolean) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register the converters for primitive types.
- registerStandard(boolean, boolean) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Register the converters for standard types.
- reinitialise() - Method in class org.apache.commons.beanutils.BeanMap
-
Reinitializes this bean.
- reLoadClass() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
-
Try to re-load the class
- reLoadClass(String) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
-
Try to re-load the class
- remove() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Remove the current element from the iteration.
- remove() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView.CollectionViewIterator
- remove(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
remove() operation is not supported.
- remove(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- remove(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- remove(Object) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Remove any mapping for this key, and return any previously mapped value.
- remove(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Remove the last property expresson from the current expression.
- remove(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Remove the last property expresson from the current expression.
- remove(String) - Method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.MutableDynaClass
-
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
- remove(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- removeAll(Collection<?>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- removeBeanIntrospector(BeanIntrospector) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Removes the specified
BeanIntrospector
. - removeBeanIntrospector(BeanIntrospector) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Removes the specified
BeanIntrospector
. - removePropertyDescriptor(String) - Method in class org.apache.commons.beanutils.DefaultIntrospectionContext
- removePropertyDescriptor(String) - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Removes the descriptor for the property with the given name.
- resetBeanIntrospectors() - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Resets the registered
BeanIntrospector
objects to the initial default state. - resetBeanIntrospectors() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Resets the
BeanIntrospector
objects registered at this instance. - resolver - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
- Resolver - Interface in org.apache.commons.beanutils.expression
-
Property Name Expression Resolver.
- restricted - Variable in class org.apache.commons.beanutils.LazyDynaClass
-
Controls whether changes to this DynaClass's properties are allowed.
- restricted - Variable in class org.apache.commons.beanutils.LazyDynaMap
-
Controls whether changes to this DynaClass's properties are allowed.
- resultSet - Variable in class org.apache.commons.beanutils.ResultSetDynaClass
-
The
ResultSet
we are wrapping. - ResultSetDynaClass - Class in org.apache.commons.beanutils
-
Implementation of
DynaClass
for DynaBeans that wrap thejava.sql.Row
objects of ajava.sql.ResultSet
. - ResultSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetIterator - Class in org.apache.commons.beanutils
- ResultSetIterator(ResultSetDynaClass) - Constructor for class org.apache.commons.beanutils.ResultSetIterator
-
Construct an
Iterator
for the result set being wrapped by the specifiedResultSetDynaClass
. - retainAll(Collection<?>) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- returnNull - Variable in class org.apache.commons.beanutils.LazyDynaClass
-
Controls whether the
getDynaProperty()
method returns null if a property doesn't exist - or creates a new one. - returnNull - Variable in class org.apache.commons.beanutils.LazyDynaMap
-
Controls whether the
getDynaProperty()
method returns null if a property doesn't exist - or creates a new one. - rows - Variable in class org.apache.commons.beanutils.RowSetDynaClass
-
The list of
DynaBean
s representing the contents of the originalResultSet
on which thisRowSetDynaClass
was based. - RowSetDynaClass - Class in org.apache.commons.beanutils
- RowSetDynaClass(ResultSet) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, boolean) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, int) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, int, boolean) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, int) - Constructor for class org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
.
S
- 2.5 Suppressing Properties - Search tag in package org.apache.commons.beanutils
- Section
- 2. Standard JavaBeans - Search tag in package org.apache.commons.beanutils
- Section
- set(int, Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element at the specified position.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Set the value of the property with the specified name performing any type conversions if necessary.
- set(String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a simple property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a mapped property with the specified name.
- set(T) - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Sets the value - a value is provided per (thread) context classloader.
- setAllowedChars(char[]) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Set the allowed characters to be used for parsing a delimited String.
- setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets whether the pattern is localized or not.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.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.beanutils.locale.LocaleConvertUtils
-
Sets applyLocalized.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for applyLocalized
- setBean(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Sets the bean to be operated on by this map.
- setCacheFast(Map<?, ?>, boolean) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Set whether fast on a Map
- setCacheMethods(boolean) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Set whether methods should be cached for greater performance or not, default is
true
. - setDebug(int) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Deprecated.BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- setDebug(int) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Deprecated.The
debug
static property is no longer used - setDefaultBoolean(boolean) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Boolean.TYPE and Boolean.class instead
- setDefaultBoolean(boolean) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Boolean.TYPE and Boolean.class instead
- setDefaultByte(byte) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Byte.TYPE and Byte.class instead
- setDefaultByte(byte) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Byte.TYPE and Byte.class instead
- setDefaultCharacter(char) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Character.TYPE and Character.class instead
- setDefaultCharacter(char) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Character.TYPE and Character.class instead
- setDefaultDouble(double) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Double.TYPE and Double.class instead
- setDefaultDouble(double) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Double.TYPE and Double.class instead
- setDefaultFloat(float) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Float.TYPE and Float.class instead
- setDefaultFloat(float) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Float.TYPE and Float.class instead
- setDefaultInteger(int) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Integer.TYPE and Integer.class instead
- setDefaultInteger(int) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Integer.TYPE and Integer.class instead
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets the locale used when no locale is passed.
- setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets the default Locale.
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Sets the
Locale
which will be used when noLocale
is passed to a method. - setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for defaultLocale.
- setDefaultLong(long) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Long.TYPE and Long.class instead
- setDefaultLong(long) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Long.TYPE and Long.class instead
- setDefaultShort(short) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Deprecated.Register replacement converters for Short.TYPE and Short.class instead
- setDefaultShort(short) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Deprecated.Register replacement converters for Short.TYPE and Short.class instead
- setDefaultValue(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Set the default value, converting as required.
- setDelimiter(char) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Set the delimiter to be used for parsing a delimited String.
- setDynaBeanClass(Class<?>) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Set the Class object we will use to create new instances in the
newInstance()
method. - setElementDynaClass(DynaClass) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setElementType(Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setFast(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- setFast(boolean) - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Sets whether this map is operating in fast mode.
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Set the indexed property index.
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Set the indexed property index.
- setIndexedProperty(Object, String, int, Object) - Static method in class org.apache.commons.beanutils.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.beanutils.PropertyUtilsBean
-
Set the value of the specified indexed property of the specified bean, with no type conversions.
- setIndexedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
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.beanutils.PropertyUtilsBean
-
Set the value of the specified indexed property of the specified bean, with no type conversions.
- setInstance(BeanUtilsBean) - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Sets the instance which provides the functionality for
BeanUtils
. - setInstance(LocaleBeanUtilsBean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets the instance which provides the functionality for
LocaleBeanUtils
. - setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Set the mapped property key.
- setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Set the mapped property key.
- setLenient(boolean) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Specify whether or not date-time parsing should be lenient.
- setLocale(Locale) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Locale for the Converter.
- setLocale(Locale) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set the Locale for the Converter.
- setMap(Map<String, Object>) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set the Map backing this
DynaBean
- setMappedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.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.beanutils.PropertyUtilsBean
-
Set the value of the specified mapped property of the specified bean, with no type conversions.
- setMappedProperty(Object, String, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
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.beanutils.PropertyUtilsBean
-
Set the value of the specified mapped property of the specified bean, with no type conversions.
- setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to read one of the property value.
- setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to write the property value.
- setMethodAccessible(Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Try to make the method accessible
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Set the property name (includes indexed/mapped expr).
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Set the property name (includes indexed/mapped expr).
- setNestedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.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.beanutils.PropertyUtilsBean
-
Set 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.beanutils.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.beanutils.converters.DateTimeConverter
-
Set a date format pattern to use to convert dates to/from a
java.lang.String
. - setPattern(String) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set a number format pattern to use to convert Numbers to/from a
java.lang.String
. - setPatterns(String[]) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the date format patterns to use to convert dates to/from a
java.lang.String
. - setPredicate(Predicate) - Method in class org.apache.commons.beanutils.BeanPredicate
-
Sets the
Predicate
to be applied to the value of the named property duringBeanPredicate.evaluate(Object)
. - setProperties(DynaProperty[]) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Set the list of dynamic properties supported by this DynaClass.
- setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.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.beanutils.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.beanutils.locale.LocaleBeanUtils
-
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default conversion pattern of the corresponding
LocaleConverter
. - setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the default conversion pattern of the corresponding
LocaleConverter
. - setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Set the value of the specified property of the specified bean, no matter which property reference format is used, with no type conversions.
- setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
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, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Set the specified locale-sensitive property value, performing type conversions as required to conform to the type of the destination property using the specified conversion pattern.
- setProperty(Object, String, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
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(String) - Method in class org.apache.commons.beanutils.BeanComparator
-
Sets the method to be called to compare two JavaBeans
- setPropertyName(String) - Method in class org.apache.commons.beanutils.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.beanutils.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.
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Set the property name.
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Set the property name.
- setResolver(Resolver) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Configure the
Resolver
implementation used by BeanUtils. - setRestricted(boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Set the restricted state of this DynaClass to the specified value.
- setReturnNull(boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Set whether this DynaClass should return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - setReturnNull(boolean) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set whether this DynaClass should return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - setSimpleProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Set the value of the specified simple property of the specified bean, with no type conversions.
- setSimpleProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified simple property of the specified bean, with no type conversions.
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.Set the target bean.
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.Set the target bean.
- setTimeZone(TimeZone) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Time Zone to use when converting dates.
- setUpWriteMethodNames(PropertyDescriptor[]) - Static method in class org.apache.commons.beanutils.BeanIntrospectionData
-
Initializes the map with the names of the write methods for the supported properties.
- setUseColumnLabel(boolean) - Method in class org.apache.commons.beanutils.JDBCDynaClass
-
Set whether the column label or name should be used for the property name.
- setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Indicate whether conversion should use a format/pattern or not.
- setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set whether a format should be used to convert the Number.
- setValue(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- setValue(Object) - Method in class org.apache.commons.beanutils.BeanMap.Entry
-
Sets the value.
- SHORT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Short_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Short Zero
- ShortArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - ShortArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - ShortArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - ShortConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to and from java.lang.Short objects. - ShortConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that throws a
ConversionException
if an error occurs. - ShortConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that returns a default value if an error occurs.
- ShortLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.lang.Short
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - ShortLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - size() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the number properties in the decorated
DynaBean
. - size() - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the number of properties defined by the bean.
- size() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- size() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- size() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return the number of key-value mappings in this map.
- size(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the size of an indexed or mapped property.
- SPACE - Static variable in class org.apache.commons.beanutils.ConvertUtilsBean
- SqlDateConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Date objects. - SqlDateConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that throws a
ConversionException
if an error occurs. - SqlDateConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that returns a default value if an error occurs.
- SqlDateLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.sql.Date
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - SqlDateLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Time objects. - SqlTimeConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that throws a
ConversionException
if an error occurs. - SqlTimeConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that returns a default value if an error occurs.
- SqlTimeLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.sql.Time
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Timestamp objects. - SqlTimestampConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that throws a
ConversionException
if an error occurs. - SqlTimestampConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that returns a default value if an error occurs.
- SqlTimestampLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive String into ajava.sql.Timestamp
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - STRING_CLASS_PARAMETER - Static variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
The parameter types array for the reader method signature.
- StringArrayConverter - Class in org.apache.commons.beanutils.converters
-
Deprecated.Replaced by the new
ArrayConverter
implementation - StringArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.Create a
Converter
that will throw aConversionException
if a conversion error occurs. - StringArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.Create a
Converter
that will return the specified default value if a conversion error occurs. - String Conversions (to and from) - Search tag in class org.apache.commons.beanutils.converters.DateTimeConverter
- Section
- String Conversions (to and from) - Search tag in class org.apache.commons.beanutils.converters.NumberConverter
- Section
- StringConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementation that converts an incoming object into ajava.lang.String
object. - StringConverter() - Constructor for class org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that throws a
ConversionException
if an error occurs. - StringConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that returns a default value if an error occurs.
- StringLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming locale-sensitive object into ajava.lang.String
object, optionally using a default value or throwing aConversionException
if a conversion error occurs. - StringLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - strings - Static variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Model object for string arrays.
- SUPPRESS_CLASS - Static variable in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
A specialized instance which is configured to suppress the special
class
properties of Java beans. - SUPPRESS_DECLARING_CLASS - Static variable in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
A specialized instance which is configured to suppress the special
class
properties of Java beans. - SuppressPropertiesBeanIntrospector - Class in org.apache.commons.beanutils
-
A specialized
BeanIntrospector
implementation which suppresses some properties. - SuppressPropertiesBeanIntrospector(Collection<String>) - Constructor for class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Creates a new instance of
SuppressPropertiesBeanIntrospector
and sets the names of the properties to be suppressed.
T
- 6.4 Transforming Collections Of Beans - Search tag in package org.apache.commons.beanutils
- Section
- Table of Contents - Search tag in package org.apache.commons.beanutils
- Section
- target - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
- target - Variable in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
- timeZone - Variable in class org.apache.commons.beanutils.converters.DateTimeConverter
- toArray() - Method in class org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an Array.
- toArray() - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- toArray(Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
- toArray(Object) - Static method in class org.apache.commons.beanutils.MethodUtils
- toArray(T[]) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an Array of the specified type.
- toArray(T[]) - Method in class org.apache.commons.beanutils.WeakFastHashMap.CollectionView
- toArray() - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- toDate(Class<T>, long) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert a long value to the specified Date type for this Converter.
- toDate(Class<T>, String) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Default String to Date conversion.
- toDynaBeanArray() - Method in class org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an DynaBean Array.
- toDynaBeanArray() - Search tag in class org.apache.commons.beanutils.LazyDynaList
- Section
- toNonPrimitiveClass(Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Find a non primitive representation for given primitive class.
- toNumber(Class<?>, Class<?>, String) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Default String to Number conversion.
- toNumber(Class<?>, Class<T>, Number) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert any Number object to the specified type for this Converter.
- toObjectList(Object) - Static method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Converts an object to a list of objects.
- toPropertyMap(Object) - Static method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Converts an object to a map with property values.
- toString() - Method in class org.apache.commons.beanutils.BeanMap
-
Renders a string representation of this object.
- toString() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Provide a String representation of this converter.
- toString() - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Provide a String representation of this array converter.
- toString() - Method in class org.apache.commons.beanutils.converters.ConverterFacade
-
Provide a String representation of this facade implementation sand the underlying
Converter
it delegates to. - toString() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Provide a String representation of this date/time converter.
- toString() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Provide a String representation of this number converter.
- toString() - Method in class org.apache.commons.beanutils.DynaProperty
-
Return a String representation of this Object.
- toString(Class<?>) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Provide a String representation of a
java.lang.Class
. - toString(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Convenience method to convert an Object to a String.
- transform(Object) - Method in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the value of the property named in the transformer's constructor for the object provided.
- transform(Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Transform the element into a DynaBean:
- trueStrings - Variable in class org.apache.commons.beanutils.converters.BooleanConverter
-
The set of strings that are known to map to Boolean.TRUE.
- type - Variable in class org.apache.commons.beanutils.DynaProperty
-
Property type
- types - Variable in class org.apache.commons.beanutils.BeanMap
- typeTransformers - Static variable in class org.apache.commons.beanutils.BeanMap
-
Maps primitive Class types to transformers.
U
- 5. Utility Objects And Static Utility Classes - Search tag in package org.apache.commons.beanutils
- Section
- unset() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Unsets the value associated with the current thread's context classloader
- unset(ClassLoader) - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Unsets the value associated with the given classloader
- URLConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion to and from java.net.URL objects. - URLConverter() - Constructor for class org.apache.commons.beanutils.converters.URLConverter
-
Construct a java.net.URL Converter that throws a
ConversionException
if an error occurs. - URLConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.URLConverter
-
Construct a java.net.URL Converter that returns a default value if an error occurs.
- Usage - Search tag in class org.apache.commons.beanutils.DynaBeanMapDecorator
- Section
- Usage - Search tag in class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
- Section
- useColumnLabel - Variable in class org.apache.commons.beanutils.JDBCDynaClass
-
Flag defining whether column names or labels should be used.
- useDefault - Variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.Should we return the default value on conversion errors?
- useDefault - Variable in class org.apache.commons.beanutils.converters.AbstractConverter
-
Should we return the default value on conversion errors?
- useDefault - Variable in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Should we return the default value on conversion errors?
- useLocaleFormat - Variable in class org.apache.commons.beanutils.converters.DateTimeConverter
- useLocaleFormat - Variable in class org.apache.commons.beanutils.converters.NumberConverter
V
- value - Variable in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator.MapEntry
- valueByClassLoader - Variable in class org.apache.commons.beanutils.ContextClassLoaderLocal
- valueIterator() - Method in class org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the values.
- values - Variable in class org.apache.commons.beanutils.BasicDynaBean
-
The set of property values for this DynaBean, keyed by property name.
- values - Variable in class org.apache.commons.beanutils.LazyDynaBean
-
The
MutableDynaClass
"base class" that this DynaBean is associated with. - values() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the set of property values in the decorated
DynaBean
. - values() - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the values for the BeanMap.
- values() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean.DelegateFastHashMap
- values() - Method in class org.apache.commons.beanutils.WeakFastHashMap
-
Return a collection view of the values contained in this map.
- Values() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap.Values
W
- 3.5 WrapDynaBean and WrapDynaClass - Search tag in package org.apache.commons.beanutils
- Section
- WeakFastHashMap<K,
V> - Class in org.apache.commons.beanutils -
A customized implementation of
java.util.HashMap
designed to operate in a multithreaded environment where the large majority of method calls are read-only, instead of structural changes. - WeakFastHashMap() - Constructor for class org.apache.commons.beanutils.WeakFastHashMap
-
Construct an empty map.
- WeakFastHashMap(int) - Constructor for class org.apache.commons.beanutils.WeakFastHashMap
-
Construct an empty map with the specified capacity.
- WeakFastHashMap(int, float) - Constructor for class org.apache.commons.beanutils.WeakFastHashMap
-
Construct an empty map with the specified capacity and load factor.
- WeakFastHashMap(Map<? extends K, ? extends V>) - Constructor for class org.apache.commons.beanutils.WeakFastHashMap
-
Construct a new map with the same mappings as the specified map.
- WeakFastHashMap.CollectionView<E> - Class in org.apache.commons.beanutils
-
Abstract collection implementation shared by keySet(), values() and entrySet().
- WeakFastHashMap.CollectionView.CollectionViewIterator - Class in org.apache.commons.beanutils
- WeakFastHashMap.EntrySet - Class in org.apache.commons.beanutils
-
Set implementation over the entries of the FastHashMap
- WeakFastHashMap.KeySet - Class in org.apache.commons.beanutils
-
Set implementation over the keys of the FastHashMap
- WeakFastHashMap.Values - Class in org.apache.commons.beanutils
-
Collection implementation over the values of the FastHashMap
- Why Can't BeanUtils Find My Method? - Search tag in package org.apache.commons.beanutils
- Section
- WrapDynaBean - Class in org.apache.commons.beanutils
-
Implementation of
DynaBean
that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties. - WrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils.WrapDynaBean
-
Construct a new
DynaBean
associated with the specified JavaBean instance. - WrapDynaBean(Object, WrapDynaClass) - Constructor for class org.apache.commons.beanutils.WrapDynaBean
-
Creates a new instance of
WrapDynaBean
, associates it with the specified JavaBean instance, and initializes the bean'sDynaClass
. - wrapDynaClass - Variable in class org.apache.commons.beanutils.LazyDynaList
-
The WrapDynaClass if the List's contains POJO Bean elements.
- WrapDynaClass - Class in org.apache.commons.beanutils
-
Implementation of
DynaClass
for DynaBeans that wrap standard JavaBean instances. - WrapDynaClass(Class<?>, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.WrapDynaClass
-
Construct a new WrapDynaClass for the specified JavaBean class.
- WrapDynaClass.CacheKey - Class in org.apache.commons.beanutils
-
A class representing the combined key for the cache of
WrapDynaClass
instances. - writeAnyClass(Class<?>, ObjectOutputStream) - Method in class org.apache.commons.beanutils.DynaProperty
-
Write a class using safe encoding to workaround java 1.3 serialization bug.
- writeMethodNames - Variable in class org.apache.commons.beanutils.BeanIntrospectionData
-
A map for remembering the write method names for properties.
- writeMethodPrefix - Variable in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
The prefix of write methods to search for.
- writeMethods - Variable in class org.apache.commons.beanutils.BeanMap
- writeObject(ObjectOutputStream) - Method in class org.apache.commons.beanutils.DynaProperty
-
Writes this object safely.
- writeParamClassNames - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- writeParamTypeRef0 - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
- writeParamTypeRef1 - Variable in class org.apache.commons.beanutils.MappedPropertyDescriptor.MappedMethodReference
Z
- ZERO - Static variable in class org.apache.commons.beanutils.converters.NumberConverter
- ZERO - Static variable in class org.apache.commons.beanutils.ConvertUtilsBean
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ArrayConverter
implementation