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