Shaped

org.hungerford.generic.schema.product.field.Field$.Shaped
sealed trait Shaped[F, S]() extends Tpe[F] with Shaped[F, S]

Attributes

Graph
Supertypes
trait Shaped[F, S]
trait Tpe[F]
trait Tpe[F]
trait Field
class Object
trait Matchable
class Any
Known subtypes
class Field[T, F, N, S]

Members list

Concise view

Value members

Abstract methods

def schema: Aux[F, S]

Inherited methods

def default: Option[F]

Attributes

Inherited from:
Tpe
def deprecated: Boolean

Attributes

Inherited from:
Field
def description: Option[String]

Attributes

Inherited from:
Field
def examples: Seq[F]

Attributes

Inherited from:
Tpe
def fieldName: String

Attributes

Inherited from:
Field
def validators: Set[Validator[F]]

Attributes

Inherited from:
Tpe