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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDeclaredConstructorsaction(Class<?> clazz)Constructor<?>[]run()
-
-
-
Method Detail
-
action
public static GetDeclaredConstructors action(Class<?> clazz)
-
run
public Constructor<?>[] run()
- Specified by:
runin interfacePrivilegedAction<Constructor<?>[]>
-
-