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