Required

net.hamnaberg.schema.structure.Field.Required
final case class Required[R, E](name: String, elemSchema: Schema[E], default: Option[E], get: R => E) extends Field[R, E]

Attributes

Source
Schema.scala
Graph
Supertypes
trait Field[R, E]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product