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 TypeClassDescriptionclassA marshaller that marshals sets of JavaCalendarobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).classA marshaller that marshals sets of JavaDateobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).classA legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by usingString.valueOf(Object).classA marshaller that marshals sets of JavaStrings to DynamoDB StringSets.classA marshaller that marshals sets of JavaObjectobjects into DynamoDB StringSets.