org.hibernate.validator.internal.util.privilegedactions
Class GetDeclaredConstructors
java.lang.Object
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructors
- All Implemented Interfaces:
- PrivilegedAction<Constructor<?>[]>
public final class GetDeclaredConstructors
- extends Object
- implements PrivilegedAction<Constructor<?>[]>
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.