S - The DynamoDB standard type.T - The object's field/property type.public interface DynamoDBTypeConverter<S,T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DynamoDBTypeConverter.Factory
DynamoDBTypeConverter factory. |
| Modifier and Type | Method and Description |
|---|---|
S |
convert(T object)
Turns an object of type T into an object of type S.
|
T |
unconvert(S object)
Turns an object of type S into an objext of type T.
|
Copyright © 2016. All rights reserved.