S
- The DynamoDB standard type.T
- The object's field/property type.public interface DynamoDBTypeConverter<S,T>
Modifier and Type | Interface and Description |
---|---|
static class |
DynamoDBTypeConverter.AbstractConverter<S,T>
An abstract converter with additional general purpose functions.
|
static class |
DynamoDBTypeConverter.DelegateConverter<S,T>
A general purpose delegating converter.
|
static class |
DynamoDBTypeConverter.ExtendedConverter<S,U,T>
A converter which wraps a source and target converter.
|
static class |
DynamoDBTypeConverter.NullSafeConverter<S,T>
A converter which evaluates nullability before convert/unconvert.
|
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 object of type T.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.