public final class GetDeclaredConstructor<T> extends Object implements PrivilegedAction<Constructor<T>>
| Modifier and Type | Method and Description |
|---|---|
static <T> GetDeclaredConstructor<T> |
action(Class<T> clazz,
Class<?>... params) |
Constructor<T> |
run() |
public static <T> GetDeclaredConstructor<T> action(Class<T> clazz, Class<?>... params)
public Constructor<T> run()
run in interface PrivilegedAction<Constructor<T>>Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved