Field

sealed
trait Field[T]()
Companion
object
class Object
trait Matchable
class Any
class FieldCase[T, N, S]

Type members

Types

type Name <: FieldName
type Shape

Value members

Abstract methods

def default: Option[T]
def deprecated: Boolean
def examples: Seq[T]
def schema: Aux[T, Shape]

Concrete methods

def description: Option[String]
def validators: Set[Validator[T]]