Module org.eclipse.persistence.core
Class PrivilegedGetDeclaredMethod
- java.lang.Object
-
- org.eclipse.persistence.internal.security.PrivilegedGetDeclaredMethod
-
- All Implemented Interfaces:
PrivilegedExceptionAction<Method>
public class PrivilegedGetDeclaredMethod extends Object implements PrivilegedExceptionAction<Method>
-
-
Constructor Summary
Constructors Constructor Description PrivilegedGetDeclaredMethod(Class<?> clazz, String methodName, Class<?>[] methodParameterTypes)
-
-
-
Method Detail
-
run
public Method run() throws NoSuchMethodException
- Specified by:
runin interfacePrivilegedExceptionAction<Method>- Throws:
NoSuchMethodException
-
-