org.hibernate.validator.util.privilegedactions
Class GetConstructor<T>
java.lang.Object
org.hibernate.validator.util.privilegedactions.GetConstructor<T>
- All Implemented Interfaces:
- PrivilegedAction<Constructor<T>>
public final class GetConstructor<T>
- extends Object
- implements PrivilegedAction<Constructor<T>>
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2011 Red Hat Middleware, LLC. All Rights Reserved