public interface ConversionSchema
ItemConverter instances that implement this mapping.
Standard implementations are available in the ConversionSchemas
class.| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ConversionSchema.Dependencies |
Dependency injection for the
ItemConverters that this
ConversionSchema generates. |
| Modifier and Type | Method | 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 injectCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.