ArgumentMarshaller
, ArgumentMarshaller.MapAttributeMarshaller
public class MapToMapMarshaller extends Object implements ArgumentMarshaller.MapAttributeMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
Constructor | Description |
---|---|
MapToMapMarshaller(ArgumentMarshaller memberMarshaller) |
Modifier and Type | Method | Description |
---|---|---|
static MapToMapMarshaller |
instance() |
|
AttributeValue |
marshall(Object obj) |
Marshalls the object given into an AttributeValue.
|
ArgumentMarshaller |
memberMarshaller() |
public MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
public static MapToMapMarshaller instance()
public AttributeValue marshall(Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
public ArgumentMarshaller memberMarshaller()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.