Vocabulary

net.reactivecore.cjs.Vocabulary$
See theVocabulary companion class
object Vocabulary

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Full extends KeywordKind

The whole children are treated immutable (e.g. const)

The whole children are treated immutable (e.g. const)

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Full.type
sealed trait KeywordKind

Defines the way a key word should match in JSON

Defines the way a key word should match in JSON

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Full.type
object Single.type
object Values.type
case object Single extends KeywordKind

Only the keyword should survive, children object, or array elements or object elements are treated as Schema

Only the keyword should survive, children object, or array elements or object elements are treated as Schema

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Single.type
case object Values extends KeywordKind

Values should be treated as schemas

Values should be treated as schemas

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Values.type
case class VocabularyPart(name: String, keywords: Map[String, KeywordKind])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror