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 TypeClassDescriptionclassA legacy marshaller that marshals JavaBooleansinto DynamoDB Numbers, representingtrueas '1' andfalseas '0'.classA marshaller that marshals any JavaNumberto a DynamoDB number.