Annotation Type DynamoDbConvertedBy
Associates a custom 
AttributeConverter with this attribute. This annotation is optional and takes
 precedence over any converter for this type provided by the table schema AttributeConverterProvider
 if it exists. Use custom AttributeConverterProvider when you have specific needs for type conversion
 that the defaults do not cover.- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
Class<? extends AttributeConverter> value 
 -