public interface DynamoDBMapperModelFactory
DynamoDBMapper
table model factory.Modifier and Type | Interface and Description |
---|---|
static interface |
DynamoDBMapperModelFactory.Factory
DynamoDBMapperModelFactory factory. |
static class |
DynamoDBMapperModelFactory.Schema
The enumeration of standard conversion schema versions.
|
Modifier and Type | Method and Description |
---|---|
<T> DynamoDBMapperTableModel<T> |
getTableModel(Class<T> targetType)
Gets the table model for the given type and configuration.
|
<T> DynamoDBMapperTableModel<T> getTableModel(Class<T> targetType)
T
- The object type.targetType
- The type.Copyright © 2016. All rights reserved.