net.sf.mmm.util.pojo.descriptor.impl
Class PojoMethodIntrospectorImpl
java.lang.Object
net.sf.mmm.util.pojo.descriptor.impl.AbstractPojoIntrospector
net.sf.mmm.util.pojo.descriptor.impl.PojoMethodIntrospectorImpl
- All Implemented Interfaces:
- PojoMethodIntrospector
public class PojoMethodIntrospectorImpl
- extends AbstractPojoIntrospector
- implements PojoMethodIntrospector
This is the implementation of the PojoMethodIntrospector interface.
- 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 |
PojoMethodIntrospectorImpl
public PojoMethodIntrospectorImpl()
- The constructor.
PojoMethodIntrospectorImpl
public PojoMethodIntrospectorImpl(VisibilityModifier visibility,
boolean acceptStatic)
- The constructor. Configures and
initializes the
component.
- Parameters:
visibility - is the visibility.acceptStatic - is the accept-static flag.
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.