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