Arrow
Toggle table of contents
2.1.0
jvm
Platform filter
jvm
Switch theme
Search in API
Arrow
arrow-core-jackson
/
arrow.integrations.jackson.module.internal
/
UnionTypeSerializer
/
ProjectField
Project
Field
class
ProjectField
<
T
>
(
val
fieldName
:
String
,
val
getOption
:
(
T
)
->
Option
<
*
>
)
Members
Constructors
Project
Field
Link copied to clipboard
constructor
(
fieldName
:
String
,
getOption
:
(
T
)
->
Option
<
*
>
)
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
get
Option
Link copied to clipboard
val
getOption
:
(
T
)
->
Option
<
*
>