public class ObjectSetToStringSetMarshaller extends Object implements ArgumentMarshaller.StringSetAttributeMarshaller
String.valueOf(Object)
. Retained for
backwards compatibility in case someone is relying on this, but logs a
warning if ever used since we only know how to unmarshal back to Java
Strings.ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
Modifier and Type | Method and Description |
---|---|
static ObjectSetToStringSetMarshaller |
instance() |
AttributeValue |
marshall(Object obj)
Marshalls the object given into an AttributeValue.
|
public static ObjectSetToStringSetMarshaller instance()
public AttributeValue marshall(Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller
Copyright © 2021. All rights reserved.