Entity

mcp.schema.SchemaType.Entity
See theEntity companion object
final case class Entity[A](fields: List[Field]) extends SchemaType[A]

Attributes

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

Members list

Type members

Inherited types

type ThisType = A

Attributes

Inherited from:
SchemaType
Source
SchemaType.scala

Value members

Concrete methods

Attributes

Source
SchemaType.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
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
SchemaType -> Any
Inherited from:
SchemaType
Source
SchemaType.scala