Entity

io.github.pervasivecats.application.routes.entities.Entity$
See theEntity companion trait
object Entity

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Entity.type

Members list

Concise view

Type members

Classlikes

case class ErrorResponseEntity(error: ValidationError) extends Entity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any
case class ResultResponseEntity[A](result: A) extends Entity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Entity
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait RootJsonFormat[ErrorResponseEntity]
trait RootJsonWriter[ErrorResponseEntity]
trait RootJsonReader[ErrorResponseEntity]
trait JsonFormat[ErrorResponseEntity]
trait JsonWriter[ErrorResponseEntity]
trait JsonReader[ErrorResponseEntity]
class Object
trait Matchable
class Any
Self type

Givens

Givens

given given_RootJsonFormat_ResultResponseEntity[A : JsonFormat]: given_RootJsonFormat_ResultResponseEntity[A]
given given_RootJsonFormat_Validated[A : JsonFormat]: given_RootJsonFormat_Validated[A]