final case class array[T, C[_]](componentType: Schema[T], unique: Boolean = false) extends Schema[C[T]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- array
- Serializable
- Serializable
- Product
- Equals
- Schema
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def canEqual(that: Any): Boolean
- val componentType: Schema[T]
-
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(): array[T, C]
-
def
title: Option[String]
- Definition Classes
- Schema
-
def
toDefinition[TT >: C[T]](sig: String): def[TT]
- Definition Classes
- Schema
-
def
toString(): String
- Definition Classes
- array → AnyRef → Any
- val unique: Boolean
-
def
validations: Seq[Def[_, _]]
- Definition Classes
- Schema
-
def
withDescription(x: String): Self
- Definition Classes
- Schema
-
def
withExtraFrom(x: Schema[_]): Self
- Definition Classes
- Schema
-
def
withTitle(x: String): Self
- Definition Classes
- Schema
-
def
withValidation[TT >: C[T], B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
- Definition Classes
- Schema