|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.JavaHelper
public class JavaHelper
Extracts fields/methods of the given java class.
BcelHelper| Constructor Summary | |
|---|---|
JavaHelper()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaHelper()
| Method Detail |
|---|
public Field[] getFields(Class<?> clazz)
ClassHelperThe array order matches the order in which the fields were declared within the original source file.
getFields in interface ClassHelperpublic Method[] getMethods(Class<?> clazz)
ClassHelperThe array order matches the order in which the methods were declared within the original source file.
getMethods in interface ClassHelper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||