Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling.marshallers |
Standard implementations of
ArgumentMarshaller . |
Modifier and Type | Class and Description |
---|---|
class |
CalendarToStringMarshaller
A marshaller that marshals Java
Calendar objects into DynamoDB
Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z"). |
class |
CustomMarshaller
A marshaller that delegates to an instance of a
DynamoDBMarshalling -derived custom marshaler. |
class |
DateToStringMarshaller
A marshaller that marshals Java
Date objects into DynamoDB Strings
(in ISO 8601 format, ie "2014-01-01T00:00:00Z"). |
class |
ObjectToStringMarshaller
A marshaller that marshals Java
Object objects into DynamoDB
Strings. |
class |
S3LinkToStringMarshaller
A marshaller that marshals
S3Link objects to DynamoDB Strings,
using a JSON encoding. |
class |
StringToStringMarshaller
A marshaller that marshals Java
String objects to DynamoDB Strings. |
Copyright © 2018. All rights reserved.