public interface ConversionSchema
ItemConverter instances that implement this mapping.
Standard implementations are available in the ConversionSchemas
class.| Modifier and Type | Interface and Description |
|---|---|
static class |
ConversionSchema.Dependencies
Dependency injection for the
ItemConverters that this
ConversionSchema generates. |
| Modifier and Type | Method and Description |
|---|---|
ItemConverter |
getConverter(ConversionSchema.Dependencies dependencies)
Creates an
ItemConverter, injecting dependencies from the
DynamoDBMapper that needs it. |
ItemConverter getConverter(ConversionSchema.Dependencies dependencies)
ItemConverter, injecting dependencies from the
DynamoDBMapper that needs it.dependencies - the dependencies to inject