io.github.pervasivecats.application.routes.entities.CustomerEntity$
See theCustomerEntity companion trait
object CustomerEntity
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- CustomerEntity.type
Members list
Concise view
Type members
Classlikes
final case class CustomerDeregistrationEntity(email: Email, password: PlainPassword) extends CustomerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait CustomerEntitytrait Entityclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait CustomerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class CustomerRegistrationEntity(email: Email, username: Username, firstName: NameComponent, lastName: NameComponent, password: PlainPassword) extends CustomerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait CustomerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class CustomerUpdateDataEntity(email: Email, newEmail: Email, newUsername: Username, newFirstName: NameComponent, newLastName: NameComponent) extends CustomerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait CustomerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class CustomerUpdatePasswordEntity(email: Email, password: PlainPassword, newPassword: PlainPassword) extends CustomerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait CustomerEntitytrait Entityclass Objecttrait Matchableclass Any
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Givens
Givens
given given_RootJsonFormat_CustomerDeregistrationEntity: RootJsonFormat[CustomerDeregistrationEntity]
given given_RootJsonFormat_CustomerUpdatePasswordEntity: RootJsonFormat[CustomerUpdatePasswordEntity]