DynamoDbAttributeConverter

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DynamoDbAttributeConverter(val converter: KClass<out ValueConverter<*>>)

Specifies the type of ValueConverter to be used when processing this attribute.

Properties

Link copied to clipboard