Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.commons.beanutils

Classes in org.apache.commons.beanutils used by org.apache.commons.beanutils
AbstractChild
           
AbstractParent
           
AlphaBean
           
BasicDynaBeanTestCase
          Test Case for the BasicDynaBean implementation class.
BasicDynaClass
          Minimal implementation of the DynaClass interface.
BeanAccessLanguageException
          Thrown to indicate that the Bean Access Language cannot execute query against given bean.
BeanComparator
           This comparator compares two beans by the specified bean property.
BeanMap
          An implementation of Map for JavaBeans which uses introspection to get and put properties in the bean.
BeanUtilsBean
          JavaBean property population methods.
BeanWithInnerBean.InnerBean
           
BenchBean
          Plain old java bean (POJO) for microbenchmarks.
Child
           
ContextClassLoaderLocal
          A value that is provided per (thread) context classloader.
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.
ConvertUtilsBean
          Utility methods for converting String scalar values to objects of the specified Class, String arrays to arrays of the specified Class.
DynaBean
          A DynaBean is a Java object that supports properties whose names and data types, as well as values, may be dynamically modified.
DynaClass
          A DynaClass is a simulation of the functionality of java.lang.Class for classes implementing the DynaBean interface.
DynaProperty
          The metadata describing an individual property of a DynaBean.
JDBCDynaClass
          Provides common logic for JDBC implementations of DynaClass.
LazyDynaBean
          DynaBean which automatically adds properties to the DynaClass and provides Lazy List and Lazy Map features.
LazyDynaClass
          DynaClass which implements the MutableDynaClass interface.
LazyDynaMap
          Provides a light weight DynaBean facade to a Map with lazy map/list processing.
MutableDynaClass
          A specialized extension to DynaClass that allows properties to be added or removed dynamically.
NestedTestBean
          Specialist test bean for complex nested properties.
PropertyUtilsBean
          Utility methods for using Java Reflection APIs to facilitate generic property getter and setter operations on Java objects.
ResultSetDynaClass
          Implementation of DynaClass for DynaBeans that wrap the java.sql.Row objects of a java.sql.ResultSet.
RowSetDynaClass
          Implementation of DynaClass that creates an in-memory collection of DynaBeans representing the results of an SQL query.
TestBean
          General purpose test bean for JUnit tests for the "beanutils" component.
TestBean.MappedTestBean
           
TestBeanPackageSubclass
          This is a package private subclass of TestBean.
TestBeanPublicSubclass
          This is a public subclass of TestBean.
WrapDynaBean
          Implementation of DynaBean that wraps a standard JavaBean instance, so that DynaBean APIs can be used to access its properties.
WrapDynaClass
          Implementation of DynaClass for DynaBeans that wrap standard JavaBean instances.