Packages

object integer extends integer

Linear Supertypes
integer, Serializable, Serializable, Schema[Int], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. integer
  2. integer
  3. Serializable
  4. Serializable
  5. Schema
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(refName: String): Schema[Int]
    Definition Classes
    Schema
  2. def canEqual(that: Any): Boolean
    Definition Classes
    integerSchema → Equals
  3. def copy(description: Option[String] = this._description, title: Option[String] = this._title): Schema[Int]
    Definition Classes
    Schema
  4. def description: Option[String]
    Definition Classes
    Schema
  5. def equals(obj: Any): Boolean
    Definition Classes
    Schema → Equals → AnyRef → Any
  6. def jsonType: String
    Definition Classes
    Schema
  7. def mkCopy(): integer
    Definition Classes
    integerSchema
  8. def refName: Option[String]
    Definition Classes
    Schema
  9. def title: Option[String]
    Definition Classes
    Schema
  10. def toString(): String
    Definition Classes
    Schema → AnyRef → Any
  11. def validations: Seq[ValidationDef[_, _]]
    Definition Classes
    Schema
  12. def withValidation[TT >: Int, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Schema[Int]
    Definition Classes
    Schema