public class AlphaNumericValidator extends Object implements javax.validation.ConstraintValidator<AlphaNumeric,String>
| Constructor and Description |
|---|
AlphaNumericValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(AlphaNumeric alphaNumeric) |
boolean |
isValid(String value,
javax.validation.ConstraintValidatorContext constraintValidatorCtxt) |
public void initialize(AlphaNumeric alphaNumeric)
initialize in interface javax.validation.ConstraintValidator<AlphaNumeric,String>public boolean isValid(String value, javax.validation.ConstraintValidatorContext constraintValidatorCtxt)
isValid in interface javax.validation.ConstraintValidator<AlphaNumeric,String>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.