Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#V1.9.2.apidocs.org.apache.commons.beanutils Classes and Interfaces - 104 results found.
NameDescriptionTypePackageFramework
AbstractArrayConverterConvenience base class for converters that translate the String representation of an array into a corresponding array of primitivesClassv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
AbstractConverterBase Converter implementation that provides the structure for handling conversion to and from a specified type.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ArrayConverterGeneric Converter implementation that handles conversion to and from array objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BaseDynaBeanMapDecoratorA base class for decorators providing Map behavior on The motivation for this implementation is to provide access to DynaBeanClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BaseLocaleConverterThe base class for all standart type locale-sensitive converters.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
BasicDynaBeanMinimal implementation of the DynaBean interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BasicDynaClassMinimal implementation of the DynaClass interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanAccessLanguageExceptionThrown to indicate that the Bean Access Language cannot execute query against given bean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanComparator This comparator compares two beans by the specified bean property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanIntrospector Definition of an interface for components that can perform introspection on Before PropertyUtils can be used for interaction with a specific JavaInterfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanMapAn implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanMap .EntryMap entry used by BeanMap.Classv1.9.2.apidocs.org.apache.commons.beanutils.BeanMapApache Commons
BeanPredicatePredicate implementation that applies the given Predicate to the result of calling the given property getter.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanPropertyValueChangeClosureClosure that sets a property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanPropertyValueEqualsPredicatePredicate that evaluates a property value against a specified value.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanToPropertyValueTransformerTransformer that outputs a property value.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsUtility methods for populating JavaBeans properties via reflection.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsBeanJavaBean property population methods.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BeanUtilsBean2BeanUtilsBean implementation that creates a ConvertUtilsBean2 and delegates conversion toClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
BigDecimalConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BigDecimalLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
BigIntegerConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BigIntegerLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
BooleanArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of boolean.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
BooleanConverterConverter implementation that handles conversion to and from Boolean objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of byte.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ByteLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
CalendarConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
CharacterArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of char.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
CharacterConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ClassConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ConstructorUtils Utility reflection methods focussed on constructors, modelled after MethodUtils.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ContextClassLoaderLocalAn instance of this class represents a value that is provided per (thread) context classloader.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConversionExceptionA ConversionException indicates that a call to Converter.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConverterGeneral purpose data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects fromInterfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConverterFacadeProvides a facade for Converter implementations preventing access to any public API in the implementation,Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache 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.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsUtility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsBeanUtility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ConvertUtilsBean2ConvertUtilsBean implementation that delegates convert() methods to the new ConvertUtilsBean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DateConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DateLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DateTimeConverterConverter implementaion that handles conversion to and from date/time objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DecimalLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DefaultBeanIntrospector The default BeanIntrospector implementation.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DefaultResolverDefault Property Name Expression Resolver Implementation.Classv1.9.2.apidocs.org.apache.commons.beanutils.expressionApache Commons
DoubleArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of double.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DoubleConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
DoubleLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
DynaBeanA DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaBeanMapDecoratorDecorates a DynaBean to provide Map behaviour.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaBeanPropertyMapDecoratorDecorates a DynaBean to provide Map behavior.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaClassA DynaClass is a simulation of the functionality of java.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
DynaPropertyThe metadata describing an individual property of a DynaBean.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
FileConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of float.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
FloatLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
FluentPropertyBeanIntrospector An implementation of the BeanIntrospector interface which can detect write methods for properties used in fluent API scenario.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
IntegerArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of int.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
IntegerConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
IntegerLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
IntrospectionContext A context interface used during introspection for querying and setting property descriptors.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaBeanDynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaClassDynaClass which implements the MutableDynaClass interface.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaList There are two main purposes for this class: To provide Lazy List behaviour - automaticallyClassv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LazyDynaMapProvides a light weight DynaBean facade to a Map with lazy map/list processing.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
LocaleBeanUtilsUtility methods for populating JavaBeans properties via reflection in a locale-dependent manner.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleBeanUtils .DescriptorClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.LocaleBeanUtilsApache Commons
LocaleBeanUtilsBeanUtility methods for populating JavaBeans properties via reflection in a locale-dependent manner.Classv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConverterGeneral purpose locale-sensitive data type converter that can be registered and used within the BeanUtils package to manage the conversion of objects fromInterfacev1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConvertUtilsUtility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class andClassv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LocaleConvertUtilsBeanUtility methods for converting locale-sensitive String scalar values to objects of the specified Class, String arrays to arrays of the specified Class andClassv1.9.2.apidocs.org.apache.commons.beanutils.localeApache Commons
LongArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of long.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
LongConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
LongLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
MappedPropertyDescriptorA MappedPropertyDescriptor describes one mapped property.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
MethodUtils Utility reflection methods focused on methods in general rather than properties in particular.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
MutableDynaClassA specialized extension to DynaClass that allows properties to be added or removed dynamically.Interfacev1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
NestedNullExceptionThrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
NumberConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
PropertyUtilsUtility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
PropertyUtilsBeanUtility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ResolverProperty Name Expression Resolver.Interfacev1.9.2.apidocs.org.apache.commons.beanutils.expressionApache Commons
ResultSetDynaClass java.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ResultSetIterator iterator() method of ResultSetDynaClass.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
RowSetDynaClass of DynaBeans representing the results of an SQL query.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
ShortArrayConverterStandard Converter implementation that converts an incoming String into a primitive array of short.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ShortConverterNumberConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
ShortLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlDateConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlDateLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimeConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimeLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimestampConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimestampLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
StringArrayConverterStandard Converter implementation that converts an incoming String into an array of String objects.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
StringConverter implementation that converts an incoming object into a java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
StringLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SuppressPropertiesBeanIntrospector A specialized BeanIntrospector implementation which suppresses some properties.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
URLConverterConverter implementaion that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
WrapDynaBean instance, so that DynaBean APIs can be used to access its properties.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons
WrapDynaClass standard JavaBean instances.Classv1.9.2.apidocs.org.apache.commons.beanutilsApache Commons