public class EmailValidator extends RegexpValidator
| Constructor and Description |
|---|
EmailValidator(String errorMessage)
Creates a validator for checking that a string is a syntactically valid
e-mail address.
|
apply, isValid, toStringgetMessage, toResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysPass, from, from, from, fromandThenpublic EmailValidator(String errorMessage)
errorMessage - the message to display in case the value does not validate.Copyright © 2025. All rights reserved.