Tpe

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

Attributes

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

Members list

Concise view

Value members

Abstract methods

def default: Option[F]
def examples: Seq[F]
def validators: Set[Validator[F]]

Inherited methods

def deprecated: Boolean

Attributes

Inherited from:
Field
def description: Option[String]

Attributes

Inherited from:
Field
def fieldName: String

Attributes

Inherited from:
Field