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

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

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

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorTwoArg
 class PojoPropertyAccessorProxySetMapped
          This is the implementation of the PojoPropertyAccessorTwoArg interface for setting an element in a Map returned from another accessor.
 class PojoPropertyAccessorTwoArgMethod
          This is the implementation of the PojoPropertyAccessorTwoArg interface for accessing a Method.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl.accessor declared as PojoPropertyAccessorTwoArg
private  PojoPropertyAccessorTwoArg PojoPropertyAccessorProxySetByKey.delegate
           
 

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

Constructors in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoPropertyAccessorTwoArg
PojoPropertyAccessorProxySetByKey(PojoPropertyAccessorTwoArg delegate, Object key)
          The constructor.
 



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