org.hibernate.validator.util.privilegedactions
Class GetConstructor<T>

java.lang.Object
  extended by org.hibernate.validator.util.privilegedactions.GetConstructor<T>
All Implemented Interfaces:
PrivilegedAction<Constructor<T>>

public class GetConstructor<T>
extends Object
implements PrivilegedAction<Constructor<T>>

Author:
Emmanuel Bernard

Method Summary
static
<T> GetConstructor<T>
action(Class<T> clazz, Class<?>... params)
           
 Constructor<T> run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

action

public static <T> GetConstructor<T> action(Class<T> clazz,
                                           Class<?>... params)

run

public Constructor<T> run()
Specified by:
run in interface PrivilegedAction<Constructor<T>>


Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved