public class MySecondConstraintValidator extends Object implements javax.validation.ConstraintValidator<MySecondConstraint,Integer>
| Constructor and Description |
|---|
MySecondConstraintValidator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(Integer value,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
public boolean isValid(Integer value, javax.validation.ConstraintValidatorContext constraintValidatorContext)
isValid in interface javax.validation.ConstraintValidator<MySecondConstraint,Integer>Copyright © 2008–2017. All rights reserved.