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

Contains the implementation of the Introspection-Accessor-API.

See:
          Description

Class Summary
PojoPropertyAccessorAddBuilder This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorGetBuilder This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorGetField This is the implementation of the PojoPropertyAccessorNonArg interface for getting a Field.
PojoPropertyAccessorGetIndexedBuilder This is the implementation of the PojoPropertyAccessorIndexedNonArgBuilder interface for indexed getter-access.
PojoPropertyAccessorGetMappedBuilder This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for mapped getter-access.
PojoPropertyAccessorIndexedNonArgMethod This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for accessing a Method.
PojoPropertyAccessorIndexedOneArgMethod This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for accessing a Method.
PojoPropertyAccessorNonArgMethod This is the implementation of the PojoPropertyAccessorNonArg interface for accessing a Method.
PojoPropertyAccessorOneArgMethod This is the implementation of the PojoPropertyAccessorOneArg interface for accessing a Method.
PojoPropertyAccessorProxyAdd This is the implementation of the PojoPropertyAccessorOneArg interface for adding an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxyGetByIndex This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a indexed-getter using a fixed index.
PojoPropertyAccessorProxyGetByKey This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a mapped-getter using a fixed key.
PojoPropertyAccessorProxyGetIndexed This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for getting an element from another accessor returning an array or List.
PojoPropertyAccessorProxyGetMapped This is the implementation of the PojoPropertyAccessorOneArg interface for getting an element from another accessor returning a Map.
PojoPropertyAccessorProxyGetSize This is the implementation of the PojoPropertyAccessorNonArg interface for getting the size of an array, List or Map from another accessor.
PojoPropertyAccessorProxyRemove This is the implementation of the PojoPropertyAccessorOneArg interface for removing an element using the getter from another accessor returning an array or Collection.
PojoPropertyAccessorProxySetByIndex This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a indexed-setter using a fixed index.
PojoPropertyAccessorProxySetByKey This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a mapped-setter using a fixed key.
PojoPropertyAccessorProxySetIndexed This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for setting an indexed property using the getter from another accessor returning an array or List.
PojoPropertyAccessorProxySetMapped This is the implementation of the PojoPropertyAccessorTwoArg interface for setting an element in a Map returned from another accessor.
PojoPropertyAccessorRemoveBuilder This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
PojoPropertyAccessorSetBuilder This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for setter-access.
PojoPropertyAccessorSetField This is the implementation of the PojoPropertyAccessorOneArg interface for setting a Field.
PojoPropertyAccessorSetIndexedBuilder This is the implementation of the PojoPropertyAccessorIndexedOneArgBuilder interface for indexed setter-access.
PojoPropertyAccessorSetMappedBuilder This is the implementation of the PojoPropertyAccessorTwoArgBuilder interface for mapped setter-access.
PojoPropertyAccessorSizeBuilder This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
PojoPropertyAccessorTwoArgMethod This is the implementation of the PojoPropertyAccessorTwoArg interface for accessing a Method.
 

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

Contains the implementation of the Introspection-Accessor-API.

POJO Introspection Implementation - Accessors

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



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