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

    Modifier and Type
    Method
    Description
    <T> String
    resolve(Class<T> clazz)
    Resolves DynamoDb table name from a Class typically annotated with DynamoDbBean.
  • Method Details

    • resolve

      <T> String resolve(Class<T> clazz)
      Resolves DynamoDb table name from a Class typically annotated with DynamoDbBean.
      Type Parameters:
      T - - the type for class
      Parameters:
      clazz - - the class from which DynamoDb table is resolved
      Returns:
      the table name