Class MapToMapMarshaller
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.datamodeling.marshallers.MapToMapMarshaller
-
- All Implemented Interfaces:
ArgumentMarshaller,ArgumentMarshaller.MapAttributeMarshaller
public class MapToMapMarshaller extends Object implements ArgumentMarshaller.MapAttributeMarshaller
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
-
-
Constructor Summary
Constructors Constructor Description MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentMarshallergetMemberMarshaller()static MapToMapMarshallerinstance()AttributeValuemarshall(Object obj)Marshalls the object given into an AttributeValue.
-
-
-
Constructor Detail
-
MapToMapMarshaller
public MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
-
-
Method Detail
-
instance
public static MapToMapMarshaller instance()
-
marshall
public AttributeValue marshall(Object obj)
Description copied from interface:ArgumentMarshallerMarshalls the object given into an AttributeValue.- Specified by:
marshallin interfaceArgumentMarshaller
-
getMemberMarshaller
public ArgumentMarshaller getMemberMarshaller()
-
-