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