All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractArrayConverter Deprecated. Replaced by the newArrayConverterimplementationAbstractConverter BaseConverterimplementation that provides the structure for handling conversion to and from a specified type.ArrayConverter GenericConverterimplementation that handles conversion to and from array objects.BaseDynaBeanMapDecorator<K> A base class for decorators providingMapbehavior onDynaBeans.BaseLocaleConverter The base class for all standart type locale-sensitive converters.BasicDynaBean Minimal implementation of theDynaBeaninterface.BasicDynaClass Minimal implementation of theDynaClassinterface.BeanAccessLanguageException Thrown to indicate that the Bean Access Language cannot execute query against given bean.BeanComparator<T> This comparator compares two beans by the specified bean property.BeanIntrospector Definition of an interface for components that can perform introspection on bean classes.BeanMap An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.BeanMap.Entry Map entry used byBeanMap.BeanPredicate Predicate implementation that applies the givenPredicateto the result of calling the given property getter.BeanPropertyValueChangeClosure Closurethat sets a property.BeanPropertyValueEqualsPredicate Predicatethat evaluates a property value against a specified value.BeanToPropertyValueTransformer Transformerthat outputs a property value.BeanUtils Utility methods for populating JavaBeans properties via reflection.BeanUtilsBean JavaBean property population methods.BeanUtilsBean2 BeanUtilsBeanimplementation that creates aConvertUtilsBean2and delegates conversion toConvertUtilsBean.convert(Object, Class).BigDecimalConverter NumberConverterimplementation that handles conversion to and from java.math.BigDecimal objects.BigDecimalLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.BigIntegerConverter NumberConverterimplementation that handles conversion to and from java.math.BigInteger objects.BigIntegerLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigIntegerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.BooleanArrayConverter Deprecated. Replaced by the newArrayConverterimplementationBooleanConverter Converterimplementation that handles conversion to and from Boolean objects.ByteArrayConverter Deprecated. Replaced by the newArrayConverterimplementationByteConverter NumberConverterimplementation that handles conversion to and from java.lang.Byte objects.ByteLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Byteobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.CalendarConverter DateTimeConverterimplementation that handles conversion to and from java.util.Calendar objects.CharacterArrayConverter Deprecated. Replaced by the newArrayConverterimplementationCharacterConverter Converterimplementaion that handles conversion to and from java.lang.Character objects.ClassConverter Converterimplementaion that handles conversion to and from java.lang.Class objects.ConstructorUtils Utility reflection methods focussed on constructors, modelled afterMethodUtils.ContextClassLoaderLocal<T> An instance of this class represents a value that is provided per (thread) context classloader.ConversionException A ConversionException indicates that a call toConverter.convert()has failed to complete successfully.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.ConverterFacade ConvertingWrapDynaBean Implementation ofDynaBeanthat 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.ConvertUtils Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.ConvertUtilsBean Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.ConvertUtilsBean2 ConvertUtilsBeanimplementation that delegatesconvert()methods to the newConvertUtilsBean.convert(Object, Class)method.DateConverter DateTimeConverterimplementation that handles conversion to and from java.util.Date objects.DateLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.util.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DateTimeConverter Converterimplementaion that handles conversion to and from date/time objects.DecimalLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Numberobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DefaultBeanIntrospector The defaultBeanIntrospectorimplementation.DefaultResolver Default Property Name ExpressionResolverImplementation.DoubleArrayConverter Deprecated. Replaced by the newArrayConverterimplementationDoubleConverter NumberConverterimplementation that handles conversion to and from java.lang.Double objects.DoubleLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Doubleobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.DynaBean A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.DynaBeanMapDecorator Deprecated. UseDynaBeanPropertyMapDecoratorinstead.DynaBeanPropertyMapDecorator Decorates aDynaBeanto provideMapbehavior.DynaClass A DynaClass is a simulation of the functionality ofjava.lang.Classfor classes implementing theDynaBeaninterface.DynaProperty The metadata describing an individual property of a DynaBean.FileConverter Converterimplementaion that handles conversion to and from java.io.File objects.FloatArrayConverter Deprecated. Replaced by the newArrayConverterimplementationFloatConverter NumberConverterimplementation that handles conversion to and from java.lang.Float objects.FloatLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.math.BigDecimalobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.FluentPropertyBeanIntrospector An implementation of theBeanIntrospectorinterface which can detect write methods for properties used in fluent API scenario.IntegerArrayConverter Deprecated. Replaced by the newArrayConverterimplementationIntegerConverter NumberConverterimplementation that handles conversion to and from java.lang.Integer objects.IntegerLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Integerobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.IntrospectionContext A context interface used during introspection for querying and setting property descriptors.LazyDynaBean DynaBean which automatically adds properties to theDynaClassand provides Lazy List and Lazy Map features.LazyDynaClass DynaClass which implements theMutableDynaClassinterface.LazyDynaList Lazy DynaBean List.LazyDynaMap Provides a light weightDynaBeanfacade to aMapwith lazy map/list processing.LocaleBeanUtils Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.LocaleBeanUtils.Descriptor Deprecated. moved intoLocaleBeanUtilsLocaleBeanUtilsBean Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.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 one type to another.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 object to locale-sensitive String scalar value.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 object to locale-sensitive String scalar value.LongArrayConverter Deprecated. Replaced by the newArrayConverterimplementationLongConverter NumberConverterimplementation that handles conversion to and from java.lang.Long objects.LongLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Longobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.MappedPropertyDescriptor A MappedPropertyDescriptor describes one mapped property.MethodUtils Utility reflection methods focused on methods in general rather than properties in particular.MutableDynaClass A specialized extension toDynaClassthat allows properties to be added or removed dynamically.NestedNullException Thrown to indicate that the Bean Access Language cannot execute query against given bean since a nested bean referenced is null.NumberConverter Converterimplementaion that handles conversion to and from java.lang.Number objects.PropertyUtils Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.PropertyUtilsBean Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.Resolver Property Name Expression Resolver.ResultSetDynaClass Implementation ofDynaClassfor DynaBeans that wrap thejava.sql.Rowobjects of ajava.sql.ResultSet.ResultSetIterator RowSetDynaClass ShortArrayConverter Deprecated. Replaced by the newArrayConverterimplementationShortConverter NumberConverterimplementation that handles conversion to and from java.lang.Short objects.ShortLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.lang.Shortobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlDateConverter DateTimeConverterimplementation that handles conversion to and from java.sql.Date objects.SqlDateLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Dateobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlTimeConverter DateTimeConverterimplementation that handles conversion to and from java.sql.Time objects.SqlTimeLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timeobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SqlTimestampConverter DateTimeConverterimplementation that handles conversion to and from java.sql.Timestamp objects.SqlTimestampLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive String into ajava.sql.Timestampobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.StringArrayConverter Deprecated. Replaced by the newArrayConverterimplementationStringConverter Converterimplementation that converts an incoming object into ajava.lang.Stringobject.StringLocaleConverter StandardLocaleConverterimplementation that converts an incoming locale-sensitive object into ajava.lang.Stringobject, optionally using a default value or throwing aConversionExceptionif a conversion error occurs.SuppressPropertiesBeanIntrospector A specializedBeanIntrospectorimplementation which suppresses some properties.URLConverter Converterimplementaion that handles conversion to and from java.net.URL objects.WrapDynaBean Implementation ofDynaBeanthat wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.WrapDynaClass Implementation ofDynaClassfor DynaBeans that wrap standard JavaBean instances.