object MetaSchema
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetaSchema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Dictionary(keys: MetaSchema, values: MetaSchema, path: NodePath, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Dynamic(withSchema: Boolean, path: NodePath, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Either(path: NodePath, left: MetaSchema, right: MetaSchema, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class FailNode(message: String, path: NodePath, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- type Labelled = (String, MetaSchema)
- type Lineage = Chunk[(Int, NodePath)]
- final case class ListNode(item: MetaSchema, path: NodePath, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Product(id: TypeId, path: NodePath, fields: Chunk[Labelled] = Chunk.empty, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Ref(refPath: NodePath, path: NodePath, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Sum(id: TypeId, path: NodePath, cases: Chunk[Labelled] = Chunk.empty, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Tuple(path: NodePath, left: MetaSchema, right: MetaSchema, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
- final case class Value(valueType: StandardType[_], path: NodePath = NodePath.root, optional: Boolean = false) extends MetaSchema with scala.Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val equals: Equal[MetaSchema]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromSchema[A](schema: Schema[A]): MetaSchema
- Annotations
- @tailrec()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit val nodePathSchema: Schema[NodePath]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit lazy val schema: Schema[MetaSchema]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Dictionary extends Serializable
- object Dynamic extends Serializable
- object Either extends Serializable
- object FailNode extends Serializable
- object ListNode extends Serializable
- object Product extends Serializable
- object Ref extends Serializable
- object Sum extends Serializable
- object Tuple extends Serializable
- object Value extends Serializable