public class MapToMapMarshaller extends java.lang.Object implements ArgumentMarshaller.MapAttributeMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
Modifier and Type | Field and Description |
---|---|
private static MapToMapMarshaller |
INSTANCE |
private ArgumentMarshaller |
memberMarshaller |
Modifier | Constructor and Description |
---|---|
private |
MapToMapMarshaller() |
|
MapToMapMarshaller(ArgumentMarshaller memberMarshaller) |
Modifier and Type | Method and Description |
---|---|
ArgumentMarshaller |
getMemberMarshaller() |
static MapToMapMarshaller |
instance() |
AttributeValue |
marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.
|
private static final MapToMapMarshaller INSTANCE
private final ArgumentMarshaller memberMarshaller
private MapToMapMarshaller()
public MapToMapMarshaller(ArgumentMarshaller memberMarshaller)
public static MapToMapMarshaller instance()
public AttributeValue marshall(java.lang.Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
public ArgumentMarshaller getMemberMarshaller()