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<?>[]>
Returns the declared constructors of the specified class.
- Author:
- Gunnar Morling
-
Method Summary
-
Method Details
-
action
-
run
- Specified by:
run
in interfacePrivilegedAction<Constructor<?>[]>
-