DynamoDbMarshaller<T>
DynamoDbTypeConvertedEnum
@Deprecated public abstract class AbstractEnumMarshaller<T extends Enum<T>> extends Object implements DynamoDbMarshaller<T>
DynamoDbMarshaller
Constructor | Description |
---|---|
AbstractEnumMarshaller() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
String |
marshall(T obj) |
Deprecated.
Turns an object of type T into its String representation.
|
T |
unmarshall(Class<T> clazz,
String obj) |
Deprecated.
Turns a String representation of an object of type T into an object.
|
public String marshall(T obj)
DynamoDbMarshaller
marshall
in interface DynamoDbMarshaller<T extends Enum<T>>
public T unmarshall(Class<T> clazz, String obj)
DynamoDbMarshaller
unmarshall
in interface DynamoDbMarshaller<T extends Enum<T>>
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.