Package org.jboss.marshalling._private
Class GetDeclaredConstructorAction<T>
- java.lang.Object
-
- org.jboss.marshalling._private.GetDeclaredConstructorAction<T>
-
- All Implemented Interfaces:
PrivilegedAction<Constructor<T>>
public class GetDeclaredConstructorAction<T> extends Object implements PrivilegedAction<Constructor<T>>
-
-
Constructor Summary
Constructors Constructor Description GetDeclaredConstructorAction(Class<T> clazz, Class<?>... paramTypes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> GetDeclaredConstructorAction<T>
create(Class<T> clazz, Class<?>... paramTypes)
Constructor<T>
run()
-
-
-
Method Detail
-
run
public Constructor<T> run()
- Specified by:
run
in interfacePrivilegedAction<T>
-
create
public static <T> GetDeclaredConstructorAction<T> create(Class<T> clazz, Class<?>... paramTypes)
-
-