public class GetConstructorAction<T> extends AbstractGenericReflectionAction<T> implements PrivilegedExceptionAction<Constructor<T>>
javaClass
Modifier and Type | Method and Description |
---|---|
static <T> GetConstructorAction<T> |
of(Class<T> javaClass,
Class<?>... parameterTypes) |
Constructor<T> |
run() |
public static <T> GetConstructorAction<T> of(Class<T> javaClass, Class<?>... parameterTypes)
public Constructor<T> run() throws NoSuchMethodException
run
in interface PrivilegedExceptionAction<Constructor<T>>
NoSuchMethodException
Copyright © 2016. All rights reserved.