Packages

c

json.Schema

array

final case class array[T, C[_]](componentType: Schema[T], unique: Boolean = false) extends Schema[C[T]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Schema[C[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. array
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Schema
  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 array(componentType: Schema[T], unique: Boolean = false)

Type Members

  1. type Self = array[T, C]
    Definition Classes
    arraySchema

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    array → Equals → Schema
  2. val componentType: Schema[T]
  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
    array → Equals → Schema → AnyRef → Any
  6. def jsonType: String
    Definition Classes
    arraySchema
  7. def mkCopy(): array[T, C]
    Definition Classes
    arraySchema
  8. def title: Option[String]
    Definition Classes
    Schema
  9. def toDefinition[TT >: C[T]](sig: String): def[TT]
    Definition Classes
    Schema
  10. def toString(): String
    Definition Classes
    array → AnyRef → Any
  11. val unique: Boolean
  12. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  13. def withDescription(x: String): Self
    Definition Classes
    Schema
  14. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  15. def withTitle(x: String): Self
    Definition Classes
    Schema
  16. def withValidation[TT >: C[T], B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
    Definition Classes
    Schema

Deprecated Value Members

  1. def apply(refName: String): Schema[C[T]]
    Definition Classes
    Schema
    Annotations
    @deprecated
    Deprecated

    (Since version will be removed in 1.0.0) 0.6.1