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

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

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

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

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

Fields in net.sf.mmm.util.pojo.descriptor.impl declared as PojoFieldIntrospector
private  PojoFieldIntrospector PojoDescriptorBuilderImpl.fieldIntrospector
           
 

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

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



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