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

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

Classes in net.sf.mmm.util.pojo.descriptor.base that implement PojoMethodIntrospector
 class NoPojoMethodIntrospector
          This is a dummy implementation of the PojoMethodIntrospector interface that never finds any method.
 

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

Classes in net.sf.mmm.util.pojo.descriptor.impl that implement PojoMethodIntrospector
 class PojoMethodIntrospectorImpl
          This is the implementation of the PojoMethodIntrospector interface.
 

Fields in net.sf.mmm.util.pojo.descriptor.impl declared as PojoMethodIntrospector
private  PojoMethodIntrospector PojoDescriptorBuilderImpl.methodIntrospector
           
 

Methods in net.sf.mmm.util.pojo.descriptor.impl that return PojoMethodIntrospector
protected  PojoMethodIntrospector PojoDescriptorBuilderImpl.getMethodIntrospector()
          This method gets the introspector used to find potential methods for accessing properties of a POJO.
 

Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoMethodIntrospector
 void PojoDescriptorBuilderImpl.setMethodIntrospector(PojoMethodIntrospector introspector)
          This method sets the method-introspector.
 



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