??
All Classes and Interfaces|?????|?????|?????
A
- AbstractArrayConverter - org.apache.commons.beanutils.converters???
-
????
- AbstractArrayConverter() - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - AbstractArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - AbstractConverter - org.apache.commons.beanutils.converters???
-
Base
Converter
implementation that provides the structure for handling conversion to and from a specified type. - AbstractConverter() - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Construct a Converter that throws a
ConversionException
if an error occurs. - AbstractConverter(Object) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Construct a Converter that returns a default value if an error occurs.
- add(int, Object) - ????? org.apache.commons.beanutils.LazyDynaList
-
Insert an element at the specified index position.
- add(Object) - ????? org.apache.commons.beanutils.LazyDynaList
-
Add an element to the List.
- add(String) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String) - ?????? org.apache.commons.beanutils.MutableDynaClass
-
Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String, 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<?>) - ????? 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<?>) - ?????? 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) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Add a new dynamic property with the specified data type, readability, and writeability.
- add(String, Class<?>, boolean, boolean) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Add a new dynamic property with the specified data type, readability, and writeability.
- add(String, Class<?>, boolean, boolean) - ?????? org.apache.commons.beanutils.MutableDynaClass
-
Add a new dynamic property with the specified data type, readability, and writeability.
- add(DynaProperty) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Add a new dynamic property.
- add(DynaProperty) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Add a new dynamic property.
- addAll(int, Collection<?>) - ????? org.apache.commons.beanutils.LazyDynaList
-
Insert all the elements from a Collection into the list at a specified position.
- addAll(Collection<?>) - ????? org.apache.commons.beanutils.LazyDynaList
-
Add all the elements from a Collection to the list.
- addBeanIntrospector(BeanIntrospector) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Adds a
BeanIntrospector
. - addBeanIntrospector(BeanIntrospector) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Adds a
BeanIntrospector
. - addPropertyDescriptor(PropertyDescriptor) - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Adds the given property descriptor to this context.
- addPropertyDescriptors(PropertyDescriptor[]) - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Adds an array of property descriptors to this context.
- advance() - ????? 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).
- ArrayConverter - org.apache.commons.beanutils.converters???
-
Generic
Converter
implementation that handles conversion to and from array objects. - ArrayConverter(Class<?>, Converter) - ????? 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) - ????? 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
- BaseDynaBeanMapDecorator<K> - org.apache.commons.beanutils???
-
A base class for decorators providing
Map
behavior onDynaBean
s. - BaseDynaBeanMapDecorator(DynaBean) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Constructs a read only Map for the specified
DynaBean
. - BaseDynaBeanMapDecorator(DynaBean, boolean) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Construct a Map for the specified
DynaBean
. - BaseLocaleConverter - org.apache.commons.beanutils.locale???
-
The base class for all standart type locale-sensitive converters.
- BaseLocaleConverter(Object, Locale, String) - ????? 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) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BaseLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BaseLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BasicDynaBean - org.apache.commons.beanutils???
-
Minimal implementation of the
DynaBean
interface. - BasicDynaBean(DynaClass) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Construct a new
DynaBean
associated with the specifiedDynaClass
instance. - BasicDynaClass - org.apache.commons.beanutils???
-
Minimal implementation of the
DynaClass
interface. - BasicDynaClass() - ????? org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with default parameters.
- BasicDynaClass(String, Class<?>) - ????? org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with the specified parameters.
- BasicDynaClass(String, Class<?>, DynaProperty[]) - ????? org.apache.commons.beanutils.BasicDynaClass
-
Construct a new BasicDynaClass with the specified parameters.
- BeanAccessLanguageException - org.apache.commons.beanutils??????
-
Thrown to indicate that the Bean Access Language cannot execute query against given bean.
- BeanAccessLanguageException() - ???????? org.apache.commons.beanutils.BeanAccessLanguageException
-
Constructs a
BeanAccessLanguageException
without a detail message. - BeanAccessLanguageException(String) - ???????? org.apache.commons.beanutils.BeanAccessLanguageException
-
Constructs a
BeanAccessLanguageException
without a detail message. - beanClass - ????? org.apache.commons.beanutils.WrapDynaClass
-
????No longer initialized, use getBeanClass() method instead
- BeanComparator<T> - org.apache.commons.beanutils???
-
This comparator compares two beans by the specified bean property.
- BeanComparator() - ????? org.apache.commons.beanutils.BeanComparator
-
Constructs a Bean Comparator without a property set.
- BeanComparator(String) - ????? org.apache.commons.beanutils.BeanComparator
-
Constructs a property-based comparator for beans.
- BeanComparator(String, Comparator<?>) - ????? org.apache.commons.beanutils.BeanComparator
-
Constructs a property-based comparator for beans.
- BeanIntrospector - org.apache.commons.beanutils????
-
Definition of an interface for components that can perform introspection on bean classes.
- BeanMap - org.apache.commons.beanutils???
-
An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
- BeanMap() - ????? org.apache.commons.beanutils.BeanMap
-
Constructs a new empty
BeanMap
. - BeanMap(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Constructs a new
BeanMap
that operates on the specified bean. - BeanMap.Entry - org.apache.commons.beanutils???
-
Map entry used by
BeanMap
. - BeanPredicate - org.apache.commons.beanutils???
-
Predicate implementation that applies the given
Predicate
to the result of calling the given property getter. - BeanPredicate(String, Predicate) - ????? org.apache.commons.beanutils.BeanPredicate
-
Constructs a
BeanPredicate
that applies the givenPredicate
to the named property value. - BeanPropertyValueChangeClosure - org.apache.commons.beanutils???
-
Closure
that sets a property. - BeanPropertyValueChangeClosure(String, Object) - ????? 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) - ????? 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 - org.apache.commons.beanutils???
-
Predicate
that evaluates a property value against a specified value. - BeanPropertyValueEqualsPredicate(String, Object) - ????? 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) - ????? 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. - BeanToPropertyValueTransformer - org.apache.commons.beanutils???
-
Transformer
that outputs a property value. - BeanToPropertyValueTransformer(String) - ????? org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Constructs a Transformer which does not ignore nulls.
- BeanToPropertyValueTransformer(String, boolean) - ????? org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Constructs a Transformer and sets ignoreNull.
- BeanUtils - org.apache.commons.beanutils???
-
Utility methods for populating JavaBeans properties via reflection.
- BeanUtils() - ????? org.apache.commons.beanutils.BeanUtils
- BeanUtilsBean - org.apache.commons.beanutils???
-
JavaBean property population methods.
- BeanUtilsBean() - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using new property and conversion instances.
- BeanUtilsBean(ConvertUtilsBean) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using given conversion instances and new
PropertyUtilsBean
instance. - BeanUtilsBean(ConvertUtilsBean, PropertyUtilsBean) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Constructs an instance using given property and conversion instances.
- BeanUtilsBean2 - org.apache.commons.beanutils???
-
BeanUtilsBean
implementation that creates aConvertUtilsBean2
and delegates conversion toConvertUtilsBean.convert(Object, Class)
. - BeanUtilsBean2() - ????? org.apache.commons.beanutils.BeanUtilsBean2
-
Constructs an instance using new property and conversion instances.
- BigDecimal_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
BigDecimal Zero
- BigDecimalConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.math.BigDecimal objects. - BigDecimalConverter() - ????? org.apache.commons.beanutils.converters.BigDecimalConverter
-
Construct a java.math.BigDecimal Converter that throws a
ConversionException
if an error occurs. - BigDecimalConverter(Object) - ????? org.apache.commons.beanutils.converters.BigDecimalConverter
-
Construct a java.math.BigDecimal Converter that returns a default value if an error occurs.
- BigDecimalLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigDecimalLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigDecimalLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigInteger_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
BigInteger Zero
- BigIntegerConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.math.BigInteger objects. - BigIntegerConverter() - ????? org.apache.commons.beanutils.converters.BigIntegerConverter
-
Construct a java.math.BigInteger Converter that throws a
ConversionException
if an error occurs. - BigIntegerConverter(Object) - ????? org.apache.commons.beanutils.converters.BigIntegerConverter
-
Construct a java.math.BigInteger Converter that returns a default value if an error occurs.
- BigIntegerLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - BigIntegerLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BigIntegerLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - BooleanArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - BooleanArrayConverter() - ????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - BooleanArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - BooleanArrayConverter(BooleanConverter, Object) - ????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - booleanConverter - ????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????This object is used to perform the conversion of individual strings into Boolean/boolean values.
- BooleanConverter - org.apache.commons.beanutils.converters???
-
Converter
implementation that handles conversion to and from Boolean objects. - BooleanConverter() - ????? 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) - ????? 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[]) - ????? 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) - ????? org.apache.commons.beanutils.converters.BooleanConverter
-
Create a
Converter
that will return the specified default value if a conversion error occurs. - Byte_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Byte Zero
- ByteArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - ByteArrayConverter() - ????? org.apache.commons.beanutils.converters.ByteArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - ByteArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.ByteArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - ByteConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Byte objects. - ByteConverter() - ????? org.apache.commons.beanutils.converters.ByteConverter
-
Construct a java.lang.Byte Converter that throws a
ConversionException
if an error occurs. - ByteConverter(Object) - ????? org.apache.commons.beanutils.converters.ByteConverter
-
Construct a java.lang.Byte Converter that returns a default value if an error occurs.
- ByteLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ByteLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ByteLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.ByteLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs.
C
- calculate(Object, String) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
????moved into
LocaleBeanUtilsBean
- calculate(Object, String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
????Property name expressions are now processed by the configured
Resolver
implementation and this method is no longer used by BeanUtils. - CalendarConverter - org.apache.commons.beanutils.converters???
-
DateTimeConverter
implementation that handles conversion to and from java.util.Calendar objects. - CalendarConverter() - ????? org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that throws a
ConversionException
if an error occurs. - CalendarConverter(Object) - ????? org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that returns a default value if an error occurs.
- cause - ???????? org.apache.commons.beanutils.ConversionException
-
The root cause of this
ConversionException
, compatible with JDK 1.4's extensions tojava.lang.Throwable
. - Character_SPACE - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Character Space
- CharacterArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - CharacterArrayConverter() - ????? org.apache.commons.beanutils.converters.CharacterArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - CharacterArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.CharacterArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - CharacterConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from java.lang.Character objects. - CharacterConverter() - ????? org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that throws a
ConversionException
if an error occurs. - CharacterConverter(Object) - ????? org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that returns a default value if an error occurs.
- ClassConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from java.lang.Class objects. - ClassConverter() - ????? org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that throws a
ConversionException
if an error occurs. - ClassConverter(Object) - ????? org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that returns a default value if an error occurs.
- clear() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
clear() operation is not supported.
- clear() - ????? org.apache.commons.beanutils.BeanMap
-
This method reinitializes the bean map to have default values for the bean's properties.
- clear() - ??????? org.apache.commons.beanutils.WrapDynaClass
-
Clear our cache of WrapDynaClass instances.
- clearCache() - ??????? org.apache.commons.beanutils.MethodUtils
-
Clear the method cache.
- clearDescriptors() - ??????? org.apache.commons.beanutils.PropertyUtils
-
Clear any cached property descriptors information for all classes loaded by any class loaders.
- clearDescriptors() - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Clear any cached property descriptors information for all classes loaded by any class loaders.
- clone() - ????? 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.
- cloneBean(Object) - ??????? 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) - ????? 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.
- compare(T, T) - ????? org.apache.commons.beanutils.BeanComparator
-
Compare two JavaBeans by their shared property.
- constructor - ????? org.apache.commons.beanutils.BasicDynaClass
-
The constructor of the
dynaBeanClass
that we will use for creating new instances. - constructorTypes - ??????? org.apache.commons.beanutils.BasicDynaClass
-
The method signature of the constructor we will use to create new DynaBean instances.
- ConstructorUtils - org.apache.commons.beanutils???
-
Utility reflection methods focussed on constructors, modelled after
MethodUtils
. - ConstructorUtils() - ????? org.apache.commons.beanutils.ConstructorUtils
- constructorValues - ????? org.apache.commons.beanutils.BasicDynaClass
-
The argument values to be passed to the constructore we will use to create new DynaBean instances.
- contains(String, String) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - ?????? org.apache.commons.beanutils.DynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Does the specified mapped property contain a value for the specified key value?
- contains(String, String) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Does the specified mapped property contain a value for the specified key value?
- containsKey(Object) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the
DynaBean
contains a specified value for one (or more) of its properties. - containsKey(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsValue(Object) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicates whether the decorated
DynaBean
contains a specified value. - containsValue(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property whose current value is the given object.
- contentType - ????? org.apache.commons.beanutils.DynaProperty
-
The (optional) type of content elements for indexed
DynaProperty
- ContextClassLoaderLocal<T> - org.apache.commons.beanutils???
-
An instance of this class represents a value that is provided per (thread) context classloader.
- ContextClassLoaderLocal() - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Construct a context classloader instance
- conversionException(Class<?>, Object) - ????? 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 - org.apache.commons.beanutils??????
-
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully. - ConversionException(String) - ???????? org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message.
- ConversionException(String, Throwable) - ???????? org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message and root cause.
- ConversionException(Throwable) - ???????? org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified root cause.
- convert(Class<?>, int, Object) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type.
- convert(Class<?>, int, Object) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type.
- convert(Class<?>, int, Object, String) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type using the specified conversion pattern.
- convert(Class<?>, int, Object, String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type using the specified conversion pattern.
- convert(Class<T>, Object) - ?????? org.apache.commons.beanutils.Converter
-
Convert the specified input object into an output object of the specified type.
- convert(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the specified type.
- convert(Class<T>, Object) - ????? 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) - ????? 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) - ????? 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) - ?????? org.apache.commons.beanutils.locale.LocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????Convert the specified input object into an output object of type array-of-boolean.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.ByteArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.CharacterArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.DoubleArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.FloatArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.IntegerArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.LongArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.ShortArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Class, Object) - ????? org.apache.commons.beanutils.converters.StringArrayConverter
-
????Convert the specified input object into an output object of the specified type.
- convert(Object) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value into a String.
- convert(Object) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value into a String.
- convert(Object) - ????? org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(Object) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Object) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String.
- convert(Object) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String.
- convert(Object, Class<?>) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - ????? org.apache.commons.beanutils.BeanUtilsBean2
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Convert the value to an object of the specified class (if possible).
- convert(Object, Class<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the value to an object of the specified class (if possible).
- convert(Object, String) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Object, String) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String using the conversion pattern.
- convert(Object, String) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String using the conversion pattern.
- convert(Object, Locale, String) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(Object, Locale, String) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String using the paticular convertion pattern.
- convert(String[], 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<?>) - ????? 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<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(String[], 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<?>) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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<?>) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean2
-
Delegates to the new
ConvertUtilsBean.convert(Object, Class)
method. - convert(String, Class<?>) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if possible).
- convert(String, Class<?>, String) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Returns the value unchanged.
- Converter - 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 - org.apache.commons.beanutils.converters???
- ConverterFacade(Converter) - ????? org.apache.commons.beanutils.converters.ConverterFacade
-
Construct a converter which delegates to the specified
Converter
implementation. - ConvertingWrapDynaBean - 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) - ????? org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Construct a new
DynaBean
associated with the specified JavaBean instance. - convertKey(String) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Converts the name of a property to the key type of this decorator.
- convertKey(String) - ????? org.apache.commons.beanutils.DynaBeanMapDecorator
-
????
- convertKey(String) - ????? org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
- convertToCollection(Class<?>, Object) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Converts non-array values to a Collection prior to being converted either to an array or a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.CharacterConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.ClassConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert an input Date/Calendar object into a String.
- convertToString(Object) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Convert an input Number object into a String.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to an array of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.BooleanConverter
-
Convert the specified input object into an output object of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.CharacterConverter
-
Convert the input object into a java.lang.Character.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.ClassConverter
-
Convert the input object into a java.lang.Class.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert the input object into a Date object of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.FileConverter
-
Convert the input object into a java.io.File.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Convert the input object into a Number object of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.StringConverter
-
Convert the specified input object into an output object of the specified type.
- convertToType(Class<T>, Object) - ????? org.apache.commons.beanutils.converters.URLConverter
-
Convert a java.net.URL or object into a String.
- convertType(Class<?>, Object) - ????? org.apache.commons.beanutils.BeanMap
-
Converts the given value to the given type.
- ConvertUtils - 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() - ????? org.apache.commons.beanutils.ConvertUtils
- ConvertUtilsBean - 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() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Construct a bean with standard converters registered
- ConvertUtilsBean2 - org.apache.commons.beanutils???
-
ConvertUtilsBean
implementation that delegatesconvert()
methods to the newConvertUtilsBean.convert(Object, Class)
method. - ConvertUtilsBean2() - ????? org.apache.commons.beanutils.ConvertUtilsBean2
- copy(ResultSet) - ????? org.apache.commons.beanutils.RowSetDynaClass
- copyProperties(Object, Object) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Copy the specified property value to the specified destination bean, performing any type conversion that is required.
- create(Locale) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
????This method will be modified to return a Map in the next release.
- create(Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
????This method will be modified to return a Map in the next release.
- createCache() - ??????? org.apache.commons.beanutils.BeanUtils
-
Create a cache.
- createDynaBean() - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Create and return a new
DynaBean
instance to be used for representing a row in the underlying result set. - createDynaBeanProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'DynaBean' Property.
- createDynaClass(Class<?>) - ??????? org.apache.commons.beanutils.WrapDynaClass
-
Create (if necessary) and return a new
WrapDynaClass
instance for the specified bean class. - createDynaClass(Class<?>, PropertyUtilsBean) - ??????? 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) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Factory method to create a new DynaProperty for the given index into the result set metadata.
- createIndexedProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of an 'Indexed' Property
- createMappedProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Mapped' Property
- createNumberProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a
java.lang.Number
Property. - createOtherProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of other Property types
- createPrimitiveProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Primitive' Property.
- createProperty(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a Property
- createWriteMethodArguments(Method, Object) - ????? org.apache.commons.beanutils.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- current - ????? org.apache.commons.beanutils.ResultSetIterator
-
Flag indicating whether the result set is currently positioned at a row for which we have not yet returned an element in the iteration.
D
- DateConverter - org.apache.commons.beanutils.converters???
-
DateTimeConverter
implementation that handles conversion to and from java.util.Date objects. - DateConverter() - ????? org.apache.commons.beanutils.converters.DateConverter
-
Construct a java.util.Date Converter that throws a
ConversionException
if an error occurs. - DateConverter(Object) - ????? org.apache.commons.beanutils.converters.DateConverter
-
Construct a java.util.Date Converter that returns a default value if an error occurs.
- DateLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DateLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DateTimeConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from date/time objects. - DateTimeConverter() - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Construct a Date/Time Converter that throws a
ConversionException
if an error occurs. - DateTimeConverter(Object) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Construct a Date/Time Converter that returns a default value if an error occurs.
- DecimalLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DecimalLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DecimalLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.DecimalLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DEFAULT_WRITE_METHOD_PREFIX - ??????? org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
The default prefix for write methods.
- DefaultBeanIntrospector - org.apache.commons.beanutils???
-
The default
BeanIntrospector
implementation. - defaultIndexedProperty(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Creates a new
ArrayList
for an 'indexed' property which doesn't exist. - defaultMappedProperty(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Creates a new
HashMap
for a 'mapped' property which doesn't exist. - DefaultResolver - org.apache.commons.beanutils.expression???
-
Default Property Name Expression
Resolver
Implementation. - DefaultResolver() - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Default Constructor.
- defaultTransformers - ??????? org.apache.commons.beanutils.BeanMap
-
????Use
BeanMap.getTypeTransformer(Class)
method - defaultValue - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????The default value specified to our Constructor, if any.
- definePropertyType(Object, String, String) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Calculate the property type.
- definePropertyType(Object, String, String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Calculate the property type.
- deregister() - ??????? org.apache.commons.beanutils.ConvertUtils
-
Remove all registered
Converter
s, and re-establish the standard Converters. - deregister() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Remove all registered
Converter
s, and re-establish the standard Converters. - deregister() - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
. - deregister() - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
. - deregister(Class<?>) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Remove any registered
Converter
for the specified destinationClass
. - deregister(Class<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Remove any registered
Converter
for the specified destinationClass
. - deregister(Class<?>, Locale) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
for the specified locale and Class. - deregister(Class<?>, Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
for the specified locale and Class. - deregister(Locale) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Remove any registered
LocaleConverter
for the specified locale. - deregister(Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Remove any registered
LocaleConverter
for the specified locale - describe(Object) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - ????? 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) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Construct a descriptor instance for the target bean and property.
- Descriptor(Object, String, String, String, int) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Construct a descriptor instance for the target bean and property.
- descriptors - ????? org.apache.commons.beanutils.WrapDynaClass
-
The set of PropertyDescriptors for this bean class.
- descriptorsMap - ????? org.apache.commons.beanutils.WrapDynaClass
-
The set of PropertyDescriptors for this bean class, keyed by the property name.
- Double_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Double Zero
- DoubleArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - DoubleArrayConverter() - ????? org.apache.commons.beanutils.converters.DoubleArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - DoubleArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.DoubleArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - DoubleConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Double objects. - DoubleConverter() - ????? org.apache.commons.beanutils.converters.DoubleConverter
-
Construct a java.lang.Double Converter that throws a
ConversionException
if an error occurs. - DoubleConverter(Object) - ????? org.apache.commons.beanutils.converters.DoubleConverter
-
Construct a java.lang.Double Converter that returns a default value if an error occurs.
- DoubleLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - DoubleLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DoubleLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.DoubleLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - DynaBean - 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 - ????? org.apache.commons.beanutils.BasicDynaClass
-
The
DynaBean
implementation class we will use for creating new instances. - DynaBeanMapDecorator - org.apache.commons.beanutils???
-
????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) - ????? org.apache.commons.beanutils.DynaBeanMapDecorator
-
????Constructs a read only Map for the specified
DynaBean
. - DynaBeanMapDecorator(DynaBean, boolean) - ????? org.apache.commons.beanutils.DynaBeanMapDecorator
-
????Construct a Map for the specified
DynaBean
. - DynaBeanPropertyMapDecorator - org.apache.commons.beanutils???
-
Decorates a
DynaBean
to provideMap
behavior. - DynaBeanPropertyMapDecorator(DynaBean) - ????? org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
-
Constructs a read only Map for the specified
DynaBean
. - DynaBeanPropertyMapDecorator(DynaBean, boolean) - ????? org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
-
Construct a Map for the specified
DynaBean
. - dynaClass - ????? org.apache.commons.beanutils.BasicDynaBean
-
The
DynaClass
"base class" that this DynaBean is associated with. - dynaClass - ????? org.apache.commons.beanutils.LazyDynaBean
-
The
MutableDynaClass
"base class" that this DynaBean is associated with. - dynaClass - ????? org.apache.commons.beanutils.ResultSetIterator
-
The
ResultSetDynaClass
we are associated with. - dynaClass - ????? org.apache.commons.beanutils.WrapDynaBean
-
The
DynaClass
"base class" that this DynaBean is associated with. - DynaClass - org.apache.commons.beanutils????
-
A DynaClass is a simulation of the functionality of
java.lang.Class
for classes implementing theDynaBean
interface. - dynaClasses - ??????? org.apache.commons.beanutils.WrapDynaClass
-
????The dynaClasses Map will be removed in a subsequent release
- DynaProperty - org.apache.commons.beanutils???
-
The metadata describing an individual property of a DynaBean.
- DynaProperty(String) - ????? org.apache.commons.beanutils.DynaProperty
-
Construct a property that accepts any data type.
- DynaProperty(String, Class<?>) - ????? org.apache.commons.beanutils.DynaProperty
-
Construct a property of the specified data type.
- DynaProperty(String, Class<?>, Class<?>) - ????? org.apache.commons.beanutils.DynaProperty
-
Construct an indexed or mapped
DynaProperty
that supports (pseudo)-introspection of the content type.
E
- Entry(BeanMap, Object, Object) - ????? org.apache.commons.beanutils.BeanMap.Entry
-
Constructs a new
Entry
. - entryIterator() - ????? org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the entries.
- entrySet() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the Set of the property/value mappings in the decorated
DynaBean
. - entrySet() - ????? org.apache.commons.beanutils.BeanMap
-
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- eof - ????? org.apache.commons.beanutils.ResultSetIterator
-
Flag indicating whether the result set has indicated that there are no further rows.
- equals(Object) - ????? 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) - ????? org.apache.commons.beanutils.DynaProperty
-
Checks this instance against the specified Object for equality.
- evaluate(Object) - ????? org.apache.commons.beanutils.BeanPredicate
-
Evaluates the given object by applying the
getPredicate()
to a property value named bygetPropertyName()
. - evaluate(Object) - ????? org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Evaulates the object provided against the criteria specified when this
BeanPropertyValueEqualsPredicate
was constructed. - evaluateValue(Object, Object) - ????? org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Utility method which evaluates whether the actual property value equals the expected property value.
- execute(Object) - ????? org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Updates the target object provided using the property update criteria provided when this
BeanPropertyValueChangeClosure
was constructed.
F
- FileConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from java.io.File objects. - FileConverter() - ????? org.apache.commons.beanutils.converters.FileConverter
-
Construct a java.io.File Converter that throws a
ConversionException
if an error occurs. - FileConverter(Object) - ????? org.apache.commons.beanutils.converters.FileConverter
-
Construct a java.io.File Converter that returns a default value if an error occurs.
- firePropertyChange(Object, Object, Object) - ????? org.apache.commons.beanutils.BeanMap
-
Called during a successful
BeanMap.put(Object,Object)
operation. - Float_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Float Zero
- FloatArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - FloatArrayConverter() - ????? org.apache.commons.beanutils.converters.FloatArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - FloatArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.FloatArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - FloatConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Float objects. - FloatConverter() - ????? org.apache.commons.beanutils.converters.FloatConverter
-
Construct a java.lang.Float Converter that throws a
ConversionException
if an error occurs. - FloatConverter(Object) - ????? org.apache.commons.beanutils.converters.FloatConverter
-
Construct a java.lang.Float Converter that returns a default value if an error occurs.
- FloatLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - FloatLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FloatLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.FloatLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - FluentPropertyBeanIntrospector - org.apache.commons.beanutils???
-
An implementation of the
BeanIntrospector
interface which can detect write methods for properties used in fluent API scenario. - FluentPropertyBeanIntrospector() - ????? org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Creates a new instance of
FluentPropertyBeanIntrospector
and sets the default prefix for write methods. - FluentPropertyBeanIntrospector(String) - ????? 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() - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Gets the instance which provides the functionality for
BeanUtils
. - get(int) - ????? org.apache.commons.beanutils.LazyDynaList
-
Return the element at the specified position.
- get(Object) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Return the value for the specified key from the decorated
DynaBean
. - get(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the value of the bean's property with the given name.
- get(String) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Return the value of a simple property with the specified name.
- get(String) - ?????? org.apache.commons.beanutils.DynaBean
-
Return the value of a simple property with the specified name.
- get(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a simple property with the specified name.
- get(String) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Return the value of a simple property with the specified name.
- get(String) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - ?????? org.apache.commons.beanutils.DynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, int) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Return the value of an indexed property with the specified name.
- get(String, int) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - ????? 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) - ?????? 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) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a mapped property with the specified name.
- get(String, String) - ????? 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) - ????? 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. - getAccessibleConstructor(Class<T>, Class<?>) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor with single argument.
- getAccessibleConstructor(Class<T>, Class<?>[]) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor<T>) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessibleMethod(Class<?>, Method) - ??????? 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<?>) - ??????? 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<?>[]) - ??????? 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) - ??????? org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via reflection) that implements the specified Method.
- getApplyLocalized() - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets whether the pattern is localized or not.
- getApplyLocalized() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Is the pattern to be applied localized (Indicate whether the pattern is localized or not)
- getApplyLocalized() - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Gets applyLocalized.
- getApplyLocalized() - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for applyLocalized
- getArrayProperty(Object, String) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified array property of the specified bean, as a String array.
- getArrayProperty(Object, String) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified array property of the specified bean, as a String array.
- getBean() - ????? org.apache.commons.beanutils.BeanMap
-
Returns the bean currently being operated on.
- getBeanClass() - ????? org.apache.commons.beanutils.WrapDynaClass
-
Return the class of the underlying wrapped bean.
- getCacheFast(Map<?, ?>) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return whether a Map is fast
- getCause() - ???????? org.apache.commons.beanutils.ConversionException
-
Return the root cause of this conversion exception.
- getColumnName(String) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Get the table column name for the specified property name.
- getComparator() - ????? org.apache.commons.beanutils.BeanComparator
-
Gets the Comparator being used to compare beans.
- getContentType() - ????? org.apache.commons.beanutils.DynaProperty
-
Gets the (optional) type of the indexed content for
DynaProperty
's that support this feature. - getConvertUtils() - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Gets the
ConvertUtilsBean
instance used to perform the conversions. - getDebug() - ??????? org.apache.commons.beanutils.BeanUtils
-
????BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- getDebug() - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The
debug
static property is no longer used - getDefault(Class<?>) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default value for conversions to the specified type.
- getDefault(Class<?>) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default value for conversions to the specified type.
- getDefaultBoolean() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Boolean.TYPE and Boolean.class instead
- getDefaultBoolean() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Boolean.TYPE and Boolean.class instead
- getDefaultByte() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Byte.TYPE and Byte.class instead
- getDefaultByte() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Byte.TYPE and Byte.class instead
- getDefaultCharacter() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Character.TYPE and Character.class instead
- getDefaultCharacter() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Character.TYPE and Character.class instead
- getDefaultDouble() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Double.TYPE and Double.class instead
- getDefaultDouble() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Double.TYPE and Double.class instead
- getDefaultFloat() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Float.TYPE and Float.class instead
- getDefaultFloat() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Float.TYPE and Float.class instead
- getDefaultInteger() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Integer.TYPE and Integer.class instead
- getDefaultInteger() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Integer.TYPE and Integer.class instead
- getDefaultLocale() - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets the locale used when no locale is passed.
- getDefaultLocale() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the default Locale
- getDefaultLocale() - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Gets the
Locale
which will be used when noLocale
is passed to a method. - getDefaultLocale() - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for defaultLocale.
- getDefaultLong() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Long.TYPE and Long.class instead
- getDefaultLong() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Long.TYPE and Long.class instead
- getDefaultShort() - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Short.TYPE and Short.class instead
- getDefaultShort() - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Short.TYPE and Short.class instead
- getDefaultType() - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.BigDecimalConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.BigIntegerConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.BooleanConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.ByteConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.CalendarConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.CharacterConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.ClassConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.DateConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.DoubleConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.FileConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.FloatConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.IntegerConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.LongConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.ShortConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.SqlDateConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.StringConverter
-
Return the default type this
Converter
handles. - getDefaultType() - ????? org.apache.commons.beanutils.converters.URLConverter
-
Return the default type this
Converter
handles. - getDynaBean() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Provide access to the underlying
DynaBean
this Map decorates. - getDynaBeanClass() - ????? org.apache.commons.beanutils.BasicDynaClass
-
Return the Class object we will use to create new instances in the
newInstance()
method. - getDynaClass() - ????? org.apache.commons.beanutils.BasicDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - ?????? org.apache.commons.beanutils.DynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - ????? org.apache.commons.beanutils.ResultSetIterator
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaClass() - ????? org.apache.commons.beanutils.WrapDynaBean
-
Return the
DynaClass
instance that describes the set of properties available for this DynaBean. - getDynaProperties() - ????? org.apache.commons.beanutils.BasicDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - ?????? org.apache.commons.beanutils.DynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperties() - ????? org.apache.commons.beanutils.WrapDynaClass
-
Return an array of
ProperyDescriptors
for the properties currently defined in this DynaClass. - getDynaProperty(String) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - ????? org.apache.commons.beanutils.BasicDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - ?????? org.apache.commons.beanutils.DynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getDynaProperty(String) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - ????? org.apache.commons.beanutils.WrapDynaClass
-
Return a property descriptor for the specified property, if it exists; otherwise, return
null
. - getFormat(Locale, TimeZone) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Return a
DateFormat
for the Locale.
- getFormat(Locale, TimeZone) - ????? org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return a
DateFormat
for the Locale.
- getFormat(Locale, TimeZone) - ????? org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return a
DateFormat
for the Locale.
- getIndex() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Return indexed property index.
- getIndex() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Return indexed property index.
- getIndex(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Return the index value from the property expression or -1.
- getIndex(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Extract the index value from the property expression or -1.
- getIndexedProperty(Object, String) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified indexed property of the specified bean, with no type conversions.
- getIndexedProperty(Object, String) - ????? 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) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String, int) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getIndexedProperty(Object, String, int) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive indexed property of the specified bean, as a String.
- getInstance() - ??????? org.apache.commons.beanutils.BeanUtilsBean
-
Gets the instance which provides the functionality for
BeanUtils
. - getInstance() - ??????? org.apache.commons.beanutils.ConvertUtilsBean
-
Get singleton instance
- getInstance() - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Gets singleton instance.
- getInstance() - ??????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return the PropertyUtils bean instance.
- getInstance() - ????? org.apache.commons.beanutils.WrapDynaBean
-
Gets the bean instance wrapped by this DynaBean.
- getKey() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Return the mapped property key.
- getKey() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Return the mapped property key.
- getKey(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Return the map key from the property expression or
null
. - getKey(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Extract the map key from the property expression or
null
. - getLocale() - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Locale for the Converter (or
null
if none specified). - getLocale() - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Return the Locale for the Converter (or
null
if none specified). - getLocaleBeanUtilsInstance() - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets singleton instance
- getLocaleConvertUtils() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the bean instance used for conversions
- getMap() - ????? org.apache.commons.beanutils.BasicDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Return the underlying Map backing this
DynaBean
- getMappedProperty(Object, String) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified bean, as a String.
- getMappedProperty(Object, String) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified bean, as a String.
- getMappedProperty(Object, String) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified mapped property of the specified bean, with no type conversions.
- getMappedProperty(Object, String) - ????? 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) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified mapped property of the specified bean, as a String.
- getMappedProperty(Object, String, String) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified mapped property of the specified bean, as a String.
- getMappedProperty(Object, String, String) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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<?>) - ??????? org.apache.commons.beanutils.PropertyUtils
-
????This method should not be exposed
- getMappedPropertyDescriptors(Class<?>) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
????This method should not be exposed
- getMappedPropertyDescriptors(Object) - ??????? org.apache.commons.beanutils.PropertyUtils
-
????This method should not be exposed
- getMappedPropertyDescriptors(Object) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
????This method should not be exposed
- getMappedPropertyLocale(Object, String, String) - ??????? 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) - ????? 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() - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the Class object for the property values.
- getMappedReadMethod() - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to read one of the property value.
- getMappedWriteMethod() - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to write one of the property value.
- getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getName() - ????? org.apache.commons.beanutils.BasicDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class</code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - ?????? org.apache.commons.beanutils.DynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class</code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - ????? org.apache.commons.beanutils.DynaProperty
-
Get the name of this property.
- getName() - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class</code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getName() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class
) - getName() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Return property name (includes indexed/mapped expr).
- getName() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Return property name (includes indexed/mapped expr).
- getName() - ????? org.apache.commons.beanutils.WrapDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class</code), which allows the same
DynaClass
implementation class to support different dynamic classes, with different sets of properties. - getNestedProperty(Object, String) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the (possibly nested) locale-sensitive property of the specified name.
- getNestedProperty(Object, String) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Get a column value from a
ResultSet
for the specified name. - getObjectFromResultSet(String) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Get a value from the
ResultSet
for the specified property name. - getPattern() - ????? 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() - ????? 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() - ????? org.apache.commons.beanutils.BeanPredicate
-
Gets the
Predicate
to be applied to the value of the named property duringevaluate(java.lang.Object)
. - getPrimitiveType(Class<?>) - ??????? org.apache.commons.beanutils.MethodUtils
-
Gets the class for the primitive type corresponding to the primitive wrapper class given.
- getPrimitiveWrapper(Class<?>) - ??????? org.apache.commons.beanutils.MethodUtils
-
Gets the wrapper object class for the given primitive type class.
- getProperty() - ????? org.apache.commons.beanutils.BeanComparator
-
Gets the property attribute of the BeanComparator
- getProperty(Object, String) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive property of the specified bean.
- getProperty(Object, String) - ????? 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) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive property of the specified bean.
- getProperty(Object, String, String) - ????? 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) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Return the property name from the property expression.
- getProperty(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Return the property name from the property expression.
- getPropertyDescriptor(Object, String) - ??????? 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) - ????? 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) - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Returns the descriptor for the property with the given name or null if this property is unknown.
- getPropertyDescriptor(String) - ????? org.apache.commons.beanutils.WrapDynaClass
-
Return the PropertyDescriptor for the specified property name, if any; otherwise return
null
. - getPropertyDescriptors(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<?>) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return the Java Class repesenting the property editor class that has been registered for this property (if any).
- getPropertyName() - ????? org.apache.commons.beanutils.BeanPredicate
-
Gets the name of the property whose value is to be predicated.
- getPropertyName() - ????? org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the name of the property which will be updated when this
Closure
executes. - getPropertyName() - ????? org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the name of the property which will be evaluated when this
Predicate
is executed. - getPropertyName() - ????? org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the name of the property that will be used in the transformation of the bean.
- getPropertyOfMapBean(Map<?, ?>, String) - ????? 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) - ??????? 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) - ????? 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() - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Gets the
PropertyUtilsBean
instance used to access properties. - getPropertyUtilsBean() - ????? org.apache.commons.beanutils.WrapDynaClass
-
Returns the
PropertyUtilsBean
instance associated with this class. - getPropertyValue() - ????? org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the value that the property specified by
propertyName
will be updated to when thisClosure
executes. - getPropertyValue() - ????? org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the value that the property specified by
propertyName
will be compared to when thisPredicate
executes. - getPropName() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Return the property name.
- getPropName() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Return the property name.
- getReadMethod(PropertyDescriptor) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property getter method for this property, if there is one; otherwise return
null
. - getReadMethod(PropertyDescriptor) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property getter method for this property, if there is one; otherwise return
null
. - getReadMethod(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getReadMethod(String) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getResolver() - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return the configured
Resolver
implementation used by BeanUtils. - getRows() - ????? 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) - ??????? org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified simple property of the specified bean, converted to a String.
- getSimpleProperty(Object, String) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified simple property of the specified bean, converted to a String.
- getSimpleProperty(Object, String) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified simple property of the specified bean, with no type conversions.
- getSimpleProperty(Object, String) - ????? 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) - ??????? 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) - ????? 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() - ????? org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Returns a (unmodifiable) set with the names of the properties which are suppressed by this
BeanIntrospector
. - getTarget() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Return the target bean.
- getTarget() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Return the target bean.
- getTargetClass() - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Returns the class that is subject of introspection.
- getTimeZone() - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Time Zone to use when converting dates (or
null
if none specified. - getType() - ????? org.apache.commons.beanutils.DynaProperty
-
Gets the Java class representing the data type of the underlying property values.
- getType(String) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the type of the property with the given name.
- getTypeTransformer(Class<?>) - ????? org.apache.commons.beanutils.BeanMap
-
Returns a transformer for the given primitive type.
- getWriteMethod(PropertyDescriptor) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(PropertyDescriptor) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(Class<?>, PropertyDescriptor) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property, if there is one; otherwise return
null
. - getWriteMethod(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethod(String) - ????? org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethodPrefix() - ????? org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Returns the prefix for write methods this instance scans for.
- growIndexedProperty(String, Object, int) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Grow the size of an indexed property
H
- handleError(Class<T>, Object, Throwable) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Handle Conversion Errors.
- handleMissing(Class<T>) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Handle missing values.
- hashCode() - ????? org.apache.commons.beanutils.BeanComparator
-
Hashcode compatible with equals.
- hashCode() - ????? org.apache.commons.beanutils.DynaProperty
- hasNested(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Indicates whether or not the expression contains nested property expressions or not.
- hasNested(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Indicates whether or not the expression contains nested property expressions or not.
- hasNext() - ????? org.apache.commons.beanutils.ResultSetIterator
-
Return
true
if the iteration has more elements. - hasProperty(String) - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Tests whether a descriptor for the property with the given name is already contained in this context.
I
- INDEXED_DELIM - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - INDEXED_DELIM2 - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - initCause(Throwable, Throwable) - ??????? 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) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initialValue() - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Returns the initial value for this ContextClassLoaderLocal variable.
- instance - ????? org.apache.commons.beanutils.WrapDynaBean
-
The JavaBean instance wrapped by this WrapDynaBean.
- INSTANCE - ??????? org.apache.commons.beanutils.DefaultBeanIntrospector
-
The singleton instance of this class.
- Integer_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Integer Zero
- IntegerArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - IntegerArrayConverter() - ????? org.apache.commons.beanutils.converters.IntegerArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - IntegerArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.IntegerArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - IntegerConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Integer objects. - IntegerConverter() - ????? org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that throws a
ConversionException
if an error occurs. - IntegerConverter(Object) - ????? org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that returns a default value if an error occurs.
- IntegerLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - IntegerLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - IntegerLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - introspect() - ????? org.apache.commons.beanutils.WrapDynaClass
-
Introspect our bean class to identify the supported properties.
- introspect(ResultSet) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Introspect the metadata associated with our result set, and populate the
properties
andpropertiesMap
instance variables. - introspect(IntrospectionContext) - ?????? org.apache.commons.beanutils.BeanIntrospector
-
Performs introspection on a Java class.
- introspect(IntrospectionContext) - ????? org.apache.commons.beanutils.DefaultBeanIntrospector
-
Performs introspection of a specific Java class.
- introspect(IntrospectionContext) - ????? org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Performs introspection.
- introspect(IntrospectionContext) - ????? org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Performs introspection on a Java class.
- IntrospectionContext - org.apache.commons.beanutils????
-
A context interface used during introspection for querying and setting property descriptors.
- invokeConstructor(Class<T>, Object) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of
klazz
using a single argument constructor. - invokeConstructor(Class<T>, Object[]) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeConstructor(Class<T>, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactConstructor(Class<T>, Object) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of
klazz
using a single argument constructor. - invokeExactConstructor(Class<T>, Object[]) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using the actual argumentsargs
. - invokeExactConstructor(Class<T>, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of
klazz
created using constructor with signatureparameterTypes
and actual argumentsargs
. - invokeExactMethod(Object, String, Object) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter type matches exactly the object type.
- invokeExactMethod(Object, String, Object[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the object types.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter types given.
- invokeExactStaticMethod(Class<?>, String, Object) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object type.
- invokeExactStaticMethod(Class<?>, String, Object[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter types match exactly the object types.
- invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter types given.
- invokeMethod(Object, String, Object) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeSetter(Object, String, String, int, Object) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Invoke the setter method.
- invokeSetter(Object, String, String, int, Object) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Invoke the setter method.
- invokeStaticMethod(Class<?>, String, Object) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - ??????? org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- isAllowDecimals() - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Return whether decimals are allowed in the number.
- isAssignable(Class<?>, Class<?>) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignable(Class<?>, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignmentCompatible(Class<?>, Class<?>) - ??????? org.apache.commons.beanutils.MethodUtils
-
Determine whether a type can be used as a parameter in a method invocation.
- isDynaProperty(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Indicates if there is a property with the specified name.
- isDynaProperty(String) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Indicate whether a property actually exists.
- isDynaProperty(String) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Indicate whether a property actually exists.
- isEmpty() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the decorated
DynaBean
has any properties. - isIgnoreNull() - ????? org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the flag that determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIgnoreNull() - ????? org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the flag which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIgnoreNull() - ????? org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the flag which determines whether
null
objects in the property path will genenerate anIllegalArgumentException
or not. - isIndexed() - ????? org.apache.commons.beanutils.DynaProperty
-
Does this property represent an indexed value (ie an array or List)?
- isIndexed(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for an indexed property or not.
- isIndexed(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for an indexed property or not.
- isLenient() - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Returns whether date formatting is lenient.
- isMapped() - ????? org.apache.commons.beanutils.DynaProperty
-
Does this property represent a mapped value (ie a Map)?
- isMapped(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for a mapped property or not.
- isMapped(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for a mapped property or not.
- isReadable(Object, String) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return
true
if the specified property name identifies a readable property on the specified bean; otherwise, returnfalse
. - isReadOnly() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the Map is read only.
- isRestricted() - ????? org.apache.commons.beanutils.LazyDynaClass
-
Is this DynaClass currently restricted.
- isRestricted() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Is this DynaClass currently restricted.
- isRestricted() - ?????? 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() - ????? org.apache.commons.beanutils.LazyDynaClass
-
Should this DynaClass return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - isReturnNull() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Should this DynaClass return a
null
from thegetDynaProperty(name)
method if the property doesn't exist. - isUseDefault() - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Return
true
if the specified property name identifies a writeable property on the specified bean; otherwise, returnfalse
. - iterator() - ????? org.apache.commons.beanutils.ResultSetDynaClass
K
- keyIterator() - ????? org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the keys.
- keySet() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the Set of the property names in the decorated
DynaBean
. - keySet() - ????? org.apache.commons.beanutils.BeanMap
-
Get the keys for this BeanMap.
L
- LazyDynaBean - org.apache.commons.beanutils???
-
DynaBean which automatically adds properties to the
DynaClass
and provides Lazy List and Lazy Map features. - LazyDynaBean() - ????? org.apache.commons.beanutils.LazyDynaBean
-
Construct a new
LazyDynaBean
with aLazyDynaClass
instance. - LazyDynaBean(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Construct a new
LazyDynaBean
with aLazyDynaClass
instance. - LazyDynaBean(DynaClass) - ????? 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. - LazyDynaClass - org.apache.commons.beanutils???
-
DynaClass which implements the
MutableDynaClass
interface. - LazyDynaClass() - ????? org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with default parameters.
- LazyDynaClass(String) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name.
- LazyDynaClass(String, Class<?>) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name and DynaBean class.
- LazyDynaClass(String, Class<?>, DynaProperty[]) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name, DynaBean class and properties.
- LazyDynaClass(String, DynaProperty[]) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Construct a new LazyDynaClass with the specified name and properties.
- LazyDynaList - org.apache.commons.beanutils???
-
Lazy DynaBean List.
- LazyDynaList() - ????? org.apache.commons.beanutils.LazyDynaList
-
Default Constructor.
- LazyDynaList(int) - ????? org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with the specified capacity.
- LazyDynaList(Class<?>) - ????? org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with a specified type for its elements.
- LazyDynaList(Object[]) - ????? org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList populated with the elements of an Array.
- LazyDynaList(Collection<?>) - ????? org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList populated with the elements of a Collection.
- LazyDynaList(DynaClass) - ????? org.apache.commons.beanutils.LazyDynaList
-
Construct a LazyDynaList with a specified DynaClass for its elements.
- LazyDynaMap - org.apache.commons.beanutils???
-
Provides a light weight
DynaBean
facade to aMap
with lazy map/list processing. - LazyDynaMap() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Default Constructor.
- LazyDynaMap(String) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name. - LazyDynaMap(String, Map<String, Object>) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name andMap
. - LazyDynaMap(String, DynaProperty[]) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified name and properties. - LazyDynaMap(Map<String, Object>) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specifiedMap
. - LazyDynaMap(DynaClass) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
based on an exisiting DynaClass - LazyDynaMap(DynaProperty[]) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Construct a new
LazyDynaMap
with the specified properties. - limit - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Limits the size of the returned list.
- loadClass(String) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Loads and returns the
Class
of the given name. - loadClass(String) - ????? 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 - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The locale specified to our Constructor, by default - system locale.
- LocaleBeanUtils - org.apache.commons.beanutils.locale???
-
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtils() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils
- LocaleBeanUtils.Descriptor - org.apache.commons.beanutils.locale???
-
????moved into
LocaleBeanUtils
- LocaleBeanUtilsBean - org.apache.commons.beanutils.locale???
-
Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
- LocaleBeanUtilsBean() - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance with standard conversion bean
- LocaleBeanUtilsBean(LocaleConvertUtilsBean) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance that uses given locale conversion
- LocaleBeanUtilsBean(LocaleConvertUtilsBean, ConvertUtilsBean, PropertyUtilsBean) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Construct instance that uses given locale conversion
- LocaleBeanUtilsBean.Descriptor - org.apache.commons.beanutils.locale???
-
????Property name expressions are now processed by the configured
Resolver
implementation and this class is no longer used by BeanUtils. - LocaleConverter - 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 - 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() - ????? org.apache.commons.beanutils.locale.LocaleConvertUtils
- LocaleConvertUtilsBean - 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() - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Makes the state by default (deregisters all converters for all locales) and then registers default locale converters.
- locPattern - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The flag indicating whether the given pattern string is localized or not.
- logInfo(Exception) - ????? org.apache.commons.beanutils.BeanMap
-
Logs the given exception to
System.out
. - logWarn(Exception) - ????? org.apache.commons.beanutils.BeanMap
-
Logs the given exception to
System.err
. - Long_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Long Zero
- LongArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - LongArrayConverter() - ????? org.apache.commons.beanutils.converters.LongArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - LongArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.LongArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - LongConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Long objects. - LongConverter() - ????? org.apache.commons.beanutils.converters.LongConverter
-
Construct a java.lang.Long Converter that throws a
ConversionException
if an error occurs. - LongConverter(Object) - ????? org.apache.commons.beanutils.converters.LongConverter
-
Construct a java.lang.Long Converter that returns a default value if an error occurs.
- LongLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - LongLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - LongLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.LongLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - lookup(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<?>) - ????? 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<?>) - ??????? 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<?>) - ????? 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) - ??????? 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) - ????? 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) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
????This method will be modified to return a Map in the next release.
- lookup(Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
????This method will be modified to return a Map in the next release.
- lowerCase - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Flag defining whether column names should be lower cased when converted to property names.
M
- MAPPED_DELIM - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - MAPPED_DELIM2 - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - MappedPropertyDescriptor - org.apache.commons.beanutils???
-
A MappedPropertyDescriptor describes one mapped property.
- MappedPropertyDescriptor(String, 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) - ????? 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) - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
This constructor takes the name of a mapped property, and Method objects for reading and writing the property.
- MethodUtils - org.apache.commons.beanutils???
-
Utility reflection methods focused on methods in general rather than properties in particular.
- MethodUtils() - ????? org.apache.commons.beanutils.MethodUtils
- MODEL - ??????? org.apache.commons.beanutils.converters.BooleanArrayConverter
-
????Type which this class converts its input to.
- MutableDynaClass - org.apache.commons.beanutils????
-
A specialized extension to
DynaClass
that allows properties to be added or removed dynamically.
N
- name - ????? org.apache.commons.beanutils.BasicDynaClass
-
The "name" of this DynaBean class.
- name - ????? org.apache.commons.beanutils.DynaProperty
-
Property name
- name - ????? org.apache.commons.beanutils.LazyDynaMap
-
The name of this DynaClass (analogous to the
getName()
method ofjava.lang.Class
). - NESTED_DELIM - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The notation used for property name expressions is now dependant on the
Resolver
implementation being used. - NestedNullException - 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() - ???????? org.apache.commons.beanutils.NestedNullException
-
Constructs a
NestedNullException
without a detail message. - NestedNullException(String) - ???????? org.apache.commons.beanutils.NestedNullException
-
Constructs a
NestedNullException
without a detail message. - newInstance() - ????? org.apache.commons.beanutils.BasicDynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - ?????? org.apache.commons.beanutils.DynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - ????? org.apache.commons.beanutils.LazyDynaMap
-
Instantiate and return a new DynaBean instance, associated with this DynaClass.
- newInstance() - ????? 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() - ????? org.apache.commons.beanutils.LazyDynaBean
-
Creates a new instance of the
Map
. - next() - ????? org.apache.commons.beanutils.ResultSetIterator
-
Return the next element in the iteration.
- next(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Extract the next property expression from the current expression.
- next(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Extract the next property expression from the current expression.
- NO_DEFAULT - ??????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????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 - ??????? org.apache.commons.beanutils.converters.BooleanConverter
-
????Use constructors without default value.
- NULL_ARGUMENTS - ??????? org.apache.commons.beanutils.BeanMap
-
An empty array.
- NumberConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from java.lang.Number objects. - NumberConverter(boolean) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Construct a java.lang.Number Converter that throws a
ConversionException
if a error occurs. - NumberConverter(boolean, Object) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Construct a
java.lang.Number
Converter that returns a default value if an error occurs.
O
- org.apache.commons.beanutils - ??? 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 - ??? org.apache.commons.beanutils.converters
-
Standard implementations of the
Converter
interface that are pre-registered withConvertUtils
at startup time. - org.apache.commons.beanutils.expression - ??? org.apache.commons.beanutils.expression
-
Contains the
Resolver
interface and implementations. - org.apache.commons.beanutils.locale - ??? org.apache.commons.beanutils.locale
-
Locale-aware extensions of the standard beanutils classes.
- org.apache.commons.beanutils.locale.converters - ??? org.apache.commons.beanutils.locale.converters
-
Standard implementations of the locale-aware
LocaleConverter
interface that are pre-registered with locale-awareLocaleConvertUtils
at startup time.
P
- parse(Object, String) - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parse(Object, String) - ????? org.apache.commons.beanutils.locale.converters.BigDecimalLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of BigDecimal type.
- parse(Object, String) - ????? org.apache.commons.beanutils.locale.converters.BigIntegerLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of BigInteger type.
- parse(Object, String) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the specified type.
- parseElements(String) - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Parse an incoming String of the form similar to an array initializer in the Java language into a
List
individual Strings for each element, according to the following rules. - pattern - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
The default pattern specified to our Constructor, if any.
- populate(Object, Map<String, ? extends Object>) - ??????? 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>) - ????? org.apache.commons.beanutils.BeanUtilsBean
-
Populate the JavaBeans properties of the specified bean, based on the specified name/value pairs.
- primitiveToWrapper(Class<T>) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Change primitive Class types to the associated wrapper class.
- properties - ????? org.apache.commons.beanutils.BasicDynaClass
-
The set of dynamic properties that are part of this DynaClass.
- properties - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
The set of dynamic properties that are part of this
DynaClass
. - properties - ????? org.apache.commons.beanutils.WrapDynaClass
-
The set of dynamic properties that are part of this DynaClass.
- propertiesMap - ????? org.apache.commons.beanutils.BasicDynaClass
-
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
- propertiesMap - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
The set of dynamic properties that are part of this
DynaClass
, keyed by the property name. - propertiesMap - ????? org.apache.commons.beanutils.WrapDynaClass
-
The set of dynamic properties that are part of this DynaClass, keyed by the property name.
- propertyNames() - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Returns a set with the names of all properties known to this context.
- PropertyUtils - org.apache.commons.beanutils???
-
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
- PropertyUtils() - ????? org.apache.commons.beanutils.PropertyUtils
- PropertyUtilsBean - org.apache.commons.beanutils???
-
Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
- PropertyUtilsBean() - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Base constructor
- put(Object, Object) - ????? org.apache.commons.beanutils.BeanMap
-
Sets the bean property with the given name to the given value.
- put(K, Object) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Set the value for the specified property in the decorated
DynaBean
. - putAll(Map<? extends K, ? extends Object>) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Copy the contents of a Map to the decorated
DynaBean
. - putAllWriteable(BeanMap) - ????? org.apache.commons.beanutils.BeanMap
-
Puts all of the writable properties from the given BeanMap into this BeanMap.
R
- register(boolean, boolean, int) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Register the provided converters with the specified defaults.
- register(Converter, Class<?>) - ??????? org.apache.commons.beanutils.ConvertUtils
-
Register a custom
Converter
for the specified destinationClass
, replacing any previously registered Converter. - register(Converter, Class<?>) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
Register a custom
Converter
for the specified destinationClass
, replacing any previously registered Converter. - register(LocaleConverter, Class<?>, Locale) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Register a custom
LocaleConverter
for the specified destinationClass
, replacing any previously registered converter. - register(LocaleConverter, Class<?>, Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Register a custom
LocaleConverter
for the specified destinationClass
, replacing any previously registered converter. - reinitialise() - ????? org.apache.commons.beanutils.BeanMap
-
Reinitializes this bean.
- remove() - ????? org.apache.commons.beanutils.ResultSetIterator
-
Remove the current element from the iteration.
- remove(Object) - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
remove() operation is not supported.
- remove(String) - ????? org.apache.commons.beanutils.expression.DefaultResolver
-
Remove the last property expresson from the current expression.
- remove(String) - ?????? org.apache.commons.beanutils.expression.Resolver
-
Remove the last property expresson from the current expression.
- remove(String) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
- remove(String) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Remove the specified dynamic property, and any associated data type, readability, and writeability, from this dynamic class.
- remove(String) - ?????? 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) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - ?????? org.apache.commons.beanutils.DynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Remove any existing value for the specified key on the specified mapped property.
- remove(String, String) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Remove any existing value for the specified key on the specified mapped property.
- removeBeanIntrospector(BeanIntrospector) - ??????? org.apache.commons.beanutils.PropertyUtils
-
Removes the specified
BeanIntrospector
. - removeBeanIntrospector(BeanIntrospector) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Removes the specified
BeanIntrospector
. - removePropertyDescriptor(String) - ?????? org.apache.commons.beanutils.IntrospectionContext
-
Removes the descriptor for the property with the given name.
- resetBeanIntrospectors() - ??????? org.apache.commons.beanutils.PropertyUtils
-
Resets the registered
BeanIntrospector
objects to the initial default state. - resetBeanIntrospectors() - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Resets the
BeanIntrospector
objects registered at this instance. - Resolver - org.apache.commons.beanutils.expression????
-
Property Name Expression Resolver.
- restricted - ????? org.apache.commons.beanutils.LazyDynaClass
-
Controls whether changes to this DynaClass's properties are allowed.
- restricted - ????? org.apache.commons.beanutils.LazyDynaMap
-
Controls whether changes to this DynaClass's properties are allowed.
- resultSet - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
The
ResultSet
we are wrapping. - ResultSetDynaClass - org.apache.commons.beanutils???
-
Implementation of
DynaClass
for DynaBeans that wrap thejava.sql.Row
objects of ajava.sql.ResultSet
. - ResultSetDynaClass(ResultSet) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetDynaClass(ResultSet, boolean) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetDynaClass(ResultSet, boolean, boolean) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Construct a new ResultSetDynaClass for the specified
ResultSet
. - ResultSetIterator - org.apache.commons.beanutils???
- returnNull - ????? org.apache.commons.beanutils.LazyDynaClass
-
Controls whether the
getDynaProperty()
method returns null if a property doesn't exist - or creates a new one. - returnNull - ????? org.apache.commons.beanutils.LazyDynaMap
-
Controls whether the
getDynaProperty()
method returns null if a property doesn't exist - or creates a new one. - rows - ????? org.apache.commons.beanutils.RowSetDynaClass
-
The list of
DynaBean
s representing the contents of the originalResultSet
on which thisRowSetDynaClass
was based. - RowSetDynaClass - org.apache.commons.beanutils???
- RowSetDynaClass(ResultSet) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, boolean) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, int) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, boolean, int, boolean) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
. - RowSetDynaClass(ResultSet, int) - ????? org.apache.commons.beanutils.RowSetDynaClass
-
Construct a new
RowSetDynaClass
for the specifiedResultSet
.
S
- set(int, Object) - ????? org.apache.commons.beanutils.LazyDynaList
-
Set the element at the specified position.
- set(String, int, Object) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - ?????? org.apache.commons.beanutils.DynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Set the value of an indexed property with the specified name.
- set(String, int, Object) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Set the value of the property with the specified name performing any type conversions if necessary.
- set(String, Object) - ?????? org.apache.commons.beanutils.DynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a simple property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Set the value of a simple property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a simple property with the specified name.
- set(String, Object) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a simple property with the specified name.
- set(String, String, Object) - ????? org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - ?????? org.apache.commons.beanutils.DynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - ????? org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a mapped property with the specified name.
- set(String, String, Object) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a mapped property with the specified name.
- set(T) - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Sets the value - a value is provided per (thread) context classloader.
- setAllowedChars(char[]) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Set the allowed characters to be used for parsing a delimited String.
- setApplyLocalized(boolean) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets whether the pattern is localized or not.
- setApplyLocalized(boolean) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets whether the pattern is applied localized (Indicate whether the pattern is localized or not)
- setApplyLocalized(boolean) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Sets applyLocalized.
- setApplyLocalized(boolean) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for applyLocalized
- setBean(Object) - ????? org.apache.commons.beanutils.BeanMap
-
Sets the bean to be operated on by this map.
- setCacheFast(Map<?, ?>, boolean) - ??????? org.apache.commons.beanutils.BeanUtils
-
Set whether fast on a Map
- setCacheMethods(boolean) - ??????? org.apache.commons.beanutils.MethodUtils
-
Set whether methods should be cached for greater performance or not, default is
true
. - setDebug(int) - ??????? org.apache.commons.beanutils.BeanUtils
-
????BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- setDebug(int) - ??????? org.apache.commons.beanutils.PropertyUtils
-
????The
debug
static property is no longer used - setDefaultBoolean(boolean) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Boolean.TYPE and Boolean.class instead
- setDefaultBoolean(boolean) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Boolean.TYPE and Boolean.class instead
- setDefaultByte(byte) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Byte.TYPE and Byte.class instead
- setDefaultByte(byte) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Byte.TYPE and Byte.class instead
- setDefaultCharacter(char) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Character.TYPE and Character.class instead
- setDefaultCharacter(char) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Character.TYPE and Character.class instead
- setDefaultDouble(double) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Double.TYPE and Double.class instead
- setDefaultDouble(double) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Double.TYPE and Double.class instead
- setDefaultFloat(float) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Float.TYPE and Float.class instead
- setDefaultFloat(float) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Float.TYPE and Float.class instead
- setDefaultInteger(int) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Integer.TYPE and Integer.class instead
- setDefaultInteger(int) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Integer.TYPE and Integer.class instead
- setDefaultLocale(Locale) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets the locale used when no locale is passed.
- setDefaultLocale(Locale) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets the default Locale.
- setDefaultLocale(Locale) - ??????? org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Sets the
Locale
which will be used when noLocale
is passed to a method. - setDefaultLocale(Locale) - ????? org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for defaultLocale.
- setDefaultLong(long) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Long.TYPE and Long.class instead
- setDefaultLong(long) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Long.TYPE and Long.class instead
- setDefaultShort(short) - ??????? org.apache.commons.beanutils.ConvertUtils
-
????Register replacement converters for Short.TYPE and Short.class instead
- setDefaultShort(short) - ????? org.apache.commons.beanutils.ConvertUtilsBean
-
????Register replacement converters for Short.TYPE and Short.class instead
- setDefaultValue(Object) - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Set the default value, converting as required.
- setDelimiter(char) - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Set the delimiter to be used for parsing a delimited String.
- setDynaBeanClass(Class<?>) - ????? org.apache.commons.beanutils.BasicDynaClass
-
Set the Class object we will use to create new instances in the
newInstance()
method. - setElementDynaClass(DynaClass) - ????? org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setElementType(Class<?>) - ????? org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setIndex(int) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Set the indexed property index.
- setIndex(int) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Set the indexed property index.
- setIndexedProperty(Object, String, int, Object) - ??????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified indexed property of the specified bean, with no type conversions.
- setInstance(BeanUtilsBean) - ??????? org.apache.commons.beanutils.BeanUtilsBean
-
Sets the instance which provides the functionality for
BeanUtils
. - setInstance(LocaleBeanUtilsBean) - ??????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets the instance which provides the functionality for
LocaleBeanUtils
. - setKey(String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Set the mapped property key.
- setKey(String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Set the mapped property key.
- setLenient(boolean) - ????? org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Specify whether or not date-time parsing should be lenient.
- setLocale(Locale) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Locale for the Converter.
- setLocale(Locale) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Set the Locale for the Converter.
- setMap(Map<String, Object>) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Set the Map backing this
DynaBean
- setMappedProperty(Object, String, Object) - ??????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified mapped property of the specified bean, with no type conversions.
- setMappedReadMethod(Method) - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to read one of the property value.
- setMappedWriteMethod(Method) - ????? org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to write the property value.
- setName(String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Set the property name (includes indexed/mapped expr).
- setName(String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Set the property name (includes indexed/mapped expr).
- setNestedProperty(Object, String, Object) - ??????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Set a date format pattern to use to convert dates to/from a
java.lang.String
. - setPattern(String) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Set a number format pattern to use to convert Numbers to/from a
java.lang.String
. - setPatterns(String[]) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the date format patterns to use to convert dates to/from a
java.lang.String
. - setPredicate(Predicate) - ????? org.apache.commons.beanutils.BeanPredicate
-
Sets the
Predicate
to be applied to the value of the named property duringevaluate(Object)
. - setProperties(DynaProperty[]) - ????? org.apache.commons.beanutils.BasicDynaClass
-
Set the list of dynamic properties supported by this DynaClass.
- setProperty(Object, String, Object) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ??????? 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) - ????? 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) - ????? org.apache.commons.beanutils.BeanComparator
-
Sets the method to be called to compare two JavaBeans
- setPropertyName(String) - ????? org.apache.commons.beanutils.BeanPredicate
-
Sets the name of the property whose value is to be predicated.
- setPropertyOfMapBean(Map<String, Object>, String, Object) - ????? 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) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Set the property name.
- setPropName(String) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Set the property name.
- setResolver(Resolver) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Configure the
Resolver
implementation used by BeanUtils. - setRestricted(boolean) - ????? org.apache.commons.beanutils.LazyDynaClass
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - ????? org.apache.commons.beanutils.LazyDynaMap
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - ?????? org.apache.commons.beanutils.MutableDynaClass
-
Set the restricted state of this DynaClass to the specified value.
- setReturnNull(boolean) - ????? 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) - ????? 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) - ??????? 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) - ????? org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified simple property of the specified bean, with no type conversions.
- setTarget(Object) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
????Set the target bean.
- setTarget(Object) - ????? org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
????Set the target bean.
- setTimeZone(TimeZone) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Time Zone to use when converting dates.
- setUseColumnLabel(boolean) - ????? org.apache.commons.beanutils.ResultSetDynaClass
-
Set whether the column label or name should be used for the property name.
- setUseLocaleFormat(boolean) - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Indicate whether conversion should use a format/pattern or not.
- setUseLocaleFormat(boolean) - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Set whether a format should be used to convert the Number.
- setValue(Object) - ????? org.apache.commons.beanutils.BeanMap.Entry
-
Sets the value.
- Short_ZERO - ??????? org.apache.commons.beanutils.LazyDynaBean
-
Short Zero
- ShortArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - ShortArrayConverter() - ????? org.apache.commons.beanutils.converters.ShortArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - ShortArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.ShortArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - ShortConverter - org.apache.commons.beanutils.converters???
-
NumberConverter
implementation that handles conversion to and from java.lang.Short objects. - ShortConverter() - ????? org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that throws a
ConversionException
if an error occurs. - ShortConverter(Object) - ????? org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that returns a default value if an error occurs.
- ShortLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - ShortLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - ShortLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - size() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the number properties in the decorated
DynaBean
. - size() - ????? org.apache.commons.beanutils.BeanMap
-
Returns the number of properties defined by the bean.
- size(String) - ????? org.apache.commons.beanutils.LazyDynaBean
-
Return the size of an indexed or mapped property.
- SqlDateConverter - org.apache.commons.beanutils.converters???
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Date objects. - SqlDateConverter() - ????? org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that throws a
ConversionException
if an error occurs. - SqlDateConverter(Object) - ????? org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that returns a default value if an error occurs.
- SqlDateLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlDateLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlDateLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeConverter - org.apache.commons.beanutils.converters???
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Time objects. - SqlTimeConverter() - ????? org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that throws a
ConversionException
if an error occurs. - SqlTimeConverter(Object) - ????? org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that returns a default value if an error occurs.
- SqlTimeLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimeLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimeLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampConverter - org.apache.commons.beanutils.converters???
-
DateTimeConverter
implementation that handles conversion to and from java.sql.Timestamp objects. - SqlTimestampConverter() - ????? org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that throws a
ConversionException
if an error occurs. - SqlTimestampConverter(Object) - ????? org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that returns a default value if an error occurs.
- SqlTimestampLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - SqlTimestampLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - SqlTimestampLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringArrayConverter - org.apache.commons.beanutils.converters???
-
????Replaced by the new
ArrayConverter
implementation - StringArrayConverter() - ????? org.apache.commons.beanutils.converters.StringArrayConverter
-
????Create a
Converter
that will throw aConversionException
if a conversion error occurs. - StringArrayConverter(Object) - ????? org.apache.commons.beanutils.converters.StringArrayConverter
-
????Create a
Converter
that will return the specified default value if a conversion error occurs. - StringConverter - org.apache.commons.beanutils.converters???
-
Converter
implementation that converts an incoming object into ajava.lang.String
object. - StringConverter() - ????? org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that throws a
ConversionException
if an error occurs. - StringConverter(Object) - ????? org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that returns a default value if an error occurs.
- StringLocaleConverter - 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() - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(boolean) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Object) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? 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) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value if a conversion error occurs. - StringLocaleConverter(Locale) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, boolean) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, String) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - StringLocaleConverter(Locale, String, boolean) - ????? org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will throw aConversionException
if a conversion error occurs. - strings - ??????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Model object for string arrays.
- SUPPRESS_CLASS - ??????? org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
A specialized instance which is configured to suppress the special
class
properties of Java beans. - SuppressPropertiesBeanIntrospector - org.apache.commons.beanutils???
-
A specialized
BeanIntrospector
implementation which suppresses some properties. - SuppressPropertiesBeanIntrospector(Collection<String>) - ????? org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Creates a new instance of
SuppressPropertiesBeanIntrospector
and sets the names of the properties to be suppressed.
T
- toArray() - ????? org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an Array.
- toArray(T[]) - ????? org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an Array of the specified type.
- toDynaBeanArray() - ????? org.apache.commons.beanutils.LazyDynaList
-
Converts the List to an DynaBean Array.
- toNonPrimitiveClass(Class<?>) - ??????? org.apache.commons.beanutils.MethodUtils
-
Find a non primitive representation for given primitive class.
- toString() - ????? org.apache.commons.beanutils.BeanMap
-
Renders a string representation of this object.
- toString() - ????? org.apache.commons.beanutils.converters.AbstractConverter
-
Provide a String representation of this converter.
- toString() - ????? org.apache.commons.beanutils.converters.ArrayConverter
-
Provide a String representation of this array converter.
- toString() - ????? org.apache.commons.beanutils.converters.ConverterFacade
-
Provide a String representation of this facade implementation sand the underlying
Converter
it delegates to. - toString() - ????? org.apache.commons.beanutils.converters.DateTimeConverter
-
Provide a String representation of this date/time converter.
- toString() - ????? org.apache.commons.beanutils.converters.NumberConverter
-
Provide a String representation of this number converter.
- toString() - ????? org.apache.commons.beanutils.DynaProperty
-
Return a String representation of this Object.
- transform(Object) - ????? org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the value of the property named in the transformer's constructor for the object provided.
- type - ????? org.apache.commons.beanutils.DynaProperty
-
Property type
U
- unset() - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Unsets the value associated with the current thread's context classloader
- unset(ClassLoader) - ????? org.apache.commons.beanutils.ContextClassLoaderLocal
-
Unsets the value associated with the given classloader
- URLConverter - org.apache.commons.beanutils.converters???
-
Converter
implementaion that handles conversion to and from java.net.URL objects. - URLConverter() - ????? org.apache.commons.beanutils.converters.URLConverter
-
Construct a java.net.URL Converter that throws a
ConversionException
if an error occurs. - URLConverter(Object) - ????? org.apache.commons.beanutils.converters.URLConverter
-
Construct a java.net.URL Converter that returns a default value if an error occurs.
- useDefault - ????? org.apache.commons.beanutils.converters.AbstractArrayConverter
-
????Should we return the default value on conversion errors?
- useDefault - ????? org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Should we return the default value on conversion errors?
V
- valueIterator() - ????? org.apache.commons.beanutils.BeanMap
-
Convenience method for getting an iterator over the values.
- values - ????? org.apache.commons.beanutils.BasicDynaBean
-
The set of property values for this DynaBean, keyed by property name.
- values - ????? org.apache.commons.beanutils.LazyDynaBean
-
The
MutableDynaClass
"base class" that this DynaBean is associated with. - values() - ????? org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the set of property values in the decorated
DynaBean
. - values() - ????? org.apache.commons.beanutils.BeanMap
-
Returns the values for the BeanMap.
W
- WrapDynaBean - 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) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Construct a new
DynaBean
associated with the specified JavaBean instance. - WrapDynaBean(Object, WrapDynaClass) - ????? org.apache.commons.beanutils.WrapDynaBean
-
Creates a new instance of
WrapDynaBean
, associates it with the specified JavaBean instance, and initializes the bean'sDynaClass
. - WrapDynaClass - org.apache.commons.beanutils???
-
Implementation of
DynaClass
for DynaBeans that wrap standard JavaBean instances.
All Classes and Interfaces|?????|?????|?????
ArrayConverter
implementation