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

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

Methods in net.sf.mmm.util.pojo.descriptor.base that return types with arguments of type AbstractPojoPropertyDescriptor
abstract  Collection<? extends AbstractPojoPropertyDescriptor> AbstractPojoDescriptor.getPropertyDescriptors()
          This method gets the descriptors of all properties of the according pojo.
 

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

Subclasses of AbstractPojoPropertyDescriptor in net.sf.mmm.util.pojo.descriptor.impl
 class PojoPropertyDescriptorImpl
          This is the implementation of the PojoPropertyDescriptor interface.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type AbstractPojoPropertyDescriptor
private  void DefaultPojoDescriptorEnhancer.addVirtualAccessor(AbstractPojoPropertyDescriptor propertyDescriptor, PojoPropertyAccessor accessor)
          This method adds the given accessor to the given propertyDescriptor.
 



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