| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamoDBMapperValueConverter<T>
AttributeValue converter. |
| Modifier and Type | Class and Description |
|---|---|
static class |
DynamoDBDelimited.Converter<T>
Type converter for string delimited attributes.
|
class |
DynamoDBMapperFieldModel<T,V>
Field model.
|
class |
DynamoDBMapperTableModel<T>
Table model.
|
static class |
DynamoDBMarshalling.Converter<T>
Marshalling type converter.
|
static class |
DynamoDBTypeConvertedEnum.Converter<T extends Enum<T>>
Enumeration type converter.
|
static class |
DynamoDBTypeConvertedJson.Converter<T>
JSON type converter.
|
static class |
DynamoDBTypeConvertedTimestamp.Converter<T>
Timestamp format converter.
|
| Modifier and Type | Method and Description |
|---|---|
<S,T> DynamoDBTypeConverter<S,T> |
DynamoDBTypeConverter.Factory.getConverter(Class<T> targetType)
Gets the type-converter matching the target conversion type.
|
Copyright © 2016. All rights reserved.