public class GetDeclaredMethodAction extends AbstractReflectionAction implements PrivilegedExceptionAction<Method>
Modifier and Type | Field and Description |
---|---|
protected String |
methodName |
protected Class<?>[] |
parameterTypes |
javaClass
Constructor and Description |
---|
GetDeclaredMethodAction(Class<?> javaClass,
String methodName,
Class<?>... parameterTypes) |
protected final String methodName
protected final Class<?>[] parameterTypes
public Method run() throws NoSuchMethodException
run
in interface PrivilegedExceptionAction<Method>
NoSuchMethodException
Copyright © 2014. All Rights Reserved.