Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.StringSetAttributeMarshaller
-
Packages that use ArgumentMarshaller.StringSetAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller
. -
-
Uses of ArgumentMarshaller.StringSetAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.StringSetAttributeMarshaller Modifier and Type Class Description class
CalendarSetToStringSetMarshaller
A marshaller that marshals sets of JavaCalendar
objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).class
DateSetToStringSetMarshaller
A marshaller that marshals sets of JavaDate
objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).class
ObjectSetToStringSetMarshaller
A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by usingString.valueOf(Object)
.class
StringSetToStringSetMarshaller
A marshaller that marshals sets of JavaString
s to DynamoDB StringSets.class
UUIDSetToStringSetMarshaller
A marshaller that marshals sets of JavaObject
objects into DynamoDB StringSets.
-