Interface DynamoDBMapperConfig.ObjectTableNameResolver

Enclosing class:
DynamoDBMapperConfig

public static interface DynamoDBMapperConfig.ObjectTableNameResolver
Interface for a strategy used to determine the table name of an object based on it's class. This resolver is used when an object is available such as in
invalid reference
DynamoDBMapper#batchLoad(java.util.List)
. If no table name resolver for objects is set, DynamoDBMapper reverts to using the DynamoDBMapperConfig.TableNameResolver on each object's class.
Author:
Raniz
See Also:
  • Method Details