Packages

final case class object[T](fields: Set[Field[_]]) 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. object
  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 object(fields: Set[Field[_]])

Type Members

  1. abstract type BoundType
    Definition Classes
    Schema

Value Members

  1. def apply(refName: String): Schema[T]
    Definition Classes
    Schema
  2. val fields: Set[Field[_]]
  3. def jsonType: String
    Definition Classes
    Schema
  4. def refName: Option[String]
    Definition Classes
    Schema
  5. def validations: Seq[ValidationDef[BoundType, _]]
    Definition Classes
    Schema
  6. def withValidation(v: ValidationDef[BoundType, _], vs: ValidationDef[BoundType, _]*): Schema[T]
    Definition Classes
    Schema