DynamoDBTypeConvertedEnum
@Deprecated public abstract class AbstractEnumMarshaller<T extends Enum<T>> extends Object implements DynamoDBMarshaller<T>
DynamoDBMarshaller
Constructor and Description |
---|
AbstractEnumMarshaller()
Deprecated.
|
Modifier and Type | Method and 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)
marshall
in interface DynamoDBMarshaller<T extends Enum<T>>
public T unmarshall(Class<T> clazz, String obj)
unmarshall
in interface DynamoDBMarshaller<T extends Enum<T>>
Copyright © 2017. All rights reserved.