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()
Method
getJavaMethod()
Class[]
getParameterTypes()
Class
getReturnType()
Object
invoke(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:
getParameterTypes
in classFastMember
-
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypes
in classFastMember
-
invoke
public Object invoke(Object obj, Object[] args) throws InvocationTargetException
- Throws:
InvocationTargetException
-
getJavaMethod
public Method getJavaMethod()
-
-