DefaultSchemas

org.hungerford.generic.schema.defaults.DefaultSchemas
See theDefaultSchemas companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object defaults.type
object DefaultSchemas.type

Members list

Concise view

Givens

Givens

given boolSchema: Primitive[Boolean]
given byteSchema: Primitive[Byte]
given charSchema: Primitive[Char]
given doubleSchema: Primitive[Double]
given floatSchema: Primitive[Float]
given intSchema: Primitive[Int]
given longSchema: Primitive[Long]
transparent inline given optionSchema[T : ClassTag, TS](implicit evidence$2: ClassTag[T], inner: Aux[T, TS]): Schema[Option[T]]
given shortSchema: Primitive[Short]
transparent inline given someSchema[T : ClassTag, TS](implicit evidence$1: ClassTag[T], inner: Aux[T, TS]): Schema[Some[T]]
transparent inline given stringMapSchema[T]: Schema[Map[String, T]]
given stringSchema: Primitive[String]
given unitSchema: Primitive[Unit]