public static interface DynamoDBMapperConfig.ObjectTableNameResolver
AbstractDynamoDBMapper.batchSave(Object...)
If no table name resolver for objects is set, DynamoDBMapper reverts to using the
DynamoDBMapperConfig.TableNameResolver on each object's class.DynamoDBMapperConfig.TableNameResolver| Modifier and Type | Method and Description |
|---|---|
String |
getTableName(Object object,
DynamoDBMapperConfig config)
Get the table name for an object.
|
String getTableName(Object object, DynamoDBMapperConfig config)
object - The object to get the table name forconfig - The DynamoDBMapperConfig