SchemaExplorer

graviton.shared.schema.SchemaExplorer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Case(name: String, annotations: List[String], targetId: String, typeName: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CollectionInfo(elementTargetId: String, elementTypeName: String, annotations: List[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Field(name: String, optional: Boolean, annotations: List[String], targetId: String, typeName: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Graph(root: NodeRef, nodes: List[Node])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Node(id: String, kind: NodeKind, typeName: String, label: String, summary: String, annotations: List[String], fields: List[Field] = ..., cases: List[Case] = ..., collection: Option[CollectionInfo] = ...)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum NodeKind

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NodeRef(id: String, typeName: String, kind: NodeKind)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def describe[A](schema: Schema[A]): Graph