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
Method s of the given pojoType . |
public Iterator<Method> findMethods(Class<?> pojoType)
PojoMethodIntrospector
Method
s of the given pojoType
.findMethods
in interface PojoMethodIntrospector
pojoType
- is the type reflecting the POJO for which the Method
s are requested.Method
s.Copyright © 2001–2016 mmm-Team. All rights reserved.