Annotation Type DynamoDbConvertedBy
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamoDbConvertedBy
Associates a customAttributeConverter
with this attribute. This annotation is optional and takes precedence over any converter for this type provided by the table schemaAttributeConverterProvider
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 Modifier and Type Required Element Description Class<? extends AttributeConverter>
value
-
-
-
Element Detail
-
value
Class<? extends AttributeConverter> value
-
-