Uses of Record Class
com.google.common.labs.email.EmailAddress
Packages that use EmailAddress
Package
Description
A strict, i18n-compliant email address parser (requires dot-parse artifact)
-
Uses of EmailAddress in com.google.common.labs.email
Fields in com.google.common.labs.email with type parameters of type EmailAddressModifier and TypeFieldDescriptionstatic final Parser<EmailAddress> EmailAddress.PARSERThe parser for email address, according to RFC 5322, and supporting BMP characters.Methods in com.google.common.labs.email that return EmailAddressModifier and TypeMethodDescriptionstatic EmailAddressFor example:EmailAddress.of("user", "mycompany.com").static EmailAddressParsesaddressand throwsParser.ParseExceptionif failed.EmailAddress.withDisplayName(String displayName) Returns an otherwise equivalentEmailAddressbut withdisplayName.Methods in com.google.common.labs.email that return types with arguments of type EmailAddressModifier and TypeMethodDescriptionstatic List<EmailAddress> EmailAddress.parseAddressList(String addressList) ParsesaddressListaccording to RFC 5322 and returns an immutable list ofEmailAddress.