Packages

final class Field[T] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Field
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Field(name: String, tpe: Schema[T], required: Boolean, default: Option[Value], description: Option[String])

Value Members

  1. def canEqual(that: Any): Boolean
  2. val default: Option[Value]
  3. val description: Option[String]
  4. def equals(that: Any): Boolean
    Definition Classes
    Field → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    Field → AnyRef → Any
  6. val name: String
  7. val required: Boolean
  8. def toString(): String
    Definition Classes
    Field → AnyRef → Any
  9. val tpe: Schema[T]
  10. def withDescription(x: Option[String]): Field[T]