Annotation Type DynamoDbConvertedBy


@Target(METHOD) @Retention(RUNTIME) public @interface 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.