Packages

final case class ref[T](sig: String, tpe: Schema[_]) extends Schema[T] with Product with Serializable

Linear Supertypes
Serializable, Schema[T], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ref
  2. Serializable
  3. Schema
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ref(sig: String, tpe: Schema[_])

Value Members

  1. def apply(refName: String): Schema[T]
    Definition Classes
    Schema
  2. def canEqual(that: Any): Boolean
    Definition Classes
    refSchema → Equals
  3. def copy(): Schema[T]
    Definition Classes
    Schema
  4. def equals(obj: Any): Boolean
    Definition Classes
    refSchema → Equals → AnyRef → Any
  5. def jsonType: String
    Definition Classes
    refSchema
  6. def mkCopy(): ref[T]
    Definition Classes
    refSchema
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def refName: Option[String]
    Definition Classes
    Schema
  9. val sig: String
  10. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  11. val tpe: Schema[_]
  12. def validations: Seq[ValidationDef[_, _]]
    Definition Classes
    Schema
  13. def withValidation[TT >: T, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Schema[T]
    Definition Classes
    Schema