public final class GetDeclaredConstructor<T> extends Object implements PrivilegedAction<Constructor<T>>
null
if it does not exist.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 Middleware, LLC. All Rights Reserved