public static interface DynamoDbMapperConfig.ObjectTableNameResolver
DynamoDbMapper
reverts to using the
DynamoDbMapperConfig.TableNameResolver
on each object's class.DynamoDbMapperConfig.TableNameResolver
Modifier and Type | Method | 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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.