public class NoPojoMethodIntrospector extends Object implements PojoMethodIntrospector
PojoMethodIntrospector interface that never finds any method.| Constructor and Description |
|---|
NoPojoMethodIntrospector()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Method> |
findMethods(Class<?> pojoType)
This method finds all
Methods of the given pojoType. |
public Iterator<Method> findMethods(Class<?> pojoType)
PojoMethodIntrospectorMethods of the given pojoType.findMethods in interface PojoMethodIntrospectorpojoType - is the type reflecting the POJO for which the Methods are requested.Methods.Copyright © 2001–2016 mmm-Team. All rights reserved.