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

Packages that use PojoDescriptorEnhancer
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 PojoDescriptorEnhancer in net.sf.mmm.util.pojo.descriptor.base
 

Classes in net.sf.mmm.util.pojo.descriptor.base that implement PojoDescriptorEnhancer
 class PojoDescriptorNoEnhancer
          This is the simplest implementation of the PojoDescriptorEnhancer.
 

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

Classes in net.sf.mmm.util.pojo.descriptor.impl that implement PojoDescriptorEnhancer
 class DefaultPojoDescriptorEnhancer
          This is an implementation of the PojoDescriptorEnhancer interface that scans all PropertyDescriptors for accessing Collections, Map s or arrays.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl declared as PojoDescriptorEnhancer
private  PojoDescriptorEnhancer ExtendedPojoDescriptorDependenciesImpl.descriptorEnhancer
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoDescriptorEnhancer
 PojoDescriptorEnhancer PojoDescriptorBuilderImpl.getDescriptorEnhancer()
          This method gets the PojoDescriptorEnhancer to use.
 PojoDescriptorEnhancer ExtendedPojoDescriptorDependenciesImpl.getDescriptorEnhancer()
          This method gets the PojoDescriptorEnhancer to use.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoDescriptorEnhancer
 void ExtendedPojoDescriptorDependenciesImpl.setDescriptorEnhancer(PojoDescriptorEnhancer descriptorEnhancer)
          This method sets the descriptor-enhancer.
 



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