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.DependenciesDependency injection for the  ItemConverters that thisConversionSchemagenerates. | 
| Modifier and Type | Method and Description | 
|---|---|
| ItemConverter | getConverter(ConversionSchema.Dependencies dependencies)Creates an  ItemConverter, injecting dependencies from theDynamoDBMapperthat needs it. | 
ItemConverter getConverter(ConversionSchema.Dependencies dependencies)
ItemConverter, injecting dependencies from the
 DynamoDBMapper that needs it.dependencies - the dependencies to injectCopyright © 2015. All rights reserved.