Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.NumberSetAttributeMarshaller
-
Packages that use ArgumentMarshaller.NumberSetAttributeMarshaller Package Description com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller
. -
-
Uses of ArgumentMarshaller.NumberSetAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.NumberSetAttributeMarshaller Modifier and Type Class Description class
BooleanSetToNumberSetMarshaller
A legacy marshaller that marshals sets of JavaBooleans
into DynamoDB NumberSets, representingtrue
as '1' andfalse
as '0'.class
NumberSetToNumberSetMarshaller
A marshaller that marshals sets of JavaNumber
s into DynamoDB NumberSets.
-