AWS SDK for Kotlin
Toggle table of contents
1.8.32
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb-mapper-annotations
/
aws.sdk.kotlin.hll.dynamodbmapper
/
DynamoDbAttributeConverter
Dynamo
Db
Attribute
Converter
@
Target
(
allowedTargets
=
[
AnnotationTarget.PROPERTY
]
)
annotation class
DynamoDbAttributeConverter
(
val
converter
:
KClass
<
out
ValueConverter
<
*
>
>
)
Specifies the type of
ValueConverter
to be used when processing this attribute.
Members
Properties
converter
Link copied to clipboard
val
converter
:
KClass
<
out
ValueConverter
<
*
>
>