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
/
UnionTypeDeserializer
/
InjectField
Inject
Field
class
InjectField
<
T
>
(
val
fieldName
:
String
,
val
point
:
(
Any
?
)
->
T
)
Members
Constructors
Inject
Field
Link copied to clipboard
constructor
(
fieldName
:
String
,
point
:
(
Any
?
)
->
T
)
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
point
Link copied to clipboard
val
point
:
(
Any
?
)
->
T