|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.custom.dynaForm.metadata.impl.ejb.BcelHelper
public class BcelHelper
Extracts fields/method of the given class using BCEL.
This allows us to keep the ordering.
| Constructor Summary | |
|---|---|
BcelHelper()
|
|
| Method Summary | |
|---|---|
java.lang.reflect.Field[] |
getFields(java.lang.Class clazz)
|
java.lang.reflect.Method[] |
getMethods(java.lang.Class clazz)
|
protected java.lang.Class |
type2Class(org.apache.bcel.generic.Type type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BcelHelper()
| Method Detail |
|---|
public java.lang.reflect.Field[] getFields(java.lang.Class clazz)
getFields in interface ClassHelperpublic java.lang.reflect.Method[] getMethods(java.lang.Class clazz)
getMethods in interface ClassHelperprotected java.lang.Class type2Class(org.apache.bcel.generic.Type type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||