Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Method and Description |
---|---|
<T> DynamoDBMapperTableModel<T> |
DynamoDBMapperModelFactory.getTableModel(Class<T> targetType)
Gets the table model for the given type and configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DynamoDBMapperFieldModel.canGenerate(T object,
DynamoDBMapperConfig config,
DynamoDBMapperTableModel<T> model)
Determines if the mapping value can be auto-generated.
|
Constructor and Description |
---|
DynamoDBTableMapper(AmazonDynamoDB db,
DynamoDBMapper mapper,
DynamoDBMapperConfig config,
DynamoDBMapperTableModel<T> model)
Constructs a new table mapper for the given class.
|
Copyright © 2016. All rights reserved.