Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling.marshallers |
Standard implementations of
ArgumentMarshaller . |
Modifier and Type | Class and Description |
---|---|
class |
BooleanSetToNumberSetMarshaller
A legacy marshaller that marshals sets of Java
Booleans into DynamoDB
NumberSets, representing true as '1' and false as '0'. |
class |
NumberSetToNumberSetMarshaller
A marshaller that marshals sets of Java
Number s into DynamoDB
NumberSets. |
Copyright © 2015. All rights reserved.