| 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
Numbers into DynamoDB
NumberSets. |
Copyright © 2020. All rights reserved.