DynamoDbMapperConfig.DefaultTableNameResolver
public static interface DynamoDbMapperConfig.TableNameResolver
AbstractDynamoDbMapper.query(Class, DynamoDbQueryExpression)
Modifier and Type | Method | Description |
---|---|---|
String |
getTableName(Class<?> clazz,
DynamoDbMapperConfig config) |
Get the table name for a class.
|
String getTableName(Class<?> clazz, DynamoDbMapperConfig config)
clazz
- The class to get the table name forconfig
- The DynamoDbMapperConfig
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.