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

All Known Implementing Classes:
NoPojoMethodIntrospector, PojoMethodIntrospectorImpl

public interface PojoMethodIntrospector

This is the interface used to find methods 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<Method> findMethods(Class<?> pojoType)
          This method finds all Methods of the given pojoType.
 

Method Detail

findMethods

Iterator<Method> findMethods(Class<?> pojoType)
This method finds all Methods of the given pojoType.

Parameters:
pojoType - is the type reflecting the POJO for which the Methods are requested.
Returns:
a read-only iterator of all the Methods.


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