public abstract class DateDynamoDBMarshaller extends Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>
| Constructor and Description |
|---|
DateDynamoDBMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
abstract DateFormat |
getDateFormat() |
String |
marshall(Date getterReturnResult) |
Date |
unmarshall(Class<Date> clazz,
String obj) |
public abstract DateFormat getDateFormat()
public String marshall(Date getterReturnResult)
marshall in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>Copyright © 2016. All rights reserved.