Interface DynamoDBMapperConfig.TableNameResolver

    • Method Detail

      • getTableName

        String getTableName​(Class<?> clazz,
                            DynamoDBMapperConfig config)
        Get the table name for a class. This method is used when an object is not available such as when creating requests for scan or query operations.
        Parameters:
        clazz - The class to get the table name for
        config - The DynamoDBMapperConfig
        Returns:
        The table name to use for instances of clazz