Alumna::FieldDescriptor
Constructors
new(name : String, type : FieldType, required : Bool = true, nullable : Bool = false, unique : Bool = false, indexed : Bool = false, read_only : Bool = false, min_length : Int32 | Nil = nil, max_length : Int32 | Nil = nil, format_name : String | Nil = nil, format_validator : Proc(String, Bool) | Nil = nil, format_message : String | Nil = nil, required_on : Array(ServiceMethod) | Nil = nil, sub_schema : Schema | Nil = nil, element_type : FieldType | Nil = nil, default : AnyData | Proc(AnyData) | Unprovided | Nil = Unprovided.new)
SourceInstance methods
default_value
Sourceelement_type
Sourceformat_message
Sourceformat_name
Sourceformat_validator
Sourcehas_default
Sourceindexed
Sourcemax_length
Sourcemin_length
Sourcename
Sourcenullable
Sourceread_only
Sourcerequired
Sourcerequired_on
Sourcesub_schema
Sourcetype
Sourceunique
Source