public class QuarterHourCheckValidator extends Object implements javax.validation.ConstraintValidator<QuarterHourCheck,Integer>
| Constructor and Description |
|---|
QuarterHourCheckValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(QuarterHourCheck constraintAnnotation) |
boolean |
isValid(Integer value,
javax.validation.ConstraintValidatorContext context) |
public void initialize(QuarterHourCheck constraintAnnotation)
initialize in interface javax.validation.ConstraintValidator<QuarterHourCheck,Integer>public boolean isValid(Integer value, javax.validation.ConstraintValidatorContext context)
isValid in interface javax.validation.ConstraintValidator<QuarterHourCheck,Integer>Copyright © 2016 Jasig. All Rights Reserved.