Packages

object integer extends integer

Linear Supertypes
integer, Schema[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. integer
  2. integer
  3. Schema
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Self = integer
    Definition Classes
    integerSchema

Value Members

  1. object ToString
    Attributes
    protected
    Definition Classes
    Schema
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def canEqual(that: Any): Boolean
    Definition Classes
    integerSchema
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def description: Option[String]
    Definition Classes
    Schema
  9. def discriminationKey: Option[String]
    Definition Classes
    Schema
  10. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
    Definition Classes
    Schema
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(obj: Any): Boolean
    Definition Classes
    Schema → AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def jsonType: String
    Definition Classes
    integerSchema
  18. def mkCopy(): integer
    Definition Classes
    integerSchema
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def title: Option[String]
    Definition Classes
    Schema
  24. def toDefinition[TT >: Int](sig: String): def[TT]
    Definition Classes
    Schema
  25. def toString(): String
    Definition Classes
    integer → AnyRef → Any
  26. def validations: Seq[Def[_, _]]
    Definition Classes
    Schema
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. def withDescription(x: String): Self
    Definition Classes
    Schema
  31. def withDiscriminationKey(x: String): Self
    Definition Classes
    Schema
  32. def withExtraFrom(x: Schema[_]): Self
    Definition Classes
    Schema
  33. def withTitle(x: String): Self
    Definition Classes
    Schema
  34. def withValidation[TT >: Int, 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[Int]
    Definition Classes
    Schema
    Annotations
    @deprecated
    Deprecated

    (Since version will be removed in 1.0.0) 0.6.1

Inherited from integer

Inherited from Schema[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped