io.github.pervasivecats.application.routes.entities.StoreManagerEntity$
See theStoreManagerEntity companion trait
object StoreManagerEntity
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- StoreManagerEntity.type
Members list
Concise view
Type members
Classlikes
final case class StoreManagerDeregistrationEntity(username: Username, password: PlainPassword) extends StoreManagerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StoreManagerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class StoreManagerLoginEntity(username: Username, password: PlainPassword) extends StoreManagerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StoreManagerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class StoreManagerRegistrationEntity(username: Username, store: Store, password: PlainPassword) extends StoreManagerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StoreManagerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class StoreManagerUpdatePasswordEntity(username: Username, password: PlainPassword, newPassword: PlainPassword) extends StoreManagerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StoreManagerEntitytrait Entityclass Objecttrait Matchableclass Any
final case class StoreManagerUpdateStoreEntity(username: Username, newStore: Store) extends StoreManagerEntity
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait StoreManagerEntitytrait 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_StoreManagerDeregistrationEntity: RootJsonFormat[StoreManagerDeregistrationEntity]
given given_RootJsonFormat_StoreManagerRegistrationEntity: RootJsonFormat[StoreManagerRegistrationEntity]
given given_RootJsonFormat_StoreManagerUpdatePasswordEntity: RootJsonFormat[StoreManagerUpdatePasswordEntity]
given given_RootJsonFormat_StoreManagerUpdateStoreEntity: RootJsonFormat[StoreManagerUpdateStoreEntity]