public final class GetDeclaredConstructors extends Object implements PrivilegedAction<Constructor<?>[]>
Modifier and Type | Method and Description |
---|---|
static GetDeclaredConstructors |
action(Class<?> clazz) |
Constructor<?>[] |
run() |
public static GetDeclaredConstructors action(Class<?> clazz)
public Constructor<?>[] run()
run
in interface PrivilegedAction<Constructor<?>[]>
Copyright © 2021 JBoss by Red Hat. All rights reserved.