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.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDependency injection for theItemConverters that thisConversionSchemagenerates. -
Method Summary
Modifier and TypeMethodDescriptiongetConverter(ConversionSchema.Dependencies dependencies) Creates anItemConverter, injecting dependencies from theDynamoDBMapperthat needs it.
-
Method Details
-
getConverter
Creates anItemConverter, injecting dependencies from theDynamoDBMapperthat needs it.- Parameters:
dependencies- the dependencies to inject- Returns:
- a new ItemConverter
-