org.hibernate.validator.internal.util.privilegedactions
Class GetDeclaredConstructors

java.lang.Object
  extended by org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
All Implemented Interfaces:
PrivilegedAction<Constructor<?>[]>

public final class GetDeclaredConstructors
extends Object
implements PrivilegedAction<Constructor<?>[]>

Author:
Gunnar Morling

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

Method Detail

action

public static GetDeclaredConstructors action(Class<?> clazz)

run

public Constructor<?>[] run()
Specified by:
run in interface PrivilegedAction<Constructor<?>[]>


Copyright © 2012 Oracle Corporation. All Rights Reserved.