Package com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Standard implementations of
ArgumentMarshaller.-
Class Summary Class Description BooleanSetToNumberSetMarshaller A legacy marshaller that marshals sets of JavaBooleansinto DynamoDB NumberSets, representingtrueas '1' andfalseas '0'.BooleanToBooleanMarshaller A marshaller that marshals JavaBooleanobjects to Dynamodb-nativeBOOLattribute values.BooleanToNumberMarshaller A legacy marshaller that marshals JavaBooleansinto DynamoDB Numbers, representingtrueas '1' andfalseas '0'.ByteArraySetToBinarySetMarshaller A marshaller that marshals sets of Javabyte[]s into DynamoDB BinarySet attributes.ByteArrayToBinaryMarshaller A marshaller that marshals Javabyte[]s into DynamoDB Binary attributes.ByteBufferSetToBinarySetMarshaller A marshaller that marshals sets of JavaByteBuffers into DynamoDB BinarySet attributes.ByteBufferToBinaryMarshaller A marshaller that marshals JavaByteBuffers into DynamoDB Binary attributes.CalendarSetToStringSetMarshaller A marshaller that marshals sets of JavaCalendarobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).CalendarToStringMarshaller A marshaller that marshals JavaCalendarobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").CollectionToListMarshaller CustomMarshaller A marshaller that delegates to an instance of aDynamoDBMarshalling-derived custom marshaler.DateSetToStringSetMarshaller A marshaller that marshals sets of JavaDateobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).DateToStringMarshaller A marshaller that marshals JavaDateobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").MapToMapMarshaller NumberSetToNumberSetMarshaller A marshaller that marshals sets of JavaNumbers into DynamoDB NumberSets.NumberToNumberMarshaller A marshaller that marshals any JavaNumberto a DynamoDB number.ObjectSetToStringSetMarshaller A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by usingString.valueOf(Object).ObjectToMapMarshaller ObjectToStringMarshaller A marshaller that marshals JavaObjectobjects into DynamoDB Strings.S3LinkToStringMarshaller A marshaller that marshalsS3Linkobjects to DynamoDB Strings, using a JSON encoding.StringSetToStringSetMarshaller A marshaller that marshals sets of JavaStrings to DynamoDB StringSets.StringToStringMarshaller A marshaller that marshals JavaStringobjects to DynamoDB Strings.UUIDSetToStringSetMarshaller A marshaller that marshals sets of JavaObjectobjects into DynamoDB StringSets.