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