net.sf.mmm.util.pojo.descriptor.base
Class NoPojoFieldIntrospector

java.lang.Object
  extended by net.sf.mmm.util.pojo.descriptor.base.NoPojoFieldIntrospector
All Implemented Interfaces:
PojoFieldIntrospector

public class NoPojoFieldIntrospector
extends Object
implements PojoFieldIntrospector

This is a dummy implementation of the PojoFieldIntrospector interface that never finds any field.

Since:
1.1.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Constructor Summary
NoPojoFieldIntrospector()
          The constructor.
 
Method Summary
 Iterator<Field> findFields(Class<?> pojoType)
          This method finds the fields of the given pojoType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoPojoFieldIntrospector

public NoPojoFieldIntrospector()
The constructor.

Method Detail

findFields

public Iterator<Field> findFields(Class<?> pojoType)
This method finds the fields of the given pojoType.

Specified by:
findFields in interface PojoFieldIntrospector
Parameters:
pojoType - is the type reflecting the POJO for which the fields are requested.
Returns:
a read-only iterator of all the Fields.


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