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

All Known Implementing Classes:
NoPojoFieldIntrospector, PojoFieldIntrospectorImpl

public interface PojoFieldIntrospector

This is the interface used to find fields that can (potentially) access a property of a given POJO.

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

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

Method Detail

findFields

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

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.