Uses of Interface
net.sf.mmm.util.pojo.descriptor.api.accessor.PojoPropertyAccessorIndexedNonArg

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

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

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorIndexedNonArg
 class PojoPropertyAccessorIndexedNonArgMethod
          This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for accessing a Method.
 class PojoPropertyAccessorProxyGetIndexed
          This is the implementation of the PojoPropertyAccessorIndexedNonArg interface for getting an element from another accessor returning an array or List.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl.accessor declared as PojoPropertyAccessorIndexedNonArg
private  PojoPropertyAccessorIndexedNonArg PojoPropertyAccessorProxyGetByIndex.delegate
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor that return PojoPropertyAccessorIndexedNonArg
 PojoPropertyAccessorIndexedNonArg PojoPropertyAccessorGetIndexedBuilder.create(Field field, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given field if that field is suitable for this builder (e.g.
 PojoPropertyAccessorIndexedNonArg PojoPropertyAccessorGetIndexedBuilder.create(Method method, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies)
          This method creates the accessor for the given method if that method is suitable for this builder (e.g.
protected  PojoPropertyAccessorIndexedNonArg PojoPropertyAccessorProxyGetByIndex.getDelegate()
          This method gets the accessor this proxy delegates to.
 

Constructors in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoPropertyAccessorIndexedNonArg
PojoPropertyAccessorProxyGetByIndex(PojoPropertyAccessorIndexedNonArg delegate, int index)
          The constructor.
 



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