Interface DynamoEntityLocator


public interface DynamoEntityLocator
Locates DynamoDBMapper entity types for registering.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<?>[]
    Locates the DynamoDBMapper entity types.
  • Method Details

    • locateEntities

      Class<?>[] locateEntities() throws Exception
      Locates the DynamoDBMapper entity types.
      Returns:
      DynamoDBMapper entity types.
      Throws:
      Exception - If fails to locate the DynamoDBMapper entity types.