Package io.awspring.cloud.dynamodb
Interface DynamoDbTableNameResolver
- All Known Implementing Classes:
DefaultDynamoDbTableNameResolver
public interface DynamoDbTableNameResolver
Resolves DynamoDB table name from a
Class. Used by DynamoDbTemplate.- Since:
- 3.0
- Author:
- Matej Nedic
-
Method Summary
-
Method Details
-
resolve
Resolves DynamoDb table name from aClasstypically annotated withDynamoDbBean.- Type Parameters:
T- - the type for class- Parameters:
clazz- - the class from which DynamoDb table is resolved- Returns:
- the table name
-