| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling.marshallers |
Standard implementations of
ArgumentMarshaller. |
| Class and Description |
|---|
| 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"). |
| CollectionToListMarshaller |
| 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"). |
| 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 |
| ObjectToStringMarshaller
A marshaller that marshals Java
Object objects into DynamoDB
Strings. |
| 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. |
| UUIDSetToStringSetMarshaller
A marshaller that marshals sets of Java
Object objects into
DynamoDB StringSets. |
Copyright © 2020. All rights reserved.