| Name | Description | Type | Package | Framework |
| AbstractArrayConverter | Convenience base class for converters that translate the String representation of an array into a corresponding array of primitives | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| AbstractConverter | Base Converter implementation that provides the structure for handling conversion to and from a specified type. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ArrayConverter | Generic Converter implementation that handles conversion to and from array objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BaseDynaBeanMapDecorator | A base class for decorators providing Map behavior on The motivation for this implementation is to provide access to DynaBean | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BaseLocaleConverter | The base class for all standart type locale-sensitive converters. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| BasicDynaBean | Minimal implementation of the DynaBean interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BasicDynaClass | Minimal implementation of the DynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanAccessLanguageException | Thrown to indicate that the Bean Access Language cannot execute query against given bean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanComparator | This comparator compares two beans by the specified bean property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanIntrospector | Definition of an interface for components that can perform introspection on Before PropertyUtils can be used for interaction with a specific Java | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanMap | An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanMap .Entry | Map entry used by BeanMap. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.BeanMap | Apache Commons |
|
| BeanPredicate | Predicate implementation that applies the given Predicate to the result of calling the given property getter. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanPropertyValueChangeClosure | Closure that sets a property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanPropertyValueEqualsPredicate | Predicate that evaluates a property value against a specified value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanToPropertyValueTransformer | Transformer that outputs a property value. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtils | Utility methods for populating JavaBeans properties via reflection. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtilsBean | JavaBean property population methods. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BeanUtilsBean2 | BeanUtilsBean implementation that creates a ConvertUtilsBean2 and delegates conversion to | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| BigDecimalConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BigDecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| BigIntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BigIntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| BooleanArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of boolean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| BooleanConverter | Converter implementation that handles conversion to and from Boolean objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of byte. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ByteLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| CalendarConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| CharacterArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of char. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| CharacterConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ClassConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ConstructorUtils | Utility reflection methods focussed on constructors, modelled after MethodUtils. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ContextClassLoaderLocal | An instance of this class represents a value that is provided per (thread) context classloader. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConversionException | A ConversionException indicates that a call to Converter. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| Converter | General purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConverterFacade | Provides a facade for Converter implementations preventing access to any public API in the implementation, | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ConvertingWrapDynaBean | instance, so that DynaBean APIs can be used to access its properties, though this implementation allows type conversion to occur when properties are set. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtils | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtilsBean | Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ConvertUtilsBean2 | ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DateTimeConverter | Converter implementaion that handles conversion to and from date/time objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DecimalLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DefaultBeanIntrospector | The default BeanIntrospector implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DefaultResolver | Default Property Name Expression Resolver Implementation. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons |
|
| DoubleArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of double. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DoubleConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| DoubleLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| DynaBean | A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaBeanMapDecorator | Decorates a DynaBean to provide Map behaviour. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaBeanPropertyMapDecorator | Decorates a DynaBean to provide Map behavior. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaClass | A DynaClass is a simulation of the functionality of java. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| DynaProperty | The metadata describing an individual property of a DynaBean. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| FileConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of float. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| FloatLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| FluentPropertyBeanIntrospector | An implementation of the BeanIntrospector interface which can detect write methods for properties used in fluent API scenario. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| IntegerArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of int. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| IntegerConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| IntegerLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| IntrospectionContext | A context interface used during introspection for querying and setting property descriptors. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaBean | DynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaClass | DynaClass which implements the MutableDynaClass interface. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaList | There are two main purposes for this class: To provide Lazy List behaviour - automatically | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LazyDynaMap | Provides a light weight DynaBean facade to a Map with lazy map/list processing. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| LocaleBeanUtils | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleBeanUtils .Descriptor | | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.LocaleBeanUtils | Apache Commons |
|
| LocaleBeanUtilsBean | Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConverter | General purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects from | Interface | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConvertUtils | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LocaleConvertUtilsBean | Utility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class and | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale | Apache Commons |
|
| LongArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of long. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| LongConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| LongLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| MappedPropertyDescriptor | A MappedPropertyDescriptor describes one mapped property. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| MethodUtils | Utility reflection methods focused on methods in general rather than properties in particular. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| MutableDynaClass | A specialized extension to DynaClass that allows properties to be added or removed dynamically. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| NestedNullException | Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| NumberConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| PropertyUtils | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| PropertyUtilsBean | Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| Resolver | Property Name Expression Resolver. | Interface | v1.9.2.apidocs.org.apache.commons.beanutils.expression | Apache Commons |
|
| ResultSetDynaClass | java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ResultSetIterator | iterator() method of ResultSetDynaClass. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| RowSetDynaClass | of DynaBeans representing the results of an SQL query. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| ShortArrayConverter | Standard Converter implementation that converts an incoming String into a primitive array of short. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ShortConverter | NumberConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| ShortLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlDateConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlDateLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlTimeConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlTimeLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SqlTimestampConverter | DateTimeConverter implementation that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| SqlTimestampLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| StringArrayConverter | Standard Converter implementation that converts an incoming String into an array of String objects. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| StringConverter | implementation that converts an incoming object into a java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| StringLocaleConverter | Standard LocaleConverter implementation that converts an incoming | Class | v1.9.2.apidocs.org.apache.commons.beanutils.locale.converters | Apache Commons |
|
| SuppressPropertiesBeanIntrospector | A specialized BeanIntrospector implementation which suppresses some properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| URLConverter | Converter implementaion that handles conversion to and from java. | Class | v1.9.2.apidocs.org.apache.commons.beanutils.converters | Apache Commons |
|
| WrapDynaBean | instance, so that DynaBean APIs can be used to access its properties. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |
|
| WrapDynaClass | standard JavaBean instances. | Class | v1.9.2.apidocs.org.apache.commons.beanutils | Apache Commons |