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

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

public class MapToMapMarshaller
extends java.lang.Object
implements ArgumentMarshaller.MapAttributeMarshaller


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
 
Constructor Summary
MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
           
 
Method Summary
 ArgumentMarshaller getMemberMarshaller()
           
static MapToMapMarshaller 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
 

Constructor Detail

MapToMapMarshaller

public MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
Method Detail

instance

public static MapToMapMarshaller 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

getMemberMarshaller

public ArgumentMarshaller getMemberMarshaller()


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