com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.marshallers
Class DateSetToStringSetMarshaller

java.lang.Object
  extended by com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.marshallers.DateSetToStringSetMarshaller
All Implemented Interfaces:
ArgumentMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller

public class DateSetToStringSetMarshaller
extends java.lang.Object
implements ArgumentMarshaller.StringSetAttributeMarshaller

A marshaller that marshals sets of Java Date objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
 
Method Summary
static DateSetToStringSetMarshaller instance()
           
 AttributeValue marshall(java.lang.Object obj)
          Marshalls the object given into an AttributeValue.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static DateSetToStringSetMarshaller instance()

marshall

public AttributeValue marshall(java.lang.Object obj)
Description copied from interface: ArgumentMarshaller
Marshalls the object given into an AttributeValue.

Specified by:
marshall in interface ArgumentMarshaller


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.