final case class ref[T](sig: String, tpe: Schema[_]) extends Schema[T] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ref
- Serializable
- Serializable
- Schema
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(refName: String): Self
- Definition Classes
- Schema
- def canEqual(that: Any): Boolean
-
def
description: Option[String]
- Definition Classes
- Schema
-
def
duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
- Definition Classes
- Schema
- def equals(obj: Any): Boolean
- def jsonType: String
- def mkCopy(): ref[T]
-
def
refName: Option[String]
- Definition Classes
- Schema
- val sig: String
-
def
title: Option[String]
- Definition Classes
- Schema
-
def
toString(): String
- Definition Classes
- Schema → AnyRef → Any
- val tpe: Schema[_]
-
def
validations: Seq[ValidationDef[_, _]]
- Definition Classes
- Schema
-
def
withDescription(x: String): Self
- Definition Classes
- Schema
-
def
withTitle(x: String): Self
- Definition Classes
- Schema
-
def
withValidation[TT >: T, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Self
- Definition Classes
- Schema