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
ConstructorsConstructorDescriptionPrivilegedGetConstructorFor(Class<T> javaClass, Class<?>[] args, boolean shouldSetAccessible) -
Method Summary
-
Constructor Details
-
PrivilegedGetConstructorFor
-
-
Method Details
-
run
- Specified by:
runin interfacePrivilegedExceptionAction<T>- Throws:
NoSuchMethodException
-