Uses of Class
net.sf.mmm.util.pojo.descriptor.base.AbstractPojoDescriptor

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

Methods in net.sf.mmm.util.pojo.descriptor.base with parameters of type AbstractPojoDescriptor
 void PojoDescriptorEnhancer.enhanceDescriptor(AbstractPojoDescriptor<?> descriptor)
          This method performs the generic enhancements on the given descriptor.
 void PojoDescriptorNoEnhancer.enhanceDescriptor(AbstractPojoDescriptor<?> descriptor)
          This method performs the generic enhancements on the given descriptor.
 

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

Subclasses of AbstractPojoDescriptor in net.sf.mmm.util.pojo.descriptor.impl
 class PojoDescriptorImpl<POJO>
          This is the abstract base implementation of the PojoDescriptor interface.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type AbstractPojoDescriptor
 void DefaultPojoDescriptorEnhancer.enhanceDescriptor(AbstractPojoDescriptor<?> descriptor)
          This method performs the generic enhancements on the given descriptor.
 



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