org
.
ada
.
server
.
field
FieldType
Related Doc:
package field
trait
FieldType
[
T
]
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
FieldType
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
displayStringToValueWoNull
(
text:
String
)
:
T
Attributes
protected
abstract
def
jsonToValueWoNull
(
json:
JsReadable
)
:
T
Attributes
protected
abstract
val
nullAliases
:
Set
[
String
]
Attributes
protected[
org.ada.server.field
]
abstract
val
spec
:
FieldTypeSpec
abstract
def
valueToJsonNonEmpty
(
value:
T
)
:
JsValue
Attributes
protected
abstract
val
valueTypeTag
:
scala.reflect.api.JavaUniverse.TypeTag
[
T
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asValueOf
[
E
]
:
FieldType
[
E
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
displayJsonToValue
(
json:
JsReadable
)
:
Option
[
T
]
def
displayJsonToValueWoString
(
json:
JsReadable
)
:
T
Attributes
protected
def
displayStringToJson
(
text:
String
)
:
JsValue
def
displayStringToValue
(
text:
String
)
:
Option
[
T
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
jsonToDisplayString
(
json:
JsReadable
)
:
String
def
jsonToDisplayStringOptional
(
json:
JsReadable
)
:
Option
[
String
]
def
jsonToValue
(
json:
JsReadable
)
:
Option
[
T
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
lazy val
valueClass
:
Class
[_]
def
valueStringToValue
(
text:
String
)
:
Option
[
T
]
def
valueStringToValueWoNull
(
text:
String
)
:
T
Attributes
protected
def
valueToDisplayString
(
value:
Option
[
T
]
)
:
String
def
valueToDisplayStringNonEmpty
(
value:
T
)
:
String
Attributes
protected
def
valueToJson
(
value:
Option
[
T
]
)
:
JsValue
lazy val
valueType
:
scala.reflect.api.JavaUniverse.Type
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped