Package com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.marshallers

Standard implementations of ArgumentMarshaller.

See:
          Description

Class Summary
BooleanSetToNumberSetMarshaller A legacy marshaller that marshals sets of Java Booleans into DynamoDB NumberSets, representing true as '1' and false as '0'.
BooleanToBooleanMarshaller A marshaller that marshals Java Boolean objects to Dynamodb-native BOOL attribute values.
BooleanToNumberMarshaller A legacy marshaller that marshals Java Booleans into DynamoDB Numbers, representing true as '1' and false as '0'.
ByteArraySetToBinarySetMarshaller A marshaller that marshals sets of Java byte[]s into DynamoDB BinarySet attributes.
ByteArrayToBinaryMarshaller A marshaller that marshals Java byte[]s into DynamoDB Binary attributes.
ByteBufferSetToBinarySetMarshaller A marshaller that marshals sets of Java ByteBuffers into DynamoDB BinarySet attributes.
ByteBufferToBinaryMarshaller A marshaller that marshals Java ByteBuffers into DynamoDB Binary attributes.
CalendarSetToStringSetMarshaller A marshaller that marshals sets of Java Calendar objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).
CalendarToStringMarshaller A marshaller that marshals Java Calendar objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").
CustomMarshaller A marshaller that delegates to an instance of a DynamoDBMarshalling-derived custom marshaler.
DateSetToStringSetMarshaller A marshaller that marshals sets of Java Date objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).
DateToStringMarshaller A marshaller that marshals Java Date objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").
ListToListMarshaller  
MapToMapMarshaller  
NumberSetToNumberSetMarshaller A marshaller that marshals sets of Java Numbers into DynamoDB NumberSets.
NumberToNumberMarshaller A marshaller that marshals any Java Number to a DynamoDB number.
ObjectSetToStringSetMarshaller A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by using String.valueOf(Object).
ObjectToMapMarshaller  
S3LinkToStringMarshaller A marshaller that marshals S3Link objects to DynamoDB Strings, using a JSON encoding.
StringSetToStringSetMarshaller A marshaller that marshals sets of Java Strings to DynamoDB StringSets.
StringToStringMarshaller A marshaller that marshals Java String objects to DynamoDB Strings.
 

Package com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.marshallers Description

Standard implementations of ArgumentMarshaller.



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.