|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.javassist.JavassistUtil
public class JavassistUtil
| Constructor Summary | |
|---|---|
JavassistUtil()
|
|
| Method Summary | |
|---|---|
static javassist.CtClass |
getCtClass(Class clazz)
Get the javassist class |
static javassist.CtConstructor |
getCtConstructor(Constructor constructor)
Get the javassist constructor |
static javassist.CtField |
getCtField(Field field)
Get the javassist field |
static javassist.CtMethod |
getCtMethod(Method method)
Get the javassist method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavassistUtil()
| Method Detail |
|---|
public static javassist.CtClass getCtClass(Class clazz)
clazz - the class
public static javassist.CtMethod getCtMethod(Method method)
method - the method
public static javassist.CtConstructor getCtConstructor(Constructor constructor)
constructor - the constructor
public static javassist.CtField getCtField(Field field)
field - the field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||