object integer extends integer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- integer
- integer
- Serializable
- Serializable
- Schema
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(refName: String): Self
- Definition Classes
- Schema
- def canEqual(that: Any): Boolean
-
def
description: Option[String]
- Definition Classes
- Schema
-
def
duplicate(description: Option[String] = this._description, title: Option[String] = this._title): Self
- Definition Classes
- Schema
-
def
equals(obj: Any): Boolean
- Definition Classes
- Schema → Equals → AnyRef → Any
-
def
jsonType: String
- Definition Classes
- Schema
- def mkCopy(): integer
-
def
refName: Option[String]
- Definition Classes
- Schema
-
def
title: Option[String]
- Definition Classes
- Schema
-
def
toString(): String
- Definition Classes
- Schema → AnyRef → Any
-
def
validations: Seq[ValidationDef[_, _]]
- Definition Classes
- Schema
-
def
withDescription(x: String): Self
- Definition Classes
- Schema
-
def
withExtraFrom(x: Schema[_]): Self
- Definition Classes
- Schema
-
def
withTitle(x: String): Self
- Definition Classes
- Schema
-
def
withValidation[TT >: Int, B](v: ValidationDef[B, _], vs: ValidationDef[B, _]*)(implicit bound: ValidationBound[TT, B]): Self
- Definition Classes
- Schema