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

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

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

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorIndexedOneArg
 class PojoPropertyAccessorIndexedOneArgMethod
          This is the implementation of the PojoPropertyAccessorIndexedOneArg interface for accessing a Method.
 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.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl.accessor declared as PojoPropertyAccessorIndexedOneArg
private  PojoPropertyAccessorIndexedOneArg PojoPropertyAccessorProxySetByIndex.delegate
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor that return PojoPropertyAccessorIndexedOneArg
 PojoPropertyAccessorIndexedOneArg PojoPropertyAccessorSetIndexedBuilder.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.
 PojoPropertyAccessorIndexedOneArg PojoPropertyAccessorSetIndexedBuilder.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  PojoPropertyAccessorIndexedOneArg PojoPropertyAccessorProxySetByIndex.getDelegate()
          This method gets the accessor this proxy delegates to.
 

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



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