Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller.NumberAttributeMarshaller
Packages that use ArgumentMarshaller.NumberAttributeMarshaller
Package
Description
Standard implementations of
ArgumentMarshaller
.-
Uses of ArgumentMarshaller.NumberAttributeMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshaller.NumberAttributeMarshallerModifier and TypeClassDescriptionclass
A legacy marshaller that marshals JavaBooleans
into DynamoDB Numbers, representingtrue
as '1' andfalse
as '0'.class
A marshaller that marshals any JavaNumber
to a DynamoDB number.