public static final class DynamoDBDelimited.Converter<T> extends Object implements DynamoDBTypeConverter<String,T>
DynamoDBTypeConverter.Factory| Constructor and Description |
|---|
Converter(Class<T> targetType,
DynamoDBDelimited annotation)
Constructs a new delimited converter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
convert(T object)
Turns an object of type T into an object of type S.
|
T |
unconvert(String string)
Turns an object of type S into an objext of type T.
|
public Converter(Class<T> targetType, DynamoDBDelimited annotation)
targetType - The target type.annotation - The annotation.Copyright © 2016. All rights reserved.