public class MethodLookupAction extends GetDeclaredMethodAction implements PrivilegedExceptionAction<Method>
methodName, parameterTypesjavaClass| Constructor and Description |
|---|
MethodLookupAction(Class<?> javaClass,
String methodName,
Class<?>[] parameterTypes) |
public Method run() throws NoSuchMethodException
run in interface PrivilegedExceptionAction<Method>run in class GetDeclaredMethodActionNoSuchMethodExceptionpublic static Method lookupMethod(Class<?> javaClass, String methodName, Class<?>[] parameterTypes) throws NoSuchMethodException
NoSuchMethodExceptionCopyright © 2014. All Rights Reserved.