public class GetDeclaredConstructorAction<T> extends AbstractGenericReflectionAction<T> implements PrivilegedExceptionAction<Constructor<T>>
javaClass| Modifier and Type | Method and Description |
|---|---|
static <T> GetDeclaredConstructorAction<T> |
of(Class<T> javaClass,
Class<?>... parameterTypes) |
Constructor<T> |
run() |
public static <T> GetDeclaredConstructorAction<T> of(Class<T> javaClass, Class<?>... parameterTypes)
public Constructor<T> run() throws NoSuchMethodException
run in interface PrivilegedExceptionAction<Constructor<T>>NoSuchMethodExceptionCopyright © 2014. All Rights Reserved.