public static interface DynamoDBMapperConfig.TableNameResolver
AbstractDynamoDBMapper.query(Class, DynamoDBQueryExpression)
DynamoDBMapperConfig.ObjectTableNameResolver
Modifier and Type | Method and 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 © 2021. All rights reserved.