Class ObjectSetToStringSetMarshaller
java.lang.Object
com.amazonaws.services.dynamodbv2.datamodeling.marshallers.ObjectSetToStringSetMarshaller
- All Implemented Interfaces:
ArgumentMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller
public class ObjectSetToStringSetMarshaller
extends Object
implements ArgumentMarshaller.StringSetAttributeMarshaller
A legacy marshaller that marshals sets of arbitrary Java objects into
DynamoDB StringSets by using
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.-
Nested Class Summary
Nested classes/interfaces inherited from interface ArgumentMarshaller
ArgumentMarshaller.BinaryAttributeMarshaller, ArgumentMarshaller.BinarySetAttributeMarshaller, ArgumentMarshaller.BooleanAttributeMarshaller, ArgumentMarshaller.ListAttributeMarshaller, ArgumentMarshaller.MapAttributeMarshaller, ArgumentMarshaller.NumberAttributeMarshaller, ArgumentMarshaller.NumberSetAttributeMarshaller, ArgumentMarshaller.StringAttributeMarshaller, ArgumentMarshaller.StringSetAttributeMarshaller -
Method Summary
-
Method Details
-
instance
-
marshall
Description copied from interface:ArgumentMarshallerMarshalls the object given into an AttributeValue.- Specified by:
marshallin interfaceArgumentMarshaller
-