com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>
DefaultDynamoDBDateMarshaller
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.CustomMarshaller.marshall(Object)
at some point DynamoDBMarshaller
might be cached -
whereas DateFormat
is not thread-safe. DateDynamoDBMarshaller
instead.@Deprecated public class AbstractDynamoDBDateMarshaller extends Object implements com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>
DateDynamoDBMarshaller
Constructor | Description |
---|---|
AbstractDynamoDBDateMarshaller(DateFormat dateFormat) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
String |
marshall(Date getterReturnResult) |
Deprecated.
|
Date |
unmarshall(Class<Date> clazz,
String obj) |
Deprecated.
|
public AbstractDynamoDBDateMarshaller(DateFormat dateFormat)
public String marshall(Date getterReturnResult)
marshall
in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>
public Date unmarshall(Class<Date> clazz, String obj) throws IllegalArgumentException
unmarshall
in interface com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMarshaller<Date>
IllegalArgumentException
Copyright © 2018. All rights reserved.