SchemaType

mcp.schema.SchemaType
See theSchemaType companion object
sealed trait SchemaType[A](`type`: String)

Attributes

Companion
object
Source
SchemaType.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Entity[A]
class SArray[T, S]
class SBinary[A]
class SBoolean[A]
class SDate[A]
class SDateTime[A]
class SInteger[A]
class SNumber[A]
class SOption[T, S]
class SString[A]
Show all

Members list

Type members

Types

type ThisType = A

Attributes

Source
SchemaType.scala

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
SchemaType.scala