Packages

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

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

Instance Constructors

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

Type Members

  1. type Self = ref[T]
    Definition Classes
    refSchema

Value Members

  1. def apply(refName: String): Self
    Definition Classes
    Schema
  2. def canEqual(that: Any): Boolean
    Definition Classes
    refSchema → Equals
  3. def description: Option[String]
    Definition Classes
    Schema
  4. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
    Definition Classes
    Schema
  5. def equals(obj: Any): Boolean
    Definition Classes
    refSchema → Equals → AnyRef → Any
  6. def jsonType: String
    Definition Classes
    refSchema
  7. def mkCopy(): ref[T]
    Definition Classes
    refSchema
  8. def refName: Option[String]
    Definition Classes
    Schema
  9. val sig: String
  10. def title: Option[String]
    Definition Classes
    Schema
  11. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  12. val tpe: Schema[_]
  13. def validations: Seq[ValidationDef[_, _]]
    Definition Classes
    Schema
  14. def withDescription(x: String): Self
    Definition Classes
    Schema
  15. def withTitle(x: String): Self
    Definition Classes
    Schema
  16. def withValidation[TT >: T, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Self
    Definition Classes
    Schema