- calculate(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
- calculate(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
- CalendarConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to
and from
java.util.Calendar objects.
- CalendarConverter() - Constructor for class org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that throws
a ConversionException
if an error occurs.
- CalendarConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CalendarConverter
-
Construct a java.util.Calendar Converter that returns
a default value if an error occurs.
- cause - Variable in exception org.apache.commons.beanutils.ConversionException
-
The root cause of this ConversionException
, compatible with
JDK 1.4's extensions to java.lang.Throwable
.
- Character_SPACE - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Character Space
- CharacterArrayConverter - Class in org.apache.commons.beanutils.converters
-
- CharacterArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.
- CharacterArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.
Create a
Converter
that will return
the specified default value if a conversion error occurs.
- CharacterConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion
to and from
java.lang.Character objects.
- CharacterConverter() - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that throws
a ConversionException
if an error occurs.
- CharacterConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.CharacterConverter
-
Construct a java.lang.Character Converter that returns
a default value if an error occurs.
- ClassConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementaion that handles conversion
to and from
java.lang.Class objects.
- ClassConverter() - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that throws
a ConversionException
if an error occurs.
- ClassConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ClassConverter
-
Construct a java.lang.Class Converter that returns
a default value if an error occurs.
- clear() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
clear() operation is not supported.
- clear() - Method in class org.apache.commons.beanutils.BeanMap
-
This method reinitializes the bean map to have default values for the
bean's properties.
- clear() - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Clear our cache of WrapDynaClass instances.
- clearCache() - Static method in class org.apache.commons.beanutils.MethodUtils
-
Clear the method cache.
- clearDescriptors() - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Clear any cached property descriptors information for all classes
loaded by any class loaders.
- clearDescriptors() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Clear any cached property descriptors information for all classes
loaded by any class loaders.
- clone() - Method in class org.apache.commons.beanutils.BeanMap
-
Clone this bean map using the following process:
If there is no underlying bean, return a cloned BeanMap without a
bean.
- cloneBean(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Clone a bean based on the available property getters and setters,
even if the bean class itself does not implement Cloneable.
- cloneBean(Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Clone a bean based on the available property getters and setters,
even if the bean class itself does not implement Cloneable.
- compare(T, T) - Method in class org.apache.commons.beanutils.BeanComparator
-
Compare two JavaBeans by their shared property.
- constructor - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The constructor of the dynaBeanClass
that we will use
for creating new instances.
- constructorTypes - Static variable in class org.apache.commons.beanutils.BasicDynaClass
-
The method signature of the constructor we will use to create
new DynaBean instances.
- ConstructorUtils - Class in org.apache.commons.beanutils
-
Utility reflection methods focussed on constructors, modelled after
MethodUtils
.
- ConstructorUtils() - Constructor for class org.apache.commons.beanutils.ConstructorUtils
-
- constructorValues - Variable in class org.apache.commons.beanutils.BasicDynaClass
-
The argument values to be passed to the constructore we will use
to create new DynaBean instances.
- contains(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Does the specified mapped property contain a value for the specified
key value?
- contains(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Does the specified mapped property contain a value for the specified
key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Does the specified mapped property contain a value for the specified
key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Does the specified mapped property contain a value for the specified
key value?
- contains(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Does the specified mapped property contain a value for the specified
key value?
- containsKey(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the
DynaBean
contains a specified
value for one (or more) of its properties.
- containsKey(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsValue(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicates whether the decorated
DynaBean
contains
a specified value.
- containsValue(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns true if the bean defines a property whose current value is
the given object.
- contentType - Variable in class org.apache.commons.beanutils.DynaProperty
-
The (optional) type of content elements for indexed DynaProperty
- ContextClassLoaderLocal<T> - Class in org.apache.commons.beanutils
-
An instance of this class represents a value that is provided per (thread)
context classloader.
- ContextClassLoaderLocal() - Constructor for class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Construct a context classloader instance
- ConversionException - Exception in org.apache.commons.beanutils
-
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully.
- ConversionException(String) - Constructor for exception org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message.
- ConversionException(String, Throwable) - Constructor for exception org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified message and root cause.
- ConversionException(Throwable) - Constructor for exception org.apache.commons.beanutils.ConversionException
-
Construct a new exception with the specified root cause.
- conversionException(Class<?>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Generates a standard conversion exception with a message indicating that
the passed in value cannot be converted to the desired target type.
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Convert the value to an object of the specified class (if
possible).
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.BeanUtilsBean2
-
Convert the value to an object of the specified class (if
possible).
- convert(Class<T>, Object) - Method in interface org.apache.commons.beanutils.Converter
-
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.BooleanArrayConverter
-
Deprecated.
Convert the specified input object into an output object of type
array-of-boolean.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ByteArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.CharacterArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ConverterFacade
-
Convert the input object into an output object of the
specified type by delegating to the underlying
Converter
implementation.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.DoubleArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.FloatArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.LongArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Class, Object) - Method in class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.
Convert the specified input object into an output object of the
specified type.
- convert(Object) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value into a String.
- convert(String, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String[], Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert an array of specified values to an array of objects of the
specified class (if possible).
- convert(Object, Class<?>) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
Convert the value to an object of the specified class (if
possible).
- convert(Object) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value into a String.
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert an array of specified values to an array of objects of the
specified class (if possible).
- convert(Object, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Convert the value to an object of the specified class (if
possible).
- convert(Object) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.ConvertUtilsBean2
-
- convert(Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object.
- convert(Class<T>, Object) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the
specified type.
- convert(Class<T>, Object, String) - Method in class org.apache.commons.beanutils.locale.BaseLocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the
specified type.
- convert(Class<?>, int, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type using the
specified conversion pattern.
- convert(Class<?>, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Convert the specified value to the required type.
- convert(Class<?>, int, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type using the
specified conversion pattern.
- convert(Class<?>, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Convert the specified value to the required type.
- convert(Class<T>, Object, String) - Method in interface org.apache.commons.beanutils.locale.LocaleConverter
-
Convert the specified locale-sensitive input object into an output object of the
specified type.
- convert(Object) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String.
- convert(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String
using the conversion pattern.
- convert(Object, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified locale-sensitive value into a String
using the paticular convertion pattern.
- convert(String, Class<?>) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String, Class<?>, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if
possible) using the convertion pattern.
- convert(String, Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert the specified value to an object of the specified class (if
possible) using the convertion pattern.
- convert(String[], Class<?>, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the
specified class (if possible) using the convertion pattern.
- convert(String[], Class<?>) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the
specified class (if possible).
- convert(String[], Class<?>, Locale, String) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Convert an array of specified values to an array of objects of the
specified class (if possible) using the convertion pattern.
- convert(Object) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String.
- convert(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String
using the conversion pattern.
- convert(Object, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified locale-sensitive value into a String
using the paticular convertion pattern.
- convert(String, Class<?>) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if
possible).
- convert(String, Class<?>, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if
possible) using the convertion pattern.
- convert(String, Class<?>, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert the specified value to an object of the specified class (if
possible) using the convertion pattern.
- convert(String[], Class<?>, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the
specified class (if possible) using the convertion pattern.
- convert(String[], Class<?>) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the
specified class (if possible) .
- convert(String[], Class<?>, Locale, String) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Convert an array of specified values to an array of objects of the
specified class (if possible) using the convertion pattern.
- convertArray(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return the first element from an Array (or Collection)
or the value unchanged if not an Array (or Collection).
- convertArray(Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Returns the value unchanged.
- Converter - Interface in org.apache.commons.beanutils
-
General purpose data type converter that can be registered and used
within the BeanUtils package to manage the conversion of objects from
one type to another.
- ConverterFacade - Class in org.apache.commons.beanutils.converters
-
Provides a facade for
Converter
implementations
preventing access to any public API in the implementation,
other than that specified by
Converter
.
- ConverterFacade(Converter) - Constructor for class org.apache.commons.beanutils.converters.ConverterFacade
-
Construct a converter which delegates to the specified
Converter
implementation.
- ConvertingWrapDynaBean - Class in org.apache.commons.beanutils
-
Implementation of DynaBean
that wraps a standard JavaBean
instance, so that DynaBean APIs can be used to access its properties,
though this implementation allows type conversion to occur when properties are set.
- ConvertingWrapDynaBean(Object) - Constructor for class org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Construct a new DynaBean
associated with the specified
JavaBean instance.
- convertKey(String) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Converts the name of a property to the key type of this decorator.
- convertKey(String) - Method in class org.apache.commons.beanutils.DynaBeanMapDecorator
-
Deprecated.
- convertKey(String) - Method in class org.apache.commons.beanutils.DynaBeanPropertyMapDecorator
-
- convertToCollection(Class<?>, Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Converts non-array values to a Collection prior
to being converted either to an array or a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Convert a java.lang.Class or object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert an input Date/Calendar object into a String.
- convertToString(Object) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert an input Number object into a String.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Convert the input object into an output object of the
specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Handles conversion to an array of the specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.BooleanConverter
-
Convert the specified input object into an output object of the
specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Convert the input object into a java.lang.Character.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Convert the input object into a java.lang.Class.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Convert the input object into a Date object of the
specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.FileConverter
-
Convert the input object into a java.io.File.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Convert the input object into a Number object of the
specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.StringConverter
-
Convert the specified input object into an output object of the
specified type.
- convertToType(Class<T>, Object) - Method in class org.apache.commons.beanutils.converters.URLConverter
-
Convert a java.net.URL or object into a String.
- convertType(Class<?>, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Converts the given value to the given type.
- ConvertUtils - Class in org.apache.commons.beanutils
-
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
- ConvertUtils() - Constructor for class org.apache.commons.beanutils.ConvertUtils
-
- ConvertUtilsBean - Class in org.apache.commons.beanutils
-
Utility methods for converting String scalar values to objects of the
specified Class, String arrays to arrays of the specified Class.
- ConvertUtilsBean() - Constructor for class org.apache.commons.beanutils.ConvertUtilsBean
-
Construct a bean with standard converters registered
- ConvertUtilsBean2 - Class in org.apache.commons.beanutils
-
- ConvertUtilsBean2() - Constructor for class org.apache.commons.beanutils.ConvertUtilsBean2
-
- copy(ResultSet) - Method in class org.apache.commons.beanutils.RowSetDynaClass
-
Copy the column values for each row in the specified
ResultSet
into a newly created
DynaBean
, and add
this bean to the list of
DynaBean
s that will later by
returned by a call to
getRows()
.
- copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Copy property values from the origin bean to the destination bean
for all cases where the property names are the same.
- copyProperties(Object, Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Copy property values from the origin bean to the destination bean
for all cases where the property names are the same.
- copyProperties(Object, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Copy property values from the "origin" bean to the "destination" bean
for all cases where the property names are the same (even though the
actual getter and setter methods might have been customized via
BeanInfo
classes).
- copyProperties(Object, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Copy property values from the "origin" bean to the "destination" bean
for all cases where the property names are the same (even though the
actual getter and setter methods might have been customized via
BeanInfo
classes).
- copyProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Copy the specified property value to the specified destination bean,
performing any type conversion that is required.
- copyProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Copy the specified property value to the specified destination bean,
performing any type conversion that is required.
- create(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
- create(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
- createCache() - Static method in class org.apache.commons.beanutils.BeanUtils
-
Create a cache.
- createDynaBean() - Method in class org.apache.commons.beanutils.RowSetDynaClass
-
Create and return a new
DynaBean
instance to be used for
representing a row in the underlying result set.
- createDynaBeanProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'DynaBean' Property.
- createDynaClass(Class<?>) - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Create (if necessary) and return a new WrapDynaClass
instance for the specified bean class.
- createDynaClass(Class<?>, PropertyUtilsBean) - Static method in class org.apache.commons.beanutils.WrapDynaClass
-
Create (if necessary) and return a new WrapDynaClass
instance
for the specified bean class using the given PropertyUtilsBean
instance for introspection.
- createIndexedProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of an 'Indexed' Property
- createMappedProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Mapped' Property
- createNumberProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a java.lang.Number
Property.
- createOtherProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of other Property types
- createPrimitiveProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a 'Primitive' Property.
- createProperty(String, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Create a new Instance of a Property
- createWriteMethodArguments(Method, Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- current - Variable in class org.apache.commons.beanutils.ResultSetIterator
-
Flag indicating whether the result set is currently positioned at a
row for which we have not yet returned an element in the iteration.
- get(Object) - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Return the value for the specified key from
the decorated
DynaBean
.
- get(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- get(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the value of the bean's property with the given name.
- get() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Gets the instance which provides the functionality for
BeanUtils
.
- get(String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- get(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the value of a mapped property with the specified name.
- get(int) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Return the element at the specified position.
- get(String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- get(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of a simple property with the specified name.
- get(String, int) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of an indexed property with the specified name.
- get(String, String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the value of a mapped property with the specified name,
or null
if there is no value for the specified key.
- getAccessibleConstructor(Class<T>, Class<?>) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor with single argument.
- getAccessibleConstructor(Class<T>, Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns a constructor given a class and signature.
- getAccessibleConstructor(Constructor<T>) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns accessible version of the given constructor.
- getAccessibleMethod(Class<?>, String, Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and a single parameter.
- getAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and parameters.
- getAccessibleMethod(Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getAccessibleMethod(Class<?>, Method) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets whether the pattern is localized or not.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Is the pattern to be applied localized
(Indicate whether the pattern is localized or not)
- getApplyLocalized() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Gets applyLocalized.
- getApplyLocalized() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for applyLocalized
- getArrayProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified array property of the specified
bean, as a String array.
- getArrayProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified array property of the specified
bean, as a String array.
- getBean() - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the bean currently being operated on.
- getBeanClass() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return the class of the underlying wrapped bean.
- getCacheFast(Map<?, ?>) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return whether a Map is fast
- getCause() - Method in exception org.apache.commons.beanutils.ConversionException
-
Return the root cause of this conversion exception.
- getComparator() - Method in class org.apache.commons.beanutils.BeanComparator
-
Gets the Comparator being used to compare beans.
- getContentType() - Method in class org.apache.commons.beanutils.DynaProperty
-
Gets the (optional) type of the indexed content for DynaProperty
's
that support this feature.
- getConvertUtils() - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the ConvertUtilsBean
instance used to perform the conversions.
- getDebug() - Static method in class org.apache.commons.beanutils.BeanUtils
-
- getDebug() - Static method in class org.apache.commons.beanutils.PropertyUtils
-
- getDefault(Class<?>) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default value for conversions to the specified
type.
- getDefault(Class<?>) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default value for conversions to the specified
type.
- getDefaultBoolean() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultBoolean() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultByte() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultByte() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultCharacter() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultCharacter() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultDouble() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultDouble() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultFloat() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultFloat() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultInteger() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultInteger() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Gets the locale used when no locale is passed.
- getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the default Locale
- getDefaultLocale() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Gets the Locale
which will be used when
no Locale
is passed to a method.
- getDefaultLocale() - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
getter for defaultLocale.
- getDefaultLong() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultLong() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultShort() - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- getDefaultShort() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.BigDecimalConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.BigIntegerConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.BooleanConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.ByteConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.CalendarConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.CharacterConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.ClassConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.DateConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.DoubleConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.FileConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.FloatConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.IntegerConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.LongConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.ShortConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlDateConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.StringConverter
-
Return the default type this Converter
handles.
- getDefaultType() - Method in class org.apache.commons.beanutils.converters.URLConverter
-
Return the default type this Converter
handles.
- getDynaBean() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Provide access to the underlying
DynaBean
this Map decorates.
- getDynaBeanClass() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return the Class object we will use to create new instances in the
newInstance()
method.
- getDynaClass() - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynaClass() - Method in interface org.apache.commons.beanutils.DynaBean
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynaClass() - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the DynaClass
instance that describes the set of
properties available for this DynaBean.
- getDynaProperties() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return an array of ProperyDescriptors
for the properties
currently defined in this DynaClass.
- getDynaProperties() - Method in interface org.apache.commons.beanutils.DynaClass
-
Return an array of ProperyDescriptors
for the properties
currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return an array of ProperyDescriptors
for the properties
currently defined in this DynaClass.
- getDynaProperties() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return an array of ProperyDescriptors
for the properties
currently defined in this DynaClass.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return a property descriptor for the specified property, if it exists;
otherwise, return null
.
- getDynaProperty(String) - Method in interface org.apache.commons.beanutils.DynaClass
-
Return a property descriptor for the specified property, if it exists;
otherwise, return null
.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return a property descriptor for the specified property.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Return the property descriptor for the specified property name.
- getDynaProperty(String) - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return a property descriptor for the specified property, if it exists;
otherwise, return null
.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return a DateFormat for the Locale.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Return a DateFormat for the Locale.
- getFormat(Locale, TimeZone) - Method in class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Return a DateFormat for the Locale.
- getIndex(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the index value from the property expression or -1.
- getIndex(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Extract the index value from the property expression or -1.
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Return indexed property index.
- getIndex() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Return indexed property index.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getIndexedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive indexed property
of the specified bean, as a String.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive indexed property
of the specified bean, as a String using the default conversion pattern of
the corresponding
LocaleConverter
.
- getIndexedProperty(Object, String, int, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensetive indexed property
of the specified bean, as a String using the specified conversion pattern.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensetive indexed property
of the specified bean, as a String using the default conversion pattern of
the corresponding
LocaleConverter
.
- getIndexedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive indexed property
of the specified bean, as a String.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive indexed property
of the specified bean, as a String using the default conversion pattern of
the corresponding
LocaleConverter
.
- getIndexedProperty(Object, String, int, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensetive indexed property
of the specified bean, as a String using the specified conversion pattern.
- getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensetive indexed property
of the specified bean, as a String using the default conversion pattern of
the corresponding
LocaleConverter
.
- getIndexedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getIndexedProperty(Object, String, int) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getIndexedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getIndexedProperty(Object, String, int) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified indexed property of the specified
bean, with no type conversions.
- getInstance() - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the instance which provides the functionality for
BeanUtils
.
- getInstance() - Static method in class org.apache.commons.beanutils.ConvertUtilsBean
-
Get singleton instance
- getInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
Gets singleton instance.
- getInstance() - Static method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the PropertyUtils bean instance.
- getInstance() - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Gets the bean instance wrapped by this DynaBean.
- getKey(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the map key from the property expression or null
.
- getKey(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Extract the map key from the property expression or null
.
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Return the mapped property key.
- getKey() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Return the mapped property key.
- getLocale() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Locale for the Converter
(or null
if none specified).
- getLocale() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return the Locale for the Converter
(or null
if none specified).
- getLocaleBeanUtilsInstance() - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets singleton instance
- getLocaleConvertUtils() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Gets the bean instance used for conversions
- getMap() - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return a Map representation of this DynaBean.
- getMap() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return the underlying Map backing this DynaBean
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified mapped property of the specified
bean, as a String.
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified indexed property of the specified
bean, as a String.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified mapped property of the specified
bean, as a String.
- getMappedProperty(Object, String, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified mapped locale-sensitive property
of the specified bean, as a String using the specified conversion pattern.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified mapped locale-sensitive property
of the specified bean, as a String
The key is specified as a method parameter and must *not* be included
in the property name expression.
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive mapped property
of the specified bean, as a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getMappedProperty(Object, String, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified mapped locale-sensitive property
of the specified bean, as a String using the specified conversion pattern.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified mapped locale-sensitive property
of the specified bean, as a String
The key is specified as a method parameter and must *not* be included
in the property name expression
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive mapped property
of the specified bean, as a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getMappedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified mapped property of the
specified bean, with no type conversions.
- getMappedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified mapped property of the specified
bean, with no type conversions.
- getMappedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified mapped property of the
specified bean, with no type conversions.
- getMappedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified mapped property of the specified
bean, with no type conversions.
- getMappedPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
- getMappedPropertyDescriptors(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
- getMappedPropertyDescriptors(Class<?>) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
- getMappedPropertyDescriptors(Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
- getMappedPropertyLocale(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive mapped property
of the specified bean, as a String using the specified pattern.
- getMappedPropertyLocale(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive mapped property
of the specified bean, as a String using the specified pattern.
- getMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the Class object for the property values.
- getMappedReadMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to read one of the property value.
- getMappedWriteMethod() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Gets the method that should be used to write one of the property value.
- getMatchingAccessibleMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getName() - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method of java.lang.Class
DynaClass implementation class to support
different dynamic classes, with different sets of properties.
- getName() - Method in interface org.apache.commons.beanutils.DynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method of java.lang.Class
DynaClass implementation class to support
different dynamic classes, with different sets of properties.
- getName() - Method in class org.apache.commons.beanutils.DynaProperty
-
Get the name of this property.
- getName() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Return the name of this DynaClass (analogous to the
getName()
method of java.lang.Class
)
- getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Return property name (includes indexed/mapped expr).
- getName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Return property name (includes indexed/mapped expr).
- getName() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return the name of this DynaClass (analogous to the
getName()
method of java.lang.Class
DynaClass implementation class to support
different dynamic classes, with different sets of properties.
- getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, as a String.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, as a String.
- getNestedProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the (possibly nested) locale-sensitive property
of the specified name, for the specified bean,
as a String using the specified pattern.
- getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the (possibly nested) locale-sensitive property
of the specified name.
- getNestedProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the (possibly nested) locale-sensitive property
of the specified name, for the specified bean,
as a String using the specified pattern.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the (possibly nested) locale-sensitive property
of the specified name, for the specified bean, as a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getNestedProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- getNestedProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- getObjectFromResultSet(String) - Method in class org.apache.commons.beanutils.ResultSetDynaClass
-
Get a value from the
ResultSet
for the specified
property name.
- getPattern() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return the number format pattern used to convert
Numbers to/from a java.lang.String
(or null
if none specified).
- getPatterns() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the date format patterns used to convert
dates to/from a java.lang.String
(or null
if none specified).
- getPredicate() - Method in class org.apache.commons.beanutils.BeanPredicate
-
- getPrimitiveType(Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Gets the class for the primitive type corresponding to the primitive wrapper class given.
- getPrimitiveWrapper(Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Gets the wrapper object class for the given primitive type class.
- getProperty() - Method in class org.apache.commons.beanutils.BeanComparator
-
Gets the property attribute of the BeanComparator
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified property of the specified bean,
no matter which property reference format is used, as a String.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified property of the specified bean,
no matter which property reference format is used, as a String.
- getProperty(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Return the property name from the property expression.
- getProperty(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Return the property name from the property expression.
- getProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive property
of the specified bean.
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified locale-sensitive property
of the specified bean.
- getProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive property
of the specified bean, no matter which property reference
format is used, as a String using the specified conversion pattern.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified locale-sensitive property
of the specified bean, no matter which property reference
format is used, as a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- getProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- getPropertyDescriptor(String) - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Returns the descriptor for the property with the given name or
null if this property is unknown.
- getPropertyDescriptor(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Retrieve the property descriptor for the specified property of the
specified bean, or return null
if there is no such
descriptor.
- getPropertyDescriptor(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Retrieve the property descriptor for the specified property of the
specified bean, or return null
if there is no such
descriptor.
- getPropertyDescriptor(String) - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Return the PropertyDescriptor for the specified property name, if any;
otherwise return null
.
- getPropertyDescriptors(Class<?>) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Retrieve the property descriptors for the specified class,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyDescriptors(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Retrieve the property descriptors for the specified bean,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyDescriptors(Class<?>) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Retrieve the property descriptors for the specified class,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyDescriptors(Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Retrieve the property descriptors for the specified bean,
introspecting and caching them the first time a particular bean class
is encountered.
- getPropertyEditorClass(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the Java Class repesenting the property editor class that has
been registered for this property (if any).
- getPropertyEditorClass(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the Java Class repesenting the property editor class that has
been registered for this property (if any).
- getPropertyName() - Method in class org.apache.commons.beanutils.BeanPredicate
-
Gets the name of the property whose value is to be predicated.
- getPropertyName() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the name of the property which will be updated when this Closure
executes.
- getPropertyName() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the name of the property which will be evaluated when this Predicate
is
executed.
- getPropertyName() - Method in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the name of the property that will be used in the transformation of the bean.
- getPropertyOfMapBean(Map<?, ?>, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
This method is called by getNestedProperty and setNestedProperty to
define what it means to get a property from an object which implements
Map.
- getPropertyType(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the Java Class representing the property type of the specified
property, or null
if there is no such property for the
specified bean.
- getPropertyType(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the Java Class representing the property type of the specified
property, or null
if there is no such property for the
specified bean.
- getPropertyUtils() - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Gets the PropertyUtilsBean
instance used to access properties.
- getPropertyUtilsBean() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Returns the PropertyUtilsBean
instance associated with this class.
- getPropertyValue() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the value that the property specified by propertyName
will be updated to when this Closure
executes.
- getPropertyValue() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the value that the property specified by propertyName
will be compared to
when this Predicate
executes.
- getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Return the property name.
- getPropName() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Return the property name.
- getReadMethod(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getReadMethod(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the accessor for the property with the given name.
- getReadMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property getter method for this property,
if there is one; otherwise return null
.
- getReadMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property getter method for this property,
if there is one; otherwise return null
.
- getResolver() - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the configured
Resolver
implementation used by BeanUtils.
- getRows() - Method in class org.apache.commons.beanutils.RowSetDynaClass
-
Return a
List
containing the
DynaBean
s that
represent the contents of each
Row
from the
ResultSet
that was the basis of this
RowSetDynaClass
instance.
- getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Return the value of the specified simple property of the specified
bean, converted to a String.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Return the value of the specified simple property of the specified
bean, converted to a String.
- getSimpleProperty(Object, String, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified simple locale-sensitive property
of the specified bean, converted to a String using the specified
conversion pattern.
- getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Return the value of the specified simple locale-sensitive property
of the specified bean, converted to a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getSimpleProperty(Object, String, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified simple locale-sensitive property
of the specified bean, converted to a String using the specified
conversion pattern.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Return the value of the specified simple locale-sensitive property
of the specified bean, converted to a String using the default
conversion pattern of the corresponding
LocaleConverter
.
- getSimpleProperty(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return the value of the specified simple property of the specified
bean, with no type conversions.
- getSimpleProperty(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return the value of the specified simple property of the specified
bean, with no type conversions.
- getSuppressedProperties() - Method in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Returns a (unmodifiable) set with the names of the properties which are suppressed
by this BeanIntrospector
.
- getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Return the target bean.
- getTarget() - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Return the target bean.
- getTargetClass() - Method in interface org.apache.commons.beanutils.IntrospectionContext
-
Returns the class that is subject of introspection.
- getTimeZone() - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Return the Time Zone to use when converting dates
(or null
if none specified.
- getType(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the type of the property with the given name.
- getType() - Method in class org.apache.commons.beanutils.DynaProperty
-
Gets the Java class representing the data type of the underlying property
values.
- getTypeTransformer(Class<?>) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns a transformer for the given primitive type.
- getWriteMethod(String) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethod(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the mutator for the property with the given name.
- getWriteMethod(PropertyDescriptor) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return an accessible property setter method for this property,
if there is one; otherwise return null
.
- getWriteMethod(PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property,
if there is one; otherwise return null
.
- getWriteMethod(Class<?>, PropertyDescriptor) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return an accessible property setter method for this property,
if there is one; otherwise return null
.
- getWriteMethodPrefix() - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Returns the prefix for write methods this instance scans for.
- growIndexedProperty(String, Object, int) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Grow the size of an indexed property
- INDEXED_DELIM - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
- INDEXED_DELIM2 - Static variable in class org.apache.commons.beanutils.PropertyUtils
-
- initCause(Throwable, Throwable) - Static method in class org.apache.commons.beanutils.BeanUtils
-
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initCause(Throwable, Throwable) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
- initialValue() - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Returns the initial value for this ContextClassLoaderLocal
variable.
- INSTANCE - Static variable in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
The singleton instance of this class.
- instance - Variable in class org.apache.commons.beanutils.WrapDynaBean
-
The JavaBean instance wrapped by this WrapDynaBean.
- Integer_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Integer Zero
- IntegerArrayConverter - Class in org.apache.commons.beanutils.converters
-
- IntegerArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.
- IntegerArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerArrayConverter
-
Deprecated.
Create a
Converter
that will return
the specified default value if a conversion error occurs.
- IntegerConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to
and from
java.lang.Integer objects.
- IntegerConverter() - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that throws
a ConversionException
if an error occurs.
- IntegerConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.IntegerConverter
-
Construct a java.lang.Integer Converter that returns
a default value if an error occurs.
- IntegerLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive String into a
java.lang.Integer
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- IntegerLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
- IntegerLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- IntegerLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- IntegerLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- IntegerLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- IntegerLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- IntegerLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.IntegerLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- introspect(IntrospectionContext) - Method in interface org.apache.commons.beanutils.BeanIntrospector
-
Performs introspection on a Java class.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.DefaultBeanIntrospector
-
Performs introspection of a specific Java class.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.FluentPropertyBeanIntrospector
-
Performs introspection.
- introspect(IntrospectionContext) - Method in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Performs introspection on a Java class.
- introspect() - Method in class org.apache.commons.beanutils.WrapDynaClass
-
Introspect our bean class to identify the supported properties.
- IntrospectionContext - Interface in org.apache.commons.beanutils
-
A context interface used during introspection for querying and setting
property descriptors.
- invokeConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of klazz
using a single argument constructor.
- invokeConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of klazz
created using the actual arguments args
.
- invokeConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of klazz
created using constructor
with signature parameterTypes
and actual arguments args
.
- invokeExactConstructor(Class<T>, Object) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Convenience method returning new instance of klazz
using a single argument constructor.
- invokeExactConstructor(Class<T>, Object[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of klazz
created using the actual arguments args
.
- invokeExactConstructor(Class<T>, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.ConstructorUtils
-
Returns new instance of klazz
created using constructor
with signature parameterTypes
and actual arguments
args
.
- invokeExactMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter type matches exactly the object
type.
- invokeExactMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the object
types.
- invokeExactMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter types match exactly the parameter
types given.
- invokeExactStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter type matches exactly the object
type.
- invokeExactStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a static method whose parameter types match exactly the object
types.
- invokeMethod(Object, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeMethod(Object, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named method whose parameter type matches the object type.
- invokeSetter(Object, String, String, int, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Invoke the setter method.
- invokeSetter(Object, String, String, int, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Invoke the setter method.
- invokeStaticMethod(Class<?>, String, Object) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- invokeStaticMethod(Class<?>, String, Object[], Class<?>[]) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Invoke a named static method whose parameter type matches the object type.
- isAllowDecimals() - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Return whether decimals are allowed in the number.
- isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignable(Class<?>, Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Is an object of the source class assignable to the destination class?
- isAssignmentCompatible(Class<?>, Class<?>) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Determine whether a type can be used as a parameter in a method invocation.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Indicates if there is a property with the specified name.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Indicate whether a property actually exists.
- isDynaProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Indicate whether a property actually exists.
- isEmpty() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the decorated
DynaBean
has
any properties.
- isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
-
Returns the flag that determines whether null
objects in the property path will
genenerate an IllegalArgumentException
or not.
- isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
-
Returns the flag which determines whether null
objects in the property path will
genenerate an IllegalArgumentException
or not.
- isIgnoreNull() - Method in class org.apache.commons.beanutils.BeanToPropertyValueTransformer
-
Returns the flag which determines whether null
objects in the property path will
genenerate an IllegalArgumentException
or not.
- isIndexed() - Method in class org.apache.commons.beanutils.DynaProperty
-
Does this property represent an indexed value (ie an array or List)?
- isIndexed(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for an indexed property or not.
- isIndexed(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for an indexed property or not.
- isLenient() - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Returns whether date formatting is lenient.
- isMapped() - Method in class org.apache.commons.beanutils.DynaProperty
-
Does this property represent a mapped value (ie a Map)?
- isMapped(String) - Method in class org.apache.commons.beanutils.expression.DefaultResolver
-
Indicate whether the expression is for a mapped property or not.
- isMapped(String) - Method in interface org.apache.commons.beanutils.expression.Resolver
-
Indicate whether the expression is for a mapped property or not.
- isReadable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return true
if the specified property name identifies
a readable property on the specified bean; otherwise, return
false
.
- isReadable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return true
if the specified property name identifies
a readable property on the specified bean; otherwise, return
false
.
- isReadOnly() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Indicate whether the Map is read only.
- isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Is this DynaClass currently restricted.
- isRestricted() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Is this DynaClass currently restricted.
- isRestricted() - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Is this DynaClass currently restricted, if so, no changes to the
existing registration of property names, data types, readability, or
writeability are allowed.
- isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Should this DynaClass return a null
from
the getDynaProperty(name)
method if the property
doesn't exist.
- isReturnNull() - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Should this DynaClass return a null
from
the getDynaProperty(name)
method if the property
doesn't exist.
- isUseDefault() - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Indicates whether a default value will be returned or exception
thrown in the event of a conversion error.
- isWriteable(Object, String) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Return true
if the specified property name identifies
a writeable property on the specified bean; otherwise, return
false
.
- isWriteable(Object, String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Return true
if the specified property name identifies
a writeable property on the specified bean; otherwise, return
false
.
- iterator() - Method in class org.apache.commons.beanutils.ResultSetDynaClass
-
Return an
Iterator
of
DynaBean
instances for
each row of the wrapped
ResultSet
, in "forward" order.
- set(String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a simple property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.BasicDynaBean
-
Set the value of a mapped property with the specified name.
- set(T) - Method in class org.apache.commons.beanutils.ContextClassLoaderLocal
-
Sets the value - a value is provided per (thread) context classloader.
- set(String, Object) - Method in class org.apache.commons.beanutils.ConvertingWrapDynaBean
-
Set the value of the property with the specified name
performing any type conversions if necessary.
- set(String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of a simple property with the specified name.
- set(String, int, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of an indexed property with the specified name.
- set(String, String, Object) - Method in interface org.apache.commons.beanutils.DynaBean
-
Set the value of a mapped property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a simple property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Set the value of a mapped property with the specified name.
- set(int, Object) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element at the specified position.
- set(String, Object) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set the value of a simple property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a simple property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of an indexed property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.ResultSetIterator
-
Set the value of a mapped property with the specified name.
- set(String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a simple property with the specified name.
- set(String, int, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of an indexed property with the specified name.
- set(String, String, Object) - Method in class org.apache.commons.beanutils.WrapDynaBean
-
Set the value of a mapped property with the specified name.
- setAllowedChars(char[]) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Set the allowed characters to be used for parsing a delimited String.
- setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets whether the pattern is localized or not.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets whether the pattern is applied localized
(Indicate whether the pattern is localized or not)
- setApplyLocalized(boolean) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Sets applyLocalized.
- setApplyLocalized(boolean) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for applyLocalized
- setBean(Object) - Method in class org.apache.commons.beanutils.BeanMap
-
Sets the bean to be operated on by this map.
- setCacheFast(Map<?, ?>, boolean) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Set whether fast on a Map
- setCacheMethods(boolean) - Static method in class org.apache.commons.beanutils.MethodUtils
-
Set whether methods should be cached for greater performance or not,
default is true
.
- setDebug(int) - Static method in class org.apache.commons.beanutils.BeanUtils
-
- setDebug(int) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
- setDefaultBoolean(boolean) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultBoolean(boolean) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultByte(byte) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultByte(byte) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultCharacter(char) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultCharacter(char) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultDouble(double) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultDouble(double) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultFloat(float) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultFloat(float) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultInteger(int) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultInteger(int) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Sets the locale used when no locale is passed.
- setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Sets the default Locale.
- setDefaultLocale(Locale) - Static method in class org.apache.commons.beanutils.locale.LocaleConvertUtils
-
Sets the Locale
which will be used when
no Locale
is passed to a method.
- setDefaultLocale(Locale) - Method in class org.apache.commons.beanutils.locale.LocaleConvertUtilsBean
-
setter for defaultLocale.
- setDefaultLong(long) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultLong(long) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultShort(short) - Static method in class org.apache.commons.beanutils.ConvertUtils
-
- setDefaultShort(short) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
-
- setDefaultValue(Object) - Method in class org.apache.commons.beanutils.converters.AbstractConverter
-
Set the default value, converting as required.
- setDelimiter(char) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Set the delimiter to be used for parsing a delimited String.
- setDynaBeanClass(Class<?>) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Set the Class object we will use to create new instances in the
newInstance()
method.
- setElementDynaClass(DynaClass) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setElementType(Class<?>) - Method in class org.apache.commons.beanutils.LazyDynaList
-
Set the element Type and DynaClass.
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Set the indexed property index.
- setIndex(int) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Set the indexed property index.
- setIndexedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Sets the value of the specified indexed property of the specified
bean, with no type conversions.
- setIndexedProperty(Object, String, int, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Sets the value of the specified indexed property of the specified
bean, with no type conversions.
- setIndexedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified indexed property of the specified
bean, with no type conversions.
- setIndexedProperty(Object, String, int, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified indexed property of the specified
bean, with no type conversions.
- setInstance(BeanUtilsBean) - Static method in class org.apache.commons.beanutils.BeanUtilsBean
-
Sets the instance which provides the functionality for
BeanUtils
.
- setInstance(LocaleBeanUtilsBean) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
- setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Set the mapped property key.
- setKey(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Set the mapped property key.
- setLenient(boolean) - Method in class org.apache.commons.beanutils.locale.converters.DateLocaleConverter
-
Specify whether or not date-time parsing should be lenient.
- setLocale(Locale) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Locale for the Converter.
- setLocale(Locale) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set the Locale for the Converter.
- setMap(Map<String, Object>) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set the Map backing this DynaBean
- setMappedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Sets the value of the specified mapped property of the
specified bean, with no type conversions.
- setMappedProperty(Object, String, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Sets the value of the specified mapped property of the specified
bean, with no type conversions.
- setMappedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified mapped property of the
specified bean, with no type conversions.
- setMappedProperty(Object, String, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified mapped property of the specified
bean, with no type conversions.
- setMappedReadMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to read one of the property value.
- setMappedWriteMethod(Method) - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
-
Sets the method that should be used to write the property value.
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Set the property name (includes indexed/mapped expr).
- setName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Set the property name (includes indexed/mapped expr).
- setNestedProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Sets the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- setNestedProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the (possibly nested) property of the specified
name, for the specified bean, with no type conversions.
- setOnlyFirstToString(boolean) - Method in class org.apache.commons.beanutils.converters.ArrayConverter
-
Indicates whether converting to a String should create
a delimited list or just convert the first value.
- setPattern(String) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set a date format pattern to use to convert
dates to/from a java.lang.String
.
- setPattern(String) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set a number format pattern to use to convert
Numbers to/from a java.lang.String
.
- setPatterns(String[]) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the date format patterns to use to convert
dates to/from a java.lang.String
.
- setPredicate(Predicate) - Method in class org.apache.commons.beanutils.BeanPredicate
-
- setProperties(DynaProperty[]) - Method in class org.apache.commons.beanutils.BasicDynaClass
-
Set the list of dynamic properties supported by this DynaClass.
- setProperty(String) - Method in class org.apache.commons.beanutils.BeanComparator
-
Sets the method to be called to compare two JavaBeans
- setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.BeanUtils
-
Set the specified property value, performing type conversions as
required to conform to the type of the destination property.
- setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
-
Set the specified property value, performing type conversions as
required to conform to the type of the destination property.
- setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Set the specified locale-sensitive property value, performing type
conversions as required to conform to the type of the destination property
using the default conversion pattern of the corresponding
LocaleConverter
.
- setProperty(Object, String, Object, String) - Static method in class org.apache.commons.beanutils.locale.LocaleBeanUtils
-
Set the specified locale-sensitive property value, performing type
conversions as required to conform to the type of the destination
property using the specified conversion pattern.
- setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Set the specified locale-sensitive property value, performing type
conversions as required to conform to the type of the destination property
using the default conversion pattern of the corresponding
LocaleConverter
.
- setProperty(Object, String, Object, String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean
-
Set the specified locale-sensitive property value, performing type
conversions as required to conform to the type of the destination
property using the specified conversion pattern.
- setProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Set the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- setProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified property of the specified bean,
no matter which property reference format is used, with no
type conversions.
- setPropertyName(String) - Method in class org.apache.commons.beanutils.BeanPredicate
-
Sets the name of the property whose value is to be predicated.
- setPropertyOfMapBean(Map<String, Object>, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
This method is called by method setNestedProperty when the current bean
is found to be a Map object, and defines how to deal with setting
a property on a Map.
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Set the property name.
- setPropName(String) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Set the property name.
- setResolver(Resolver) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Configure the
Resolver
implementation used by BeanUtils.
- setRestricted(boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set whether this DynaClass is currently restricted.
- setRestricted(boolean) - Method in interface org.apache.commons.beanutils.MutableDynaClass
-
Set the restricted state of this DynaClass to the specified value.
- setReturnNull(boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
-
Set whether this DynaClass should return a null
from
the getDynaProperty(name)
method if the property
doesn't exist.
- setReturnNull(boolean) - Method in class org.apache.commons.beanutils.LazyDynaMap
-
Set whether this DynaClass should return a null
from
the getDynaProperty(name)
method if the property
doesn't exist.
- setSimpleProperty(Object, String, Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
-
Set the value of the specified simple property of the specified bean,
with no type conversions.
- setSimpleProperty(Object, String, Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
-
Set the value of the specified simple property of the specified bean,
with no type conversions.
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtils.Descriptor
-
Deprecated.
Set the target bean.
- setTarget(Object) - Method in class org.apache.commons.beanutils.locale.LocaleBeanUtilsBean.Descriptor
-
Deprecated.
Set the target bean.
- setTimeZone(TimeZone) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Set the Time Zone to use when converting dates.
- setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils.converters.DateTimeConverter
-
Indicate whether conversion should use a format/pattern or not.
- setUseLocaleFormat(boolean) - Method in class org.apache.commons.beanutils.converters.NumberConverter
-
Set whether a format should be used to convert
the Number.
- setValue(Object) - Method in class org.apache.commons.beanutils.BeanMap.Entry
-
Sets the value.
- Short_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
-
Short Zero
- ShortArrayConverter - Class in org.apache.commons.beanutils.converters
-
- ShortArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.
- ShortArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortArrayConverter
-
Deprecated.
Create a
Converter
that will return
the specified default value if a conversion error occurs.
- ShortConverter - Class in org.apache.commons.beanutils.converters
-
NumberConverter
implementation that handles conversion to
and from
java.lang.Short objects.
- ShortConverter() - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that throws
a ConversionException
if an error occurs.
- ShortConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.ShortConverter
-
Construct a java.lang.Short Converter that returns
a default value if an error occurs.
- ShortLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive String into a
java.lang.Short
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- ShortLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
- ShortLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- ShortLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- ShortLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- ShortLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- ShortLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- ShortLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.ShortLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- size() - Method in class org.apache.commons.beanutils.BaseDynaBeanMapDecorator
-
Returns the number properties in the decorated
DynaBean
.
- size() - Method in class org.apache.commons.beanutils.BeanMap
-
Returns the number of properties defined by the bean.
- size(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
-
Return the size of an indexed or mapped property.
- SqlDateConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to
and from
java.sql.Date objects.
- SqlDateConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that throws
a ConversionException
if an error occurs.
- SqlDateConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlDateConverter
-
Construct a java.sql.Date Converter that returns
a default value if an error occurs.
- SqlDateLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive String into a
java.sql.Date
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- SqlDateLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
- SqlDateLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlDateLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlDateLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlDateLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlDateLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlDateLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlDateLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to
and from
java.sql.Time objects.
- SqlTimeConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that throws
a ConversionException
if an error occurs.
- SqlTimeConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimeConverter
-
Construct a java.sql.Time Converter that returns
a default value if an error occurs.
- SqlTimeLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive String into a
java.sql.Time
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- SqlTimeLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
- SqlTimeLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimeLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimeLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampConverter - Class in org.apache.commons.beanutils.converters
-
DateTimeConverter
implementation that handles conversion to
and from
java.sql.Timestamp objects.
- SqlTimestampConverter() - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that throws
a ConversionException
if an error occurs.
- SqlTimestampConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.SqlTimestampConverter
-
Construct a java.sql.Timestamp Converter that returns
a default value if an error occurs.
- SqlTimestampLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive String into a
java.sql.Timestamp
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- SqlTimestampLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
- SqlTimestampLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- SqlTimestampLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.SqlTimestampLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringArrayConverter - Class in org.apache.commons.beanutils.converters
-
- StringArrayConverter() - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.
- StringArrayConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.StringArrayConverter
-
Deprecated.
Create a
Converter
that will return
the specified default value if a conversion error occurs.
- StringConverter - Class in org.apache.commons.beanutils.converters
-
Converter
implementation that converts an incoming
object into a
java.lang.String
object.
- StringConverter() - Constructor for class org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that throws
a ConversionException
if an error occurs.
- StringConverter(Object) - Constructor for class org.apache.commons.beanutils.converters.StringConverter
-
Construct a java.lang.String Converter that returns
a default value if an error occurs.
- StringLocaleConverter - Class in org.apache.commons.beanutils.locale.converters
-
Standard
LocaleConverter
implementation that converts an incoming
locale-sensitive object into a
java.lang.String
object,
optionally using a default value or throwing a
ConversionException
if a conversion error occurs.
- StringLocaleConverter() - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
- StringLocaleConverter(Object) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringLocaleConverter(Object, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringLocaleConverter(Object, Locale) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringLocaleConverter(Object, Locale, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringLocaleConverter(Object, Locale, String) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- StringLocaleConverter(Object, Locale, String, boolean) - Constructor for class org.apache.commons.beanutils.locale.converters.StringLocaleConverter
-
Create a
LocaleConverter
that will return the specified default value
if a conversion error occurs.
- strings - Static variable in class org.apache.commons.beanutils.converters.AbstractArrayConverter
-
Deprecated.
Model object for string arrays.
- SUPPRESS_CLASS - Static variable in class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
A specialized instance which is configured to suppress the special class
properties of Java beans.
- SuppressPropertiesBeanIntrospector - Class in org.apache.commons.beanutils
-
A specialized BeanIntrospector
implementation which suppresses some properties.
- SuppressPropertiesBeanIntrospector(Collection<String>) - Constructor for class org.apache.commons.beanutils.SuppressPropertiesBeanIntrospector
-
Creates a new instance of SuppressPropertiesBeanIntrospector
and sets the
names of the properties to be suppressed.