net.sf.mmm.util.pojo.descriptor.base
Class NoPojoMethodIntrospector
java.lang.Object
net.sf.mmm.util.pojo.descriptor.base.NoPojoMethodIntrospector
- All Implemented Interfaces:
- PojoMethodIntrospector
public class NoPojoMethodIntrospector
- extends Object
- implements PojoMethodIntrospector
This is a dummy implementation of the PojoMethodIntrospector
interface that never finds any method.
- 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 |
NoPojoMethodIntrospector
public NoPojoMethodIntrospector()
- The constructor.
findMethods
public Iterator<Method> findMethods(Class<?> pojoType)
- This method finds all
Methods of the given pojoType.
- Specified by:
findMethods in interface PojoMethodIntrospector
- 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.