public final class GetDeclaredMethod extends Object implements PrivilegedAction<Method>
null
if it does not exist.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 © 2007-2017 Red Hat, Inc. All Rights Reserved