c
uk.gov.hmrc.apiplatform.modules.common.domain.models
LaxEmailAddress
Companion object LaxEmailAddress
final case class LaxEmailAddress(text: String) extends AnyVal with Product with Serializable
LaxEmailAddress is a wrapper to string but designed to carry the idea of an email address
NO verification takes place ! Should allways contain lower case value
We rely on the apply to prevent mixed case as we cannot make it private or it breaks mocking
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LaxEmailAddress
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LaxEmailAddress(text: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val text: String
- def toString(): String
- Definition Classes
- LaxEmailAddress → Any