defaults

generic.schema.defaults$
object defaults extends DefaultSchemas

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Givens

Inherited givens

given boolSchema: Primitive[Boolean]

Attributes

Inherited from:
DefaultSchemas
given byteSchema: Primitive[Byte]

Attributes

Inherited from:
DefaultSchemas
given charSchema: Primitive[Char]

Attributes

Inherited from:
DefaultSchemas
given doubleSchema: Primitive[Double]

Attributes

Inherited from:
DefaultSchemas
given floatSchema: Primitive[Float]

Attributes

Inherited from:
DefaultSchemas
given intSchema: Primitive[Int]

Attributes

Inherited from:
DefaultSchemas
given longSchema: Primitive[Long]

Attributes

Inherited from:
DefaultSchemas
transparent inline given optionSchema[T : ClassTag, TS](implicit evidence$2: ClassTag[T], inner: Aux[T, TS]): Schema[Option[T]]

Attributes

Inherited from:
DefaultSchemas
given shortSchema: Primitive[Short]

Attributes

Inherited from:
DefaultSchemas
transparent inline given someSchema[T : ClassTag, TS](implicit evidence$1: ClassTag[T], inner: Aux[T, TS]): Schema[Some[T]]

Attributes

Inherited from:
DefaultSchemas
transparent inline given stringMapSchema[T]: Schema[Map[String, T]]

Attributes

Inherited from:
DefaultSchemas
given stringSchema: Primitive[String]

Attributes

Inherited from:
DefaultSchemas
given unitSchema: Primitive[Unit]

Attributes

Inherited from:
DefaultSchemas