public class CollectionToListMarshaller extends java.lang.Object implements ArgumentMarshaller.ListAttributeMarshaller
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 CollectionToListMarshaller |
INSTANCE |
private ArgumentMarshaller |
memberMarshaller |
Modifier | Constructor and Description |
---|---|
private |
CollectionToListMarshaller() |
|
CollectionToListMarshaller(ArgumentMarshaller memberMarshaller) |
Modifier and Type | Method and Description |
---|---|
ArgumentMarshaller |
getMemberMarshaller() |
static CollectionToListMarshaller |
instance() |
AttributeValue |
marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.
|
private static final CollectionToListMarshaller INSTANCE
private final ArgumentMarshaller memberMarshaller
private CollectionToListMarshaller()
public CollectionToListMarshaller(ArgumentMarshaller memberMarshaller)
public static CollectionToListMarshaller instance()
public AttributeValue marshall(java.lang.Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
public ArgumentMarshaller getMemberMarshaller()