object integer extends integer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- integer
- integer
- Schema
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def canEqual(that: Any): Boolean
-
def
description: Option[String]
- Definition Classes
- Schema
-
def
discriminationKey: Option[String]
- Definition Classes
- Schema
-
def
duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
- Definition Classes
- Schema
-
def
equals(obj: Any): Boolean
- Definition Classes
- Schema → AnyRef → Any
- def jsonType: String
- def mkCopy(): integer
-
def
title: Option[String]
- Definition Classes
- Schema
-
def
toDefinition[TT >: Int](sig: String): def[TT]
- Definition Classes
- Schema
-
def
toString(): String
- Definition Classes
- integer → AnyRef → Any
-
def
validations: Seq[Def[_, _]]
- Definition Classes
- Schema
-
def
withDescription(x: String): Self
- Definition Classes
- Schema
-
def
withDiscriminationKey(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: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
- Definition Classes
- Schema