Uses of Class
net.sf.mmm.util.pojo.descriptor.impl.PojoDescriptorImpl

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

Uses of PojoDescriptorImpl in net.sf.mmm.util.pojo.descriptor.base
 

Fields in net.sf.mmm.util.pojo.descriptor.base with type parameters of type PojoDescriptorImpl
private  Map<GenericType<?>,PojoDescriptorImpl<?>> AbstractPojoDescriptorBuilder.pojoMap
           
 

Methods in net.sf.mmm.util.pojo.descriptor.base that return PojoDescriptorImpl
protected abstract
<POJO> PojoDescriptorImpl<POJO>
AbstractPojoDescriptorBuilder.createDescriptor(GenericType<POJO> pojoType)
          This method creates the pojo descriptor for the given pojoType.
<POJO> PojoDescriptorImpl<POJO>
AbstractPojoDescriptorBuilder.getDescriptor(Class<POJO> pojoClass)
          This method gets (or creates) the descriptor for the given pojoClass.
<POJO> PojoDescriptorImpl<POJO>
AbstractPojoDescriptorBuilder.getDescriptor(GenericType<POJO> pojoType)
          This method gets (or creates) the descriptor for the given pojoType.
 PojoDescriptorImpl<?> AbstractPojoDescriptorBuilder.getDescriptor(Type pojoType)
          This method gets (or creates) the descriptor for the given pojoType.
 

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

Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoDescriptorImpl
protected
<P> PojoDescriptorImpl<P>
PojoDescriptorBuilderImpl.createDescriptor(GenericType<P> pojoType)
          This method creates the pojo descriptor for the given pojoType.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoDescriptorImpl
protected  boolean PojoDescriptorBuilderImpl.registerAccessor(PojoDescriptorImpl<?> descriptor, PojoPropertyAccessor accessor)
          This method registers the given accessor for the given descriptor.
 



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