Uses of Interface
net.sf.mmm.util.pojo.descriptor.base.PojoDescriptorDependencies

Packages that use PojoDescriptorDependencies
net.sf.mmm.util.pojo.descriptor.base Contains the basic implementation of the Introspection-API
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 PojoDescriptorDependencies in net.sf.mmm.util.pojo.descriptor.base
 

Classes in net.sf.mmm.util.pojo.descriptor.base that implement PojoDescriptorDependencies
 class PojoDescriptorDependenciesImpl
          This is the implementation of the PojoDescriptorDependencies interface.
 

Methods in net.sf.mmm.util.pojo.descriptor.base that return PojoDescriptorDependencies
protected abstract  PojoDescriptorDependencies AbstractPojoDescriptorBuilder.getDependencies()
          This method gets the required dependencies.
 

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

Fields in net.sf.mmm.util.pojo.descriptor.base.accessor declared as PojoDescriptorDependencies
private  PojoDescriptorDependencies AbstractPojoPropertyAccessorProxyAdapter.dependencies
           
 

Methods in net.sf.mmm.util.pojo.descriptor.base.accessor that return PojoDescriptorDependencies
protected  PojoDescriptorDependencies AbstractPojoPropertyAccessorProxyAdapter.getDependencies()
           
 

Methods in net.sf.mmm.util.pojo.descriptor.base.accessor with parameters of type PojoDescriptorDependencies
 ACCESSOR PojoPropertyAccessorBuilder.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.
 ACCESSOR PojoPropertyAccessorBuilder.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.
 

Constructors in net.sf.mmm.util.pojo.descriptor.base.accessor with parameters of type PojoDescriptorDependencies
AbstractPojoPropertyAccessorBase(String propertyName, Type propertyType, PojoDescriptor<?> descriptor, PojoDescriptorDependencies configuration)
          The constructor.
AbstractPojoPropertyAccessorField(PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Field field)
          The constructor.
AbstractPojoPropertyAccessorField(String propertyName, Type propertyType, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Field field)
          The constructor.
AbstractPojoPropertyAccessorMethod(String propertyName, Type propertyType, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method)
          The constructor.
AbstractPojoPropertyAccessorProxyAdapter(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
AbstractPojoPropertyAccessorProxyAdapterComponentType(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
 

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

Classes in net.sf.mmm.util.pojo.descriptor.impl that implement PojoDescriptorDependencies
 class ExtendedPojoDescriptorDependenciesImpl
          This class extends PojoDescriptorDependenciesImpl with additional components to inject.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl declared as PojoDescriptorDependencies
private  PojoDescriptorDependencies DefaultPojoDescriptorEnhancer.dependencies
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoDescriptorDependencies
protected  PojoDescriptorDependencies DefaultPojoDescriptorEnhancer.getDependencies()
          This method gets the dependencies required for this descriptor.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoDescriptorDependencies
 void DefaultPojoDescriptorEnhancer.setDependencies(PojoDescriptorDependencies dependencies)
          This method sets the dependencies.
 

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

Methods in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoDescriptorDependencies
 PojoPropertyAccessorNonArg PojoPropertyAccessorGetBuilder.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.
 PojoPropertyAccessorNonArg PojoPropertyAccessorSizeBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorRemoveBuilder.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(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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorAddBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorGetMappedBuilder.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(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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorSetBuilder.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(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.
 PojoPropertyAccessorNonArg PojoPropertyAccessorGetBuilder.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.
 PojoPropertyAccessorNonArg PojoPropertyAccessorSizeBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorRemoveBuilder.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.
 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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorAddBuilder.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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorGetMappedBuilder.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.
 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.
 PojoPropertyAccessorOneArg PojoPropertyAccessorSetBuilder.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.
 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.
 

Constructors in net.sf.mmm.util.pojo.descriptor.impl.accessor with parameters of type PojoDescriptorDependencies
PojoPropertyAccessorGetField(PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Field field)
          The constructor.
PojoPropertyAccessorIndexedNonArgMethod(String propertyName, Type propertyType, PojoPropertyAccessorIndexedNonArgMode mode, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method)
          The constructor.
PojoPropertyAccessorIndexedOneArgMethod(String propertyName, Type propertyType, PojoPropertyAccessorIndexedOneArgMode mode, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method, boolean inverted)
          The constructor.
PojoPropertyAccessorNonArgMethod(String propertyName, Type propertyType, PojoPropertyAccessorNonArgMode mode, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method)
          The constructor.
PojoPropertyAccessorOneArgMethod(String propertyName, Type propertyType, PojoPropertyAccessorOneArgMode mode, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method)
          The constructor.
PojoPropertyAccessorProxyAdd(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetIndexed(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetMapped(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg mapGetAccessor)
          The constructor.
PojoPropertyAccessorProxyGetSize(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor)
          The constructor.
PojoPropertyAccessorProxyRemove(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxySetIndexed(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg containerGetAccessor, PojoPropertyAccessorOneArg containerSetAccessor)
          The constructor.
PojoPropertyAccessorProxySetMapped(PojoDescriptorDependencies dependencies, PojoPropertyAccessorNonArg mapGetAccessor)
          The constructor.
PojoPropertyAccessorSetField(PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Field field)
          The constructor.
PojoPropertyAccessorTwoArgMethod(String propertyName, Type propertyType, PojoPropertyAccessorTwoArgMode mode, PojoDescriptor<?> descriptor, PojoDescriptorDependencies dependencies, Method method)
          The constructor.
 



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