public interface ConstraintValidator
Validator of a constraint, provided by
ConstraintValidatorProvider.-
Method Summary
Modifier and TypeMethodDescriptioncheck(ValidatorContext context, Object value) Validation the value against the configured constraint.
-
Method Details
-
check
Validation the value against the configured constraint.- Parameters:
context- validation contextvalue- value to validate, may be null- Returns:
- validation response
-