Uses of Class
net.sf.mmm.util.pojo.descriptor.base.accessor.AbstractPojoPropertyAccessorProxy

Packages that use AbstractPojoPropertyAccessorProxy
net.sf.mmm.util.pojo.descriptor.base.accessor Contains the basic implementation of the Introspection-Accessor-API
net.sf.mmm.util.pojo.descriptor.impl.accessor Contains the implementation of the Introspection-Accessor-API
 

Uses of AbstractPojoPropertyAccessorProxy in net.sf.mmm.util.pojo.descriptor.base.accessor
 

Subclasses of AbstractPojoPropertyAccessorProxy in net.sf.mmm.util.pojo.descriptor.base.accessor
 class 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.
 class 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.
 

Uses of AbstractPojoPropertyAccessorProxy in net.sf.mmm.util.pojo.descriptor.impl.accessor
 

Subclasses of AbstractPojoPropertyAccessorProxy in net.sf.mmm.util.pojo.descriptor.impl.accessor
 class PojoPropertyAccessorProxyAdd
          This is the implementation of the PojoPropertyAccessorOneArg interface for adding an element using the getter from another accessor returning an array or Collection.
 class PojoPropertyAccessorProxyGetByIndex
          This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a indexed-getter using a fixed index.
 class PojoPropertyAccessorProxyGetByKey
          This is an implementation of the PojoPropertyAccessorNonArg acting as as a getter that delegates to a mapped-getter using a fixed key.
 class PojoPropertyAccessorProxyGetIndexed
          This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for getting an element from another accessor returning an array or List.
 class PojoPropertyAccessorProxyGetMapped
          This is the implementation of the PojoPropertyAccessorOneArg interface for getting an element from another accessor returning a Map.
 class PojoPropertyAccessorProxyGetSize
          This is the implementation of the PojoPropertyAccessorNonArg interface for getting the size of an array, List or Map from another accessor.
 class PojoPropertyAccessorProxyRemove
          This is the implementation of the PojoPropertyAccessorOneArg interface for removing an element using the getter from another accessor returning an array or Collection.
 class PojoPropertyAccessorProxySetByIndex
          This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a indexed-setter using a fixed index.
 class PojoPropertyAccessorProxySetByKey
          This is an implementation of the PojoPropertyAccessorOneArg acting as as a setter that delegates to a mapped-setter using a fixed key.
 class 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.
 class PojoPropertyAccessorProxySetMapped
          This is the implementation of the PojoPropertyAccessorTwoArg interface for setting an element in a Map returned from another accessor.
 



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