Uses of Class
org.apache.commons.validator.routines.EmailValidator
Packages that use EmailValidator
Package
Description
This package contains independent validation routines.
-
Uses of EmailValidator in org.apache.commons.validator.routines
Methods in org.apache.commons.validator.routines that return EmailValidatorModifier and TypeMethodDescriptionstatic EmailValidator
EmailValidator.getInstance()
Returns the Singleton instance of this validator.static EmailValidator
EmailValidator.getInstance
(boolean allowLocal) Returns the Singleton instance of this validator, with local validation as required.static EmailValidator
EmailValidator.getInstance
(boolean allowLocal, boolean allowTld) Returns the Singleton instance of this validator, with local validation as required.