public class MyConstraintValidator extends Object implements javax.validation.ConstraintValidator<MyConstraint,Integer>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
defaultConstructorCalled |
| Constructor and Description |
|---|
MyConstraintValidator() |
| 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<MyConstraint,Integer>Copyright © 2008–2017. All rights reserved.