Interface ConversionSchema


  • public interface ConversionSchema
    A strategy for mapping between Java types and DynamoDB types. Serves as a factory for ItemConverter instances that implement this mapping. Standard implementations are available in the ConversionSchemas class.
    • Method Detail

      • getConverter

        ItemConverter getConverter​(ConversionSchema.Dependencies dependencies)
        Creates an ItemConverter, injecting dependencies from the DynamoDBMapper that needs it.
        Parameters:
        dependencies - the dependencies to inject
        Returns:
        a new ItemConverter