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