|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PojoMethodIntrospector
This is the interface used to find methods that can
(potentially) access a property of a given
POJO.
| Method Summary | |
|---|---|
Iterator<Method> |
findMethods(Class<?> pojoType)
This method finds all Methods of the given pojoType. |
| Method Detail |
|---|
Iterator<Method> findMethods(Class<?> pojoType)
Methods of the given pojoType.
pojoType - is the type reflecting the POJO for which the
Methods are requested.
Methods.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||