|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.EmailValidator
public class EmailValidator
Check that a given string is a well-formed email address
| Constructor Summary | |
|---|---|
EmailValidator()
|
|
| Method Summary | |
|---|---|
void |
initialize(Email parameters)
Take the annotations values |
boolean |
isValid(java.lang.Object value)
does the object/element pass the constraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailValidator()
| Method Detail |
|---|
public boolean isValid(java.lang.Object value)
Validator
isValid in interface Validator<Email>public void initialize(Email parameters)
Validator
initialize in interface Validator<Email>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||