public class GetDeclaredConstructorAction<T> extends Object implements PrivilegedAction<Constructor<T>>
| Constructor and Description |
|---|
GetDeclaredConstructorAction(Class<T> clazz,
Class<?>... paramTypes) |
| Modifier and Type | Method and Description |
|---|---|
static <T> GetDeclaredConstructorAction<T> |
create(Class<T> clazz,
Class<?>... paramTypes) |
Constructor<T> |
run() |
public Constructor<T> run()
run in interface PrivilegedAction<Constructor<T>>public static <T> GetDeclaredConstructorAction<T> create(Class<T> clazz, Class<?>... paramTypes)
Copyright © 2018 JBoss by Red Hat. All rights reserved.