DynamoDbItem

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class DynamoDbItem(val converterName: String = "")

Specifies that this class/interface describes an item type in a table. All public properties of this type will be mapped to attributes unless they are explicitly ignored.

Parameters

converterName

The fully qualified name of the item converter to be used for converting this class/interface. If not set, one will be automatically generated.

Properties

Link copied to clipboard