Annotation Type DynamoDbConvertedBy
- 
 @Target(METHOD) @Retention(RUNTIME) public @interface DynamoDbConvertedBy Associates a customAttributeConverterwith this attribute. This annotation is optional and takes precedence over any converter for this type provided by the table schemaAttributeConverterProviderif it exists. Use custom AttributeConverterProvider when you have specific needs for type conversion that the defaults do not cover.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description Class<? extends AttributeConverter>value
 
- 
- 
- 
Element Detail- 
valueClass<? extends AttributeConverter> value 
 
- 
 
-