Uses of Interface
net.sf.mmm.util.pojo.descriptor.base.accessor.PojoPropertyAccessorBuilder

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

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

Subinterfaces of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.base.accessor
 interface PojoPropertyAccessorIndexedNonArgBuilder
          This is the interface used to create a indexed non-arg accessor.
 interface PojoPropertyAccessorIndexedOneArgBuilder
          This is the interface used to create a indexed one-arg accessor.
 interface PojoPropertyAccessorNonArgBuilder
          This is the interface used to create a property-reader.
 interface PojoPropertyAccessorOneArgBuilder
          This is the interface used to create a one-arg accessor.
 interface PojoPropertyAccessorTwoArgBuilder
          This is the interface used to create a two-arg accessor.
 

Classes in net.sf.mmm.util.pojo.descriptor.base.accessor that implement PojoPropertyAccessorBuilder
 class AbstractPojoPropertyAccessorBuilder<ACCESSOR extends PojoPropertyAccessor>
          This is an abstract base implementation of the PojoPropertyAccessorBuilder interface.
 

Uses of PojoPropertyAccessorBuilder in net.sf.mmm.util.pojo.descriptor.impl
 

Fields in net.sf.mmm.util.pojo.descriptor.impl with type parameters of type PojoPropertyAccessorBuilder
private  Collection<PojoPropertyAccessorBuilder<?>> ExtendedPojoDescriptorDependenciesImpl.accessorBuilders
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return types with arguments of type PojoPropertyAccessorBuilder
protected  Collection<PojoPropertyAccessorBuilder<?>> PojoDescriptorBuilderImpl.getAccessorBuilders()
          This method gets the accessor-builders used to create the accessors for properties of a POJO.
 Collection<PojoPropertyAccessorBuilder<?>> ExtendedPojoDescriptorDependenciesImpl.getAccessorBuilders()
          This method gets the accessor-builders used to create the accessors for properties of a POJO.
 

Method parameters in net.sf.mmm.util.pojo.descriptor.impl with type arguments of type PojoPropertyAccessorBuilder
 void ExtendedPojoDescriptorDependenciesImpl.setAccessorBuilders(Collection<PojoPropertyAccessorBuilder<?>> accessorBuilders)
          This method sets the accessor-builders.
 

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

Classes in net.sf.mmm.util.pojo.descriptor.impl.accessor that implement PojoPropertyAccessorBuilder
 class PojoPropertyAccessorAddBuilder
          This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
 class PojoPropertyAccessorGetBuilder
          This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
 class PojoPropertyAccessorGetIndexedBuilder
          This is the implementation of the PojoPropertyAccessorIndexedNonArgBuilder interface for indexed getter-access.
 class PojoPropertyAccessorGetMappedBuilder
          This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for mapped getter-access.
 class PojoPropertyAccessorRemoveBuilder
          This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for add-access.
 class PojoPropertyAccessorSetBuilder
          This is the implementation of the PojoPropertyAccessorOneArgBuilder interface for setter-access.
 class PojoPropertyAccessorSetIndexedBuilder
          This is the implementation of the PojoPropertyAccessorIndexedOneArgBuilder interface for indexed setter-access.
 class PojoPropertyAccessorSetMappedBuilder
          This is the implementation of the PojoPropertyAccessorTwoArgBuilder interface for mapped setter-access.
 class PojoPropertyAccessorSizeBuilder
          This is the implementation of the PojoPropertyAccessorNonArgBuilder interface for getter-access.
 



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