public class ObjectToMapMarshaller extends Object implements ArgumentMarshaller.MapAttributeMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller| Constructor and Description | 
|---|
ObjectToMapMarshaller(ItemConverter converter)  | 
| Modifier and Type | Method and Description | 
|---|---|
static ObjectToMapMarshaller | 
instance()  | 
AttributeValue | 
marshall(Object obj)
Marshalls the object given into an AttributeValue. 
 | 
public ObjectToMapMarshaller(ItemConverter converter)
public static ObjectToMapMarshaller instance()
public AttributeValue marshall(Object obj)
ArgumentMarshallermarshall in interface ArgumentMarshaller