@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamoDbConvertedBy
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.Modifier and Type | Required Element and Description |
---|---|
Class<? extends AttributeConverter> |
value |
public abstract Class<? extends AttributeConverter> value
Copyright © 2022. All rights reserved.