net.sf.cglib.reflect
Class FastMethod
java.lang.Object
net.sf.cglib.reflect.FastMember
net.sf.cglib.reflect.FastMethod
public class FastMethod
- extends FastMember
getReturnType
public Class getReturnType()
getParameterTypes
public Class[] getParameterTypes()
- Specified by:
getParameterTypes in class FastMember
getExceptionTypes
public Class[] getExceptionTypes()
- Specified by:
getExceptionTypes in class FastMember
invoke
public Object invoke(Object obj,
Object[] args)
throws InvocationTargetException
- Throws:
InvocationTargetException
getJavaMethod
public Method getJavaMethod()
Copyright © 2012 Oracle Corporation. All Rights Reserved.