| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH_MAIL
maximum length of a eMail.
|
| Constructor and Description |
|---|
EmailValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Email pconstraintAnnotation)
initialize the validator.
|
boolean |
isValid(String pvalue,
javax.validation.ConstraintValidatorContext pcontext)
check if given string is a valid mail.
|
public static final int LENGTH_MAIL
Copyright © 2015–2016. All rights reserved.