public static interface DynamoDBTypeConverter.Factory
DynamoDBTypeConverter factory.| Modifier and Type | Method and Description |
|---|---|
<S,T> DynamoDBTypeConverter<S,T> |
getConverter(Class<T> targetType)
Gets the type-converter matching the target conversion type.
|
<S,T> DynamoDBTypeConverter<S,T> getConverter(Class<T> targetType)
targetType - The target conversion type.Copyright © 2016. All rights reserved.