net.sf.mmm.util.pojo.descriptor.base
Class NoPojoFieldIntrospector
java.lang.Object
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)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoPojoFieldIntrospector
public NoPojoFieldIntrospector()
- The constructor.
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.