Package net.sf.mmm.util.pojo.descriptor.base.accessor

Contains the basic implementation of the Introspection-Accessor-API.

See:
          Description

Interface Summary
PojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> This is the interface used to create a PojoPropertyAccessor.
PojoPropertyAccessorIndexedNonArgBuilder This is the interface used to create a indexed non-arg accessor.
PojoPropertyAccessorIndexedOneArgBuilder This is the interface used to create a indexed one-arg accessor.
PojoPropertyAccessorNonArgBuilder This is the interface used to create a property-reader.
PojoPropertyAccessorOneArgBuilder This is the interface used to create a one-arg accessor.
PojoPropertyAccessorTwoArgBuilder This is the interface used to create a two-arg accessor.
 

Class Summary
AbstractPojoPropertyAccessor This is the abstract base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessorBase This is the major base-implementation of the PojoPropertyAccessor interface.
AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor> This is an abstract base implementation of the PojoPropertyAccessorBuilder interface.
AbstractPojoPropertyAccessorField This is the abstract implementation of the PojoPropertyAccessor interface used to access a Field.
AbstractPojoPropertyAccessorMethod This is the abstract implementation of the PojoPropertyAccessor interface used to access a Method.
AbstractPojoPropertyAccessorProxy This is the abstract implementation of the PojoPropertyAccessor interface that delegates to another accessor.
AbstractPojoPropertyAccessorProxyAdapter This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
AbstractPojoPropertyAccessorProxyAdapterComponentType This is the abstract base implementation of a PojoPropertyAccessor that acts as proxy to a delegate allowing to add new ways to access a property.
 

Package net.sf.mmm.util.pojo.descriptor.base.accessor Description

Contains the basic implementation of the Introspection-Accessor-API.

POJO Introspection Base - Accessors

This package provides the basic implementation of the Introspection-Accessor-API.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.