Class EmailValidator


  • public class EmailValidator
    extends java.lang.Object
    rfc5321, rfc5322
    • Constructor Summary

      Constructors 
      Constructor Description
      EmailValidator​(java.lang.String email)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmailValidator

        public EmailValidator​(java.lang.String email)
    • Method Detail

      • validate

        public boolean validate()