|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClassHelper
Interface for helpers to retrieve class meta information.
Implementations must be threadsafe.
| Method Summary | |
|---|---|
Field[] |
getFields(Class<?> clazz)
Return a list of all the static and non-static fields of the specified class, regardless of their accessibility. |
Method[] |
getMethods(Class<?> clazz)
Return a list of all the get*, set* and is* method on the specified class, regardless of their accessibility. |
| Method Detail |
|---|
Field[] getFields(Class<?> clazz)
The array order matches the order in which the fields were declared within the original source file.
Method[] getMethods(Class<?> clazz)
The array order matches the order in which the methods were declared within the original source file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||