Class GetDeclaredConstructor<T>

java.lang.Object
org.hibernate.validator.internal.util.privilegedactions.GetDeclaredConstructor<T>
All Implemented Interfaces:
PrivilegedAction<Constructor<T>>

public final class GetDeclaredConstructor<T> extends Object implements PrivilegedAction<Constructor<T>>
Returns the declared constructor with the specified parameter types or null if it does not exist.
Author:
Emmanuel Bernard