Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
net.sf.cglib.reflect.FastMember
net.sf.cglib.reflect.FastMethod
public class FastMethod
extends FastMember
Method Summary | |
Class[] | |
Method | |
Class[] | |
Class | |
Object |
|
Methods inherited from class net.sf.cglib.reflect.FastMember | |
equals , getDeclaringClass , getExceptionTypes , getIndex , getModifiers , getName , getParameterTypes , hashCode , toString |
public Class[] getExceptionTypes()
- Overrides:
- getExceptionTypes in interface FastMember
public Method getJavaMethod()
public Class[] getParameterTypes()
- Overrides:
- getParameterTypes in interface FastMember
public Class getReturnType()
public Object invoke(Object obj, Object[] args) throws InvocationTargetException