Interface HibernateConstraintValidator<A extends Annotation,T>

Type Parameters:
A - The constraint annotation type this validator applies to.
T - The target type this validator can validate.
All Superinterfaces:
ConstraintValidator<A,T>

@Incubating public interface HibernateConstraintValidator<A extends Annotation,T> extends ConstraintValidator<A,T>
Hibernate Validator specific extension to the ConstraintValidator contract.
Since:
6.0.5
Author:
Marko Bekhta