public class ObjectSetToStringSetMarshaller extends java.lang.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 | Field and Description |
---|---|
private static ObjectSetToStringSetMarshaller |
INSTANCE |
private static org.apache.commons.logging.Log |
LOG |
Modifier | Constructor and Description |
---|---|
private |
ObjectSetToStringSetMarshaller() |
Modifier and Type | Method and Description |
---|---|
static ObjectSetToStringSetMarshaller |
instance() |
AttributeValue |
marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.
|
private static final org.apache.commons.logging.Log LOG
private static final ObjectSetToStringSetMarshaller INSTANCE
public static ObjectSetToStringSetMarshaller instance()
public AttributeValue marshall(java.lang.Object obj)
ArgumentMarshaller
marshall
in interface ArgumentMarshaller