Packages

sealed case class object[T](fields: Set[Field[_]]) extends Schema[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Schema[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. object
  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 object(fields: Set[Field[_]])

Type Members

  1. type Self = object[T]
    Definition Classes
    objectSchema

Value Members

  1. def canEqual(that: Any): Boolean
    Definition Classes
    object → Equals → Schema
  2. def description: Option[String]
    Definition Classes
    Schema
  3. def discriminationKey: Option[String]
    Definition Classes
    Schema
  4. def dropField(pred: (Field[_]) ⇒ Boolean): object[T]
  5. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
    Definition Classes
    Schema
  6. def equals(obj: Any): Boolean
    Definition Classes
    object → Equals → Schema → AnyRef → Any
  7. val fields: Set[Field[_]]
  8. def free: object[T] with Free
  9. def jsonType: String
    Definition Classes
    objectSchema
  10. def mkCopy(): object[T]
    Definition Classes
    objectSchema
  11. def title: Option[String]
    Definition Classes
    Schema
  12. def toDefinition[TT >: T](sig: String): def[TT]
    Definition Classes
    Schema
  13. def toString(): String
    Definition Classes
    object → AnyRef → Any
  14. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  15. def withDescription(x: String): Self
    Definition Classes
    Schema
  16. def withDiscriminationKey(x: String): Self
    Definition Classes
    Schema
  17. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  18. def withField(f: Field[_]): object[T]
  19. def withFieldsUpdated(pf: PartialFunction[Field[_], Field[_]]): object[T]
  20. def withTitle(x: String): Self
    Definition Classes
    Schema
  21. def withValidation[TT >: 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[T]
    Definition Classes
    Schema
    Annotations
    @deprecated
    Deprecated

    (Since version will be removed in 1.0.0) 0.6.1