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