public final class GetDeclaredMethod extends Object implements PrivilegedAction<Method>
| Modifier and Type | Method and Description |
|---|---|
static GetDeclaredMethod |
action(Class<?> clazz,
String methodName,
Class<?>... parameterTypes) |
Method |
run() |
public static GetDeclaredMethod action(Class<?> clazz, String methodName, Class<?>... parameterTypes)
public Method run()
run in interface PrivilegedAction<Method>Copyright © 2009–2014 Oracle Corporation. All rights reserved.