KMapper
Toggle table of contents
2.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
KMapper
annotations
/
com.sahsenvar.kmapper.annotations
/
FieldMap
Field
Map
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
FieldMap
(
val
fieldName
:
String
,
val
targetClass
:
KClass
<
*
>
=
Nothing::class
)
Members
Properties
field
Name
Link copied to clipboard
val
fieldName
:
String
target
Class
Link copied to clipboard
val
targetClass
:
KClass
<
*
>