public class MethodLookupAction extends GetDeclaredMethodAction implements PrivilegedExceptionAction<Method>
methodName, parameterTypesjavaClass| Constructor and Description |
|---|
MethodLookupAction(Class<?> javaClass,
String methodName,
Class<?>[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
static Method |
lookupMethod(Class<?> javaClass,
String methodName,
Class<?>[] parameterTypes) |
Method |
run() |
of, wrapExceptionpublic 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 © 2016. All Rights Reserved.