sealed
trait
Schema[+T] extends AnyRef
Type Members
-
abstract
type
Self <: Schema[T]
Abstract Value Members
-
abstract
def
jsonType: String
-
abstract
def
mkCopy(): Self
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Schema[T], B)
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
description: Option[String]
-
def
discriminationKey: Option[String]
-
def
duplicate(description: Option[String] = this._description, title: Option[String] = this._title, discriminationKey: Option[String] = this._discriminationKey): Self
-
def
ensuring(cond: (Schema[T]) ⇒ Boolean, msg: ⇒ Any): Schema[T]
-
def
ensuring(cond: (Schema[T]) ⇒ Boolean): Schema[T]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Schema[T]
-
def
ensuring(cond: Boolean): Schema[T]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
title: Option[String]
-
def
toDebugString: String
-
def
toDefinition[TT >: T](sig: String): def[TT]
-
def
toString(): String
-
def
validations: Seq[Def[_, _]]
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
withDescription(x: String): Self
-
def
withDiscriminationKey(x: String): Self
-
def
withExtraFrom(x: Schema[_]): Self
-
def
withTitle(x: String): Self
-
def
withValidation[TT >: T, B](v: Def[B, _], vs: Def[B, _]*)(implicit bound: Magnet[TT, B]): Self
-
def
withValidationsAddedFrom(x: Schema[_]): Self
-
def
→[B](y: B): (Schema[T], B)
Deprecated Value Members
-
def
apply(refName: String): Schema[T]
-
def
finalize(): Unit
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]]