|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV NEXT | ||||||||
A
- A - class org.apache.commons.beanutils.A.
- Class used in MethodUtils test
- A() - Constructor for class org.apache.commons.beanutils.A
- AbstractChild - class org.apache.commons.beanutils.AbstractChild.
- AbstractChild() - Constructor for class org.apache.commons.beanutils.AbstractChild
- AbstractParent - class org.apache.commons.beanutils.AbstractParent.
- AbstractParent() - Constructor for class org.apache.commons.beanutils.AbstractParent
- AlphaBean - class org.apache.commons.beanutils.AlphaBean.
- AlphaBean() - Constructor for class org.apache.commons.beanutils.AlphaBean
- AlphaBean(String) - Constructor for class org.apache.commons.beanutils.AlphaBean
- absolute(int) - Method in class org.apache.commons.beanutils.TestResultSet
- add(String) - Method in class org.apache.commons.beanutils.LazyDynaClass
- Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaClass
- Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
- add(String, Class, boolean, boolean) - Method in class org.apache.commons.beanutils.LazyDynaClass
- Add a new dynamic property with the specified data type, readability, and writeability.
- add(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaClass
- Add a new dynamic property.
- add(String) - Method in class org.apache.commons.beanutils.LazyDynaMap
- Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaMap
- Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
- add(String, Class, boolean, boolean) - Method in class org.apache.commons.beanutils.LazyDynaMap
- Add a new dynamic property with the specified data type, readability, and writeability.
- add(DynaProperty) - Method in class org.apache.commons.beanutils.LazyDynaMap
- Add a new dynamic property.
- add(String) - Method in interface org.apache.commons.beanutils.MutableDynaClass
- Add a new dynamic property with no restrictions on data type, readability, or writeability.
- add(String, Class) - Method in interface org.apache.commons.beanutils.MutableDynaClass
- Add a new dynamic property with the specified data type, but with no restrictions on readability or writeability.
- add(String, Class, boolean, boolean) - Method in interface org.apache.commons.beanutils.MutableDynaClass
- Add a new dynamic property with the specified data type, readability, and writeability.
- advance() - Method in class org.apache.commons.beanutils.ResultSetIterator
- Advance the result set to the next row, if there is not a current row (and if we are not already at eof).
- afterLast() - Method in class org.apache.commons.beanutils.TestResultSet
- alphaBean1 - Variable in class org.apache.commons.beanutils.BeanComparatorTestCase
- alphaBean2 - Variable in class org.apache.commons.beanutils.BeanComparatorTestCase
- anotherNested - Variable in class org.apache.commons.beanutils.TestBean
- Another nested reference to another test bean,
B
- BOOLEAN_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- BYTE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- BasicDynaBean - class org.apache.commons.beanutils.BasicDynaBean.
- Minimal implementation of the
DynaBeaninterface. - BasicDynaBean(DynaClass) - Constructor for class org.apache.commons.beanutils.BasicDynaBean
- Construct a new
DynaBeanassociated with the specifiedDynaClassinstance. - BasicDynaBeanTestCase - class org.apache.commons.beanutils.BasicDynaBeanTestCase.
- Test Case for the
BasicDynaBeanimplementation class. - BasicDynaBeanTestCase(String) - Constructor for class org.apache.commons.beanutils.BasicDynaBeanTestCase
- Construct a new instance of this test case.
- BasicDynaClass - class org.apache.commons.beanutils.BasicDynaClass.
- Minimal implementation of the
DynaClassinterface. - BasicDynaClass() - Constructor for class org.apache.commons.beanutils.BasicDynaClass
- Construct a new BasicDynaClass with default parameters.
- BasicDynaClass(String, Class) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
- Construct a new BasicDynaClass with the specified parameters.
- BasicDynaClass(String, Class, DynaProperty[]) - Constructor for class org.apache.commons.beanutils.BasicDynaClass
- Construct a new BasicDynaClass with the specified parameters.
- BeanAccessLanguageException - exception org.apache.commons.beanutils.BeanAccessLanguageException.
- Thrown to indicate that the Bean Access Language cannot execute query against given bean.
- BeanAccessLanguageException() - Constructor for class org.apache.commons.beanutils.BeanAccessLanguageException
- Constructs a
BeanAccessLanguageExceptionwithout a detail message. - BeanAccessLanguageException(String) - Constructor for class org.apache.commons.beanutils.BeanAccessLanguageException
- Constructs a
BeanAccessLanguageExceptionwithout a detail message. - BeanCollectionsTestSuite - class org.apache.commons.beanutils.BeanCollectionsTestSuite.
- Test suite which runs all the test cases application to beans in collections.
- BeanCollectionsTestSuite(String) - Constructor for class org.apache.commons.beanutils.BeanCollectionsTestSuite
- BeanComparator - class org.apache.commons.beanutils.BeanComparator.
- This comparator compares two beans by the specified bean property.
- BeanComparator() - Constructor for class org.apache.commons.beanutils.BeanComparator
- Constructs a Bean Comparator without a property set.
- BeanComparator(String) - Constructor for class org.apache.commons.beanutils.BeanComparator
- Constructs a property-based comparator for beans.
- BeanComparator(String, Comparator) - Constructor for class org.apache.commons.beanutils.BeanComparator
- Constructs a property-based comparator for beans.
- BeanComparatorTestCase - class org.apache.commons.beanutils.BeanComparatorTestCase.
- Test Case for the BeanComparator class.
- BeanComparatorTestCase(String) - Constructor for class org.apache.commons.beanutils.BeanComparatorTestCase
- Construct a new instance of this test case.
- BeanMap - class org.apache.commons.beanutils.BeanMap.
- An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
- BeanMap() - Constructor for class org.apache.commons.beanutils.BeanMap
- Constructs a new empty
BeanMap. - BeanMap(Object) - Constructor for class org.apache.commons.beanutils.BeanMap
- Constructs a new
BeanMapthat operates on the specified bean. - BeanMap.Entry - class org.apache.commons.beanutils.BeanMap.Entry.
- Map entry used by BeanMap.
- BeanMap.Entry(BeanMap, Object, Object) - Constructor for class org.apache.commons.beanutils.BeanMap.Entry
- Constructs a new
Entry. - BeanPredicate - class org.apache.commons.beanutils.BeanPredicate.
- Predicate implementation that applies the given
Predicateto the result of calling the given property getter. - BeanPredicate(String, Predicate) - Constructor for class org.apache.commons.beanutils.BeanPredicate
- Constructs a
BeanPredicatethat applies the givenPredicateto the named property value. - BeanPredicateTestCase - class org.apache.commons.beanutils.BeanPredicateTestCase.
- BeanPredicateTestCase(String) - Constructor for class org.apache.commons.beanutils.BeanPredicateTestCase
- BeanPropertyValueChangeClosure - class org.apache.commons.beanutils.BeanPropertyValueChangeClosure.
Closurethat sets a property.- BeanPropertyValueChangeClosure(String, Object) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
- Constructor which takes the name of the property to be changed, the new value to set
the property to, and assumes
ignoreNullto befalse. - BeanPropertyValueChangeClosure(String, Object, boolean) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
- Constructor which takes the name of the property to be changed, the new value to set
the property to and a boolean which determines whether
nullobjects in the property path will genenerate anIllegalArgumentExceptionor not. - BeanPropertyValueChangeClosureTest - class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest.
- Test cases for
BeanPropertyValueChangeClosure. - BeanPropertyValueChangeClosureTest(String) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- Constructor for BeanPropertyValueChangeClosureTest.
- BeanPropertyValueEqualsPredicate - class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate.
Predicatethat evaluates a property value against a specified value.- BeanPropertyValueEqualsPredicate(String, Object) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
- Constructor which takes the name of the property, its expected value to be used in evaluation,
and assumes
ignoreNullto befalse. - BeanPropertyValueEqualsPredicate(String, Object, boolean) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
- Constructor which takes the name of the property, its expected value
to be used in evaluation, and a boolean which determines whether
nullobjects in the property path will genenerate anIllegalArgumentExceptionor not. - BeanPropertyValueEqualsPredicateTest - class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest.
- Test cases for
BeanPropertyValueEqualsPredicateTest. - BeanPropertyValueEqualsPredicateTest(String) - Constructor for class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- Constructor for BeanPropertyValueEqualsPredicateTest.
- BeanToPropertyValueTransformer - class org.apache.commons.beanutils.BeanToPropertyValueTransformer.
Transformerthat outputs a property value.- BeanToPropertyValueTransformer(String) - Constructor for class org.apache.commons.beanutils.BeanToPropertyValueTransformer
- Constructs a Transformer which does not ignore nulls.
- BeanToPropertyValueTransformer(String, boolean) - Constructor for class org.apache.commons.beanutils.BeanToPropertyValueTransformer
- Constructs a Transformer and sets ignoreNull.
- BeanToPropertyValueTransformerTest - class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest.
- Test cases for
BeanToPropertyValueTransformer. - BeanToPropertyValueTransformerTest(String) - Constructor for class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- Constructor for BeanToPropertyValueTransformerTest.
- BeanUtils - class org.apache.commons.beanutils.BeanUtils.
- Utility methods for populating JavaBeans properties via reflection.
- BeanUtils() - Constructor for class org.apache.commons.beanutils.BeanUtils
- BeanUtilsBean - class org.apache.commons.beanutils.BeanUtilsBean.
- JavaBean property population methods.
- BeanUtilsBean() - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
- Constructs an instance using new property and conversion instances.
- BeanUtilsBean(ConvertUtilsBean, PropertyUtilsBean) - Constructor for class org.apache.commons.beanutils.BeanUtilsBean
- Constructs an instance using given property and conversion instances.
- BeanUtilsBenchCase - class org.apache.commons.beanutils.BeanUtilsBenchCase.
- JUnit Test Case containing microbenchmarks for BeanUtils.
- BeanUtilsBenchCase(String) - Constructor for class org.apache.commons.beanutils.BeanUtilsBenchCase
- Construct a new instance of this test case.
- BeanUtilsTestCase - class org.apache.commons.beanutils.BeanUtilsTestCase.
- Test Case for the BeanUtils class.
- BeanUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.BeanUtilsTestCase
- Construct a new instance of this test case.
- BeanWithInnerBean - class org.apache.commons.beanutils.BeanWithInnerBean.
- Bean with inner bean.
- BeanWithInnerBean() - Constructor for class org.apache.commons.beanutils.BeanWithInnerBean
- BeanWithInnerBean.InnerBean - class org.apache.commons.beanutils.BeanWithInnerBean.InnerBean.
- BeanWithInnerBean.InnerBean() - Constructor for class org.apache.commons.beanutils.BeanWithInnerBean.InnerBean
- BeanificationTestCase - class org.apache.commons.beanutils.BeanificationTestCase.
- Test Case for changes made during Beanutils Beanification
- BeanificationTestCase(String) - Constructor for class org.apache.commons.beanutils.BeanificationTestCase
- Construct a new instance of this test case.
- BeanificationTestCase.Signal - class org.apache.commons.beanutils.BeanificationTestCase.Signal.
- BeanificationTestCase.Signal() - Constructor for class org.apache.commons.beanutils.BeanificationTestCase.Signal
- BeanificationTestCase.TestClassLoader - class org.apache.commons.beanutils.BeanificationTestCase.TestClassLoader.
- BeanificationTestCase.TestClassLoader() - Constructor for class org.apache.commons.beanutils.BeanificationTestCase.TestClassLoader
- BenchBean - class org.apache.commons.beanutils.BenchBean.
- Plain old java bean (POJO) for microbenchmarks.
- BenchBean() - Constructor for class org.apache.commons.beanutils.BenchBean
- BetaBean - class org.apache.commons.beanutils.BetaBean.
- BetaBean(String) - Constructor for class org.apache.commons.beanutils.BetaBean
- BigDecimal_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- BigInteger_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- Byte_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- bean - Variable in class org.apache.commons.beanutils.BasicDynaBeanTestCase
- The basic test bean for each test.
- bean - Variable in class org.apache.commons.beanutils.BeanComparatorTestCase
- The test beans for each test.
- bean - Variable in class org.apache.commons.beanutils.BeanMap
- bean - Variable in class org.apache.commons.beanutils.BeanUtilsTestCase
- The test bean for each test.
- bean - Variable in class org.apache.commons.beanutils.BeanificationTestCase.Signal
- bean - Variable in class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- The basic test bean for each test.
- bean - Variable in class org.apache.commons.beanutils.DynaPropertyUtilsTestCase
- The basic test bean for each test.
- bean - Variable in class org.apache.commons.beanutils.LazyDynaBeanTestCase
- bean - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The basic test bean for each test.
- beanClass - Variable in class org.apache.commons.beanutils.WrapDynaClass
- The JavaBean
Classwhich is represented by thisWrapDynaClass. - beanComparator - Variable in class org.apache.commons.beanutils.BeanComparatorTestCase
- beanPackageSubclass - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The "package private subclass" test bean for each test.
- beanPrivate - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The test bean for private access tests.
- beanPrivateSubclass - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The test bean for private access tests of subclasses.
- beanPublicSubclass - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The "public subclass" test bean for each test.
- beansByClassLoader - Static variable in class org.apache.commons.beanutils.BeanUtilsBean
- Contains
BeanUtilsBeaninstances indexed by context classloader. - beforeFirst() - Method in class org.apache.commons.beanutils.TestResultSet
- bogus(String) - Method in class org.apache.commons.beanutils.AlphaBean
- Used for testing that correct exception is thrown.
- booleanProperty - Variable in class org.apache.commons.beanutils.BenchBean
- A boolean property.
- booleanProperty - Variable in class org.apache.commons.beanutils.TestBean
- A boolean property.
- booleanSecond - Variable in class org.apache.commons.beanutils.TestBean
- A boolean property that uses an "is" method for the getter.
- bu - Variable in class org.apache.commons.beanutils.BeanUtilsBenchCase
- byteProperty - Variable in class org.apache.commons.beanutils.BenchBean
- A byte property.
- byteProperty - Variable in class org.apache.commons.beanutils.TestBean
- A byte property.
C
- CHAR_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Character_SPACE - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- Child - interface org.apache.commons.beanutils.Child.
- ConstructorUtils - class org.apache.commons.beanutils.ConstructorUtils.
- Utility reflection methods focussed on constructors, modelled after MethodUtils.
- ConstructorUtils() - Constructor for class org.apache.commons.beanutils.ConstructorUtils
- ConstructorUtilsTestCase - class org.apache.commons.beanutils.ConstructorUtilsTestCase.
- Test case for
ConstructorUtils - ConstructorUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.ConstructorUtilsTestCase
- Construct a new instance of this test case.
- ContextClassLoaderLocal - class org.apache.commons.beanutils.ContextClassLoaderLocal.
- A value that is provided per (thread) context classloader.
- ContextClassLoaderLocal() - Constructor for class org.apache.commons.beanutils.ContextClassLoaderLocal
- ConversionException - exception org.apache.commons.beanutils.ConversionException.
- A ConversionException indicates that a call to
Converter.convert()has failed to complete successfully. - ConversionException(String) - Constructor for class org.apache.commons.beanutils.ConversionException
- Construct a new exception with the specified message.
- ConversionException(String, Throwable) - Constructor for class org.apache.commons.beanutils.ConversionException
- Construct a new exception with the specified message and root cause.
- ConversionException(Throwable) - Constructor for class org.apache.commons.beanutils.ConversionException
- Construct a new exception with the specified root cause.
- ConvertUtils - class org.apache.commons.beanutils.ConvertUtils.
- 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 org.apache.commons.beanutils.ConvertUtilsBean.
- 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
- ConvertUtilsTestCase - class org.apache.commons.beanutils.ConvertUtilsTestCase.
- Test Case for the ConvertUtils class.
- ConvertUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.ConvertUtilsTestCase
- Construct a new instance of this test case.
- Converter - interface org.apache.commons.beanutils.Converter.
- 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.
- ConvertingWrapDynaBean - class org.apache.commons.beanutils.ConvertingWrapDynaBean.
- Implementation of
DynaBeanthat 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
DynaBeanassociated with the specified JavaBean instance. - cache - Static variable in class org.apache.commons.beanutils.MethodUtils
- Stores a cache of Methods against MethodDescriptors, in a WeakHashMap.
- called - Variable in class org.apache.commons.beanutils.A
- cancelRowUpdates() - Method in class org.apache.commons.beanutils.TestResultSet
- capitalizePropertyName(String) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
- Return a capitalized version of the specified property name.
- cause - Variable in class org.apache.commons.beanutils.ConversionException
- The root cause of this
ConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable. - checkIntArray(int[], int[]) - Method in class org.apache.commons.beanutils.BeanUtilsTestCase
- checkIntArray(int[], int[]) - Method in class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- checkIntegerArray(Object, int[]) - Method in class org.apache.commons.beanutils.ConvertUtilsTestCase
- checkMap(Map, Map) - Method in class org.apache.commons.beanutils.BeanUtilsTestCase
- checkMap(Map, Map) - Method in class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- checkStringArray(Object, String[]) - Method in class org.apache.commons.beanutils.ConvertUtilsTestCase
- child - Variable in class org.apache.commons.beanutils.AbstractParent
- 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.
- 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.
- clearWarnings() - Method in class org.apache.commons.beanutils.TestResultSet
- 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.
- close() - Method in class org.apache.commons.beanutils.TestResultSet
- cls - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- columns - Variable in class org.apache.commons.beanutils.DynaResultSetTestCase
- Names of the columns for this test.
- columns - Variable in class org.apache.commons.beanutils.DynaRowSetTestCase
- Names of the columns for this test.
- comparator - Variable in class org.apache.commons.beanutils.BeanComparator
- compare(Object, Object) - 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
dynaBeanClassthat 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.
- 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.BeanMap
- Returns true if the bean defines a property with the given name.
- 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 - 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) - 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(Class, 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.ThrowExceptionConverter
- convertType(Class, Object) - Method in class org.apache.commons.beanutils.BeanMap
- Converts the given value to the given type.
- convertUtils - Variable in class org.apache.commons.beanutils.BeanificationTestCase.Signal
- convertUtilsBean - Variable in class org.apache.commons.beanutils.BeanUtilsBean
- Used to perform conversions between object types when setting properties
- converters - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- The set of Converters that can be used to convert Strings into objects of a specified Class, keyed by the destination Class.
- copy(ResultSet) - Method in class org.apache.commons.beanutils.RowSetDynaClass
- Copy the column values for each row in the specified
ResultSetinto a newly created DynaBean, and add this bean to the list of DynaBeans that will later by returned by a call togetRows(). - 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
BeanInfoclasses). - 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
BeanInfoclasses). - 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.
- counter - Variable in class org.apache.commons.beanutils.BeanUtilsBenchCase
- counter - Variable in class org.apache.commons.beanutils.PropertyUtilsBenchCase
- counter - Static variable in class org.apache.commons.beanutils.TestBean
- A static variable that is accessed and updated via static methods for MethodUtils testing.
- 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 'Mapped' Property
- createDynaClass() - Method in class org.apache.commons.beanutils.BasicDynaBeanTestCase
- Create and return a
DynaClassinstance for our testDynaBean. - createDynaClass() - Static method in class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- Create and return a
DynaClassinstance for our testDynaBean. - createDynaClass() - Method in class org.apache.commons.beanutils.DynaPropertyUtilsTestCase
- Create and return a
DynaClassinstance for our testDynaBean. - createDynaClass(Class) - Static method in class org.apache.commons.beanutils.WrapDynaClass
- Create (if necessary) and return a new
WrapDynaClassinstance for the specified bean class. - createDynaProperty(ResultSetMetaData, int) - Method in class org.apache.commons.beanutils.JDBCDynaClass
- Factory method to create a new DynaProperty for the given index into the result set metadata.
- 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 'Primitive' Property
- createOtherProperty(String, Class) - Method in class org.apache.commons.beanutils.LazyDynaBean
- Create a new Instance of a 'Mapped' Property
- 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.
- currentCounter() - Static method in class org.apache.commons.beanutils.TestBean
- Return the current value of the counter.
D
- DOUBLE_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Double_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- DynaBean - interface org.apache.commons.beanutils.DynaBean.
- A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.
- DynaBeanUtilsTestCase - class org.apache.commons.beanutils.DynaBeanUtilsTestCase.
- Test case for BeanUtils when the underlying bean is actually a DynaBean.
- DynaBeanUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- Construct a new instance of this test case.
- DynaClass - interface org.apache.commons.beanutils.DynaClass.
- A DynaClass is a simulation of the functionality of
java.lang.Classfor classes implementing theDynaBeaninterface. - DynaProperty - class org.apache.commons.beanutils.DynaProperty.
- The metadata describing an individual property of a DynaBean.
- DynaProperty(String) - Constructor for class org.apache.commons.beanutils.DynaProperty
- Construct a property that accepts any data type.
- DynaProperty(String, Class) - Constructor for class org.apache.commons.beanutils.DynaProperty
- Construct a property of the specified data type.
- DynaProperty(String, Class, Class) - Constructor for class org.apache.commons.beanutils.DynaProperty
- Construct an indexed or mapped
DynaPropertythat supports (pseudo)-introspection of the content type. - DynaPropertyUtilsTestCase - class org.apache.commons.beanutils.DynaPropertyUtilsTestCase.
- Test accessing DynaBeans transparently via PropertyUtils.
- DynaPropertyUtilsTestCase(String) - Constructor for class org.apache.commons.beanutils.DynaPropertyUtilsTestCase
- Construct a new instance of this test case.
- DynaResultSetTestCase - class org.apache.commons.beanutils.DynaResultSetTestCase.
- Test accessing ResultSets via DynaBeans.
- DynaResultSetTestCase(String) - Constructor for class org.apache.commons.beanutils.DynaResultSetTestCase
- Construct a new instance of this test case.
- DynaRowSetTestCase - class org.apache.commons.beanutils.DynaRowSetTestCase.
- Test accessing RowSets via DynaBeans.
- DynaRowSetTestCase(String) - Constructor for class org.apache.commons.beanutils.DynaRowSetTestCase
- Construct a new instance of this test case.
- dbName - Variable in class org.apache.commons.beanutils.ExtendMapBean
- debug - Static variable in class org.apache.commons.beanutils.BeanUtils
- Deprecated. BeanUtils now uses commons-logging for all log messages. Use your favorite logging tool to configure logging for this class.
- debug - Static variable in class org.apache.commons.beanutils.PropertyUtils
- Deprecated. The
debugstatic property is no longer used - declaredMethodCache - Static variable in class org.apache.commons.beanutils.MappedPropertyDescriptor
- defaultBoolean - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Boolean.TYPE and Boolean.class instead
- defaultByte - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Byte.TYPE and Byte.class instead
- defaultCharacter - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Character.TYPE and Character.class instead
- defaultDouble - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Double.TYPE and Double.class instead
- defaultFloat - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Float.TYPE and Float.class instead
- defaultIndexedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
- Creates a new
ArrayListfor an 'indexed' property which doesn't exist. - defaultInteger - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Integer.TYPE and Integer.class instead
- defaultLong - Variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Long.TYPE and Long.class instead
- defaultMappedProperty(String) - Method in class org.apache.commons.beanutils.LazyDynaBean
- Creates a new
HashMapfor a 'mapped' property which doesn't exist. - defaultShort - Static variable in class org.apache.commons.beanutils.ConvertUtilsBean
- Deprecated. Register replacement converters for Short.TYPE and Short.class instead
- defaultTransformers - Static variable in class org.apache.commons.beanutils.BeanMap
- Maps primitive Class types to transformers.
- deleteRow() - Method in class org.apache.commons.beanutils.TestResultSet
- deregister() - Static method in class org.apache.commons.beanutils.ConvertUtils
- Remove all registered Converters, and re-establish the standard Converters.
- deregister(Class) - Static method in class org.apache.commons.beanutils.ConvertUtils
- Remove any registered Converter for the specified destination
Class. - deregister() - Method in class org.apache.commons.beanutils.ConvertUtilsBean
- Remove all registered Converters, and re-establish the standard Converters.
- deregister(Class) - Method in class org.apache.commons.beanutils.ConvertUtilsBean
- Remove any registered Converter for the specified destination
Class. - describe(Object) - Static method in class org.apache.commons.beanutils.BeanUtils
- Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - Method in class org.apache.commons.beanutils.BeanUtilsBean
- Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - Static method in class org.apache.commons.beanutils.PropertyUtils
- Return the entire set of properties for which the specified bean provides a read method.
- describe(Object) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
- Return the entire set of properties for which the specified bean provides a read method.
- describes - Variable in class org.apache.commons.beanutils.BeanUtilsTestCase
- The set of properties that should be described.
- describes - Variable in class org.apache.commons.beanutils.DynaBeanUtilsTestCase
- The set of properties that should be described.
- describes - Variable in class org.apache.commons.beanutils.DynaPropertyUtilsTestCase
- The set of properties that should be described.
- describes - Variable in class org.apache.commons.beanutils.PropertyUtilsTestCase
- The set of properties that should be described.
- descriptors - Variable in class org.apache.commons.beanutils.WrapDynaClass
- The set of PropertyDescriptors for this bean class.
- descriptorsCache - Variable in class org.apache.commons.beanutils.PropertyUtilsBean
- The cache of PropertyDescriptor arrays for beans we have already introspected, keyed by the java.lang.Class of this object.
- descriptorsMap - Variable in class org.apache.commons.beanutils.WrapDynaClass
- The set of PropertyDescriptors for this bean class, keyed by the property name.
- doubleProperty - Variable in class org.apache.commons.beanutils.BenchBean
- A double property.
- doubleProperty - Variable in class org.apache.commons.beanutils.TestBean
- A double property.
- dummy - Static variable in class org.apache.commons.beanutils.BeanUtils
- Dummy collection from the Commons Collections API, to force a ClassNotFoundException if commons-collections.jar is not present in the runtime classpath, and this class is the first one referenced.
- dupProperty - Variable in class org.apache.commons.beanutils.TestBean
- An "indexed property" accessible via both array and subscript based getters and setters.
- dynaBeanClass - Variable in class org.apache.commons.beanutils.BasicDynaClass
- The
DynaBeanimplementation class we will use for creating new instances. - dynaClass - Variable in class org.apache.commons.beanutils.BasicDynaBean
- The
DynaClass"base class" that this DynaBean is associated with. - dynaClass - Variable in class org.apache.commons.beanutils.BeanUtilsBenchCase
- dynaClass - Variable in class org.apache.commons.beanutils.DynaResultSetTestCase
- The mock result set DynaClass to be tested.
- dynaClass - Variable in class org.apache.commons.beanutils.DynaRowSetTestCase
- The mock result set DynaClass to be tested.
- dynaClass - Variable in class org.apache.commons.beanutils.LazyDynaBean
- The
MutableDynaClass"base class" that this DynaBean is associated with. - dynaClass - Variable in class org.apache.commons.beanutils.LazyDynaBeanTestCase
- dynaClass - Variable in class org.apache.commons.beanutils.LazyDynaClassTestCase
- dynaClass - Variable in class org.apache.commons.beanutils.PropertyUtilsBenchCase
- dynaClass - Variable in class org.apache.commons.beanutils.ResultSetIterator
- The ResultSetDynaClass we are associated with.
- dynaClass - Variable in class org.apache.commons.beanutils.WrapDynaBean
- The
DynaClass"base class" that this DynaBean is associated with. - dynaClasses - Static variable in class org.apache.commons.beanutils.WrapDynaClass
- The set of
WrapDynaClassinstances that have ever been created, keyed by the underlying bean Class. - dynaMap - Variable in class org.apache.commons.beanutils.LazyDynaMapTestCase
E
- ExtendMapBean - class org.apache.commons.beanutils.ExtendMapBean.
- Used to test
- ExtendMapBean() - Constructor for class org.apache.commons.beanutils.ExtendMapBean
- e - Variable in class org.apache.commons.beanutils.BeanificationTestCase.Signal
- emptyClassArray - Static variable in class org.apache.commons.beanutils.ConstructorUtils
- An empty class array
- emptyClassArray - Static variable in class org.apache.commons.beanutils.MethodUtils
- An empty class array
- emptyObjectArray - Static variable in class org.apache.commons.beanutils.ConstructorUtils
- An empty object array
- emptyObjectArray - Static variable in class org.apache.commons.beanutils.MethodUtils
- An empty object array
- entryIterator() - Method in class org.apache.commons.beanutils.BeanMap
- Convenience method for getting an iterator over the entries.
- entrySet() - Method in class org.apache.commons.beanutils.BeanMap
- Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- eof - Variable in class org.apache.commons.beanutils.ResultSetIterator
- Flag indicating whether the result set has indicated that there are no further rows.
- equals(Object) - Method in class org.apache.commons.beanutils.BeanComparator
- Two
BeanComparator's are equals if and only if the wrapped comparators and the property names to be compared are equal. - equals(Object) - Method in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- Checks for equality.
- evaluate(Object) - Method in class org.apache.commons.beanutils.BeanPredicate
- Evaluates the given object by applying the
BeanPredicate.getPredicate()55 to a property value named byBeanPredicate.getPropertyName()55 . - evaluate(Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
- Evaulates the object provided against the criteria specified when this
BeanPropertyValueEqualsPredicatewas constructed. - evaluateValue(Object, Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicate
- Utility method which evaluates whether the actual property value equals the expected property value.
- exact - Variable in class org.apache.commons.beanutils.MethodUtils.MethodDescriptor
- execute(Object) - Method in class org.apache.commons.beanutils.BeanPropertyValueChangeClosure
- Updates the target object provided using the property update criteria provided when this
BeanPropertyValueChangeClosurewas constructed. - expectedBooleanValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- expectedBooleanValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- expectedBooleanValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- expectedByteValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- expectedByteValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- expectedByteValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- expectedDoubleValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- expectedDoubleValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- expectedDoubleValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- expectedFloatValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- expectedFloatValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- expectedFloatValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- expectedIntegerValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueChangeClosureTest
- expectedIntegerValue - Static variable in class org.apache.commons.beanutils.BeanPropertyValueEqualsPredicateTest
- expectedIntegerValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
- expectedLongValue - Static variable in class org.apache.commons.beanutils.BeanToPropertyValueTransformerTest
F
- FLOAT_TYPE - Static variable in class org.apache.commons.beanutils.DynaProperty
- Float_ZERO - Static variable in class org.apache.commons.beanutils.LazyDynaBean
- findColumn(String) - Method in class org.apache.commons.beanutils.TestResultSet
- findLastNestedIndex(String) - Method in class org.apache.commons.beanutils.BeanUtilsBean
- findMappedPropertyType() - Method in class org.apache.commons.beanutils.MappedPropertyDescriptor
- Introspect our bean class to identify the corresponding getter and setter methods.
- findMethod(Class, String, int) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
- Find a target methodName on a given class.
- findMethod(Class, String, int, Class[]) - Static method in class org.apache.commons.beanutils.MappedPropertyDescriptor
- Find a target methodName with specific parameter list on a given class.
- findNextNestedIndex(String) - Method in class org.apache.commons.beanutils.PropertyUtilsBean
- firePropertyChange(Object, Object, Object) - Method in class org.apache.commons.beanutils.