EmailValidatorForOption
bitlap.validation.EmailValidatorForOption
class EmailValidatorForOption extends ConstraintValidator[Email, IterableOnce[_]]
Validates that the wrapped character sequence (e.g. Option[String]) being validated consists of email, and matches the regexp defined in the constraint.
Attributes
- Graph
-
- Supertypes
-
trait ConstraintValidator[Email, IterableOnce[_]]class Objecttrait Matchableclass Any
Members list
In this article