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