SchemaType

mcp.schema.SchemaType
See theSchemaType companion trait
object SchemaType

Attributes

Companion
trait
Source
SchemaType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SchemaType.type

Members list

Type members

Classlikes

final case class Entity[A](fields: List[Field]) extends SchemaType[A]

Attributes

Companion
object
Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
object Entity

Attributes

Companion
class
Source
SchemaType.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Entity.type
final case class SArray[T, S](element: JsonSchema[S]) extends SchemaType[T]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[T]
class Object
trait Matchable
class Any
Show all
final case class SBinary[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SBoolean[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SDate[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SDateTime[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SInteger[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SNumber[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all
final case class SOption[T, S](element: JsonSchema[S]) extends SchemaType[T]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[T]
class Object
trait Matchable
class Any
Show all
final case class SString[A]() extends SchemaType[A]

Attributes

Source
SchemaType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait SchemaType[A]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens

Givens