public class MethodLookupAction extends GetDeclaredMethodAction implements PrivilegedExceptionAction<Method>
methodName, parameterTypes
javaClass
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
public Method run() throws NoSuchMethodException
run
in interface PrivilegedExceptionAction<Method>
run
in class GetDeclaredMethodAction
NoSuchMethodException
public static Method lookupMethod(Class<?> javaClass, String methodName, Class<?>[] parameterTypes) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2016. All rights reserved.