@Target(value=TYPE) @Retention(value=RUNTIME) public @interface DynamoDbBean
BeanTableSchema must have this annotation. If a class is used as a document within another DynamoDbBean,
it will also require this annotation.
Attribute Converter Providers
Using AttributeConverterProviders is optional and, if used, the supplied provider supersedes the default
converter provided by the table schema.
Note:
AttributeConverters for all types used in the schema.
(converterProviders = {CustomAttributeConverter.class, DefaultAttributeConverterProvider.class});
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends AttributeConverterProvider>[] |
converterProviders |
public abstract Class<? extends AttributeConverterProvider>[] converterProviders
Copyright © 2020. All rights reserved.