Package net.sf.cglib.reflect
Class FastMethod
- java.lang.Object
-
- net.sf.cglib.reflect.FastMember
-
- net.sf.cglib.reflect.FastMethod
-
public class FastMethod extends FastMember
-
-
Field Summary
-
Fields inherited from class net.sf.cglib.reflect.FastMember
fc, index, member
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class[]getExceptionTypes()MethodgetJavaMethod()Class[]getParameterTypes()ClassgetReturnType()Objectinvoke(Object obj, Object[] args)-
Methods inherited from class net.sf.cglib.reflect.FastMember
equals, getDeclaringClass, getIndex, getModifiers, getName, hashCode, toString
-
-
-
-
Method Detail
-
getReturnType
public Class getReturnType()
-
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypesin classFastMember
-
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypesin classFastMember
-
invoke
public Object invoke(Object obj, Object[] args) throws InvocationTargetException
- Throws:
InvocationTargetException
-
getJavaMethod
public Method getJavaMethod()
-
-