Field

object Field
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class Optional[R, E](name: String, elemSchema: Schema[E], get: R => Option[E]) extends Field[R, Option[E]]
final case class Required[R, E](name: String, elemSchema: Schema[E], default: Option[E], get: R => E) extends Field[R, E]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror