Trait/Object

json

Schema

Related Docs: object Schema | package json

Permalink

sealed trait Schema[+T] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schema
  2. AnyRef
  3. 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

Type Members

  1. abstract type Self <: Schema[T]

    Permalink

Abstract Value Members

  1. abstract def jsonType: String

    Permalink
  2. abstract def mkCopy(): Self

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to any2stringadd[Schema[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Schema[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to ArrowAssoc[Schema[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object ToString

    Permalink
    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canEqual(that: Any): Boolean

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def description: Option[String]

    Permalink
  11. def discriminationKey: Option[String]

    Permalink
  12. def duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self

    Permalink
  13. def ensuring(cond: (Schema[T]) ⇒ Boolean, msg: ⇒ Any): Schema[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to Ensuring[Schema[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Schema[T]) ⇒ Boolean): Schema[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to Ensuring[Schema[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Schema[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to Ensuring[Schema[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Schema[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to Ensuring[Schema[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    Schema → AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to StringFormat[Schema[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def title: Option[String]

    Permalink
  29. def toDefinition[TT >: T](sig: String): def[TT]

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def validations: Seq[Def[_, _]]

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withDescription(x: String): Self

    Permalink
  36. def withDiscriminationKey(x: String): Self

    Permalink
  37. def withExtraFrom(x: Schema[_]): Self

    Permalink
  38. def withTitle(x: String): Self

    Permalink
  39. def withValidation[TT >: T, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self

    Permalink
  40. def withValidationsAddedFrom(x: Schema[_]): Self

    Permalink
  41. def [B](y: B): (Schema[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Schema[T] to ArrowAssoc[Schema[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def apply(refName: String): Schema[T]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) please use toDefinition instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Schema[T] to any2stringadd[Schema[T]]

Inherited by implicit conversion StringFormat from Schema[T] to StringFormat[Schema[T]]

Inherited by implicit conversion Ensuring from Schema[T] to Ensuring[Schema[T]]

Inherited by implicit conversion ArrowAssoc from Schema[T] to ArrowAssoc[Schema[T]]

Ungrouped