object
Schema
Type Members
-
-
final
case class
array[T, C[_]](componentType: Schema[T]) extends Schema[C[T]] with Product with Serializable
-
sealed
case class
boolean() extends Schema[Boolean] with Product with Serializable
-
final
case class
enum[T](values: Set[Value]) extends Schema[T] with Product with Serializable
-
final
case class
int-map[T, C[_ <: Int, _]](valueType: Schema[T]) extends Schema[C[Int, T]] with Product with Serializable
-
sealed
case class
integer() extends Schema[Int] with Product with Serializable
-
final
case class
number[T]()(implicit evidence$1: Numeric[T]) extends Schema[T] with Product with Serializable
-
final
case class
object[T](fields: Set[Field[_]]) extends Schema[T] with Product with Serializable
-
final
case class
oneof[T](subTypes: Set[Schema[_]]) extends Schema[T] with Product with Serializable
-
final
case class
ref[T](sig: String, tpe: Schema[_]) extends Schema[T] with Product with Serializable
-
final
case class
set[T, C[_]](componentType: Schema[T]) extends Schema[C[T]] with Product with Serializable
-
final
case class
string[T](format: Option[Format], pattern: Option[String]) extends Schema[T] with Product with Serializable
-
final
case class
string-map[T, C[_ <: String, _]](valueType: Schema[T]) extends Schema[C[String, T]] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
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
-
object
object extends Serializable
-
object
string extends Serializable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Inherited from Any