Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ArgumentMarshaller
Packages that use ArgumentMarshaller
Package
Description
Standard implementations of
ArgumentMarshaller
.-
Uses of ArgumentMarshaller in com.amazonaws.services.dynamodbv2.datamodeling
Subinterfaces of ArgumentMarshaller in com.amazonaws.services.dynamodbv2.datamodelingModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
static interface
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ArgumentMarshallerModifierConstructorDescriptionDynamoDBMapperFieldModel
(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller) -
Uses of ArgumentMarshaller in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Classes in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that implement ArgumentMarshallerModifier and TypeClassDescriptionclass
A legacy marshaller that marshals sets of JavaBooleans
into DynamoDB NumberSets, representingtrue
as '1' andfalse
as '0'.class
A marshaller that marshals JavaBoolean
objects to Dynamodb-nativeBOOL
attribute values.class
A legacy marshaller that marshals JavaBooleans
into DynamoDB Numbers, representingtrue
as '1' andfalse
as '0'.class
A marshaller that marshals sets of Javabyte[]
s into DynamoDB BinarySet attributes.class
A marshaller that marshals Javabyte[]
s into DynamoDB Binary attributes.class
A marshaller that marshals sets of JavaByteBuffer
s into DynamoDB BinarySet attributes.class
A marshaller that marshals JavaByteBuffer
s into DynamoDB Binary attributes.class
A marshaller that marshals sets of JavaCalendar
objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).class
A marshaller that marshals JavaCalendar
objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").class
class
A marshaller that delegates to an instance of aDynamoDBMarshalling
-derived custom marshaler.class
A marshaller that marshals sets of JavaDate
objects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).class
A marshaller that marshals JavaDate
objects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").class
class
A marshaller that marshals sets of JavaNumber
s into DynamoDB NumberSets.class
A marshaller that marshals any JavaNumber
to a DynamoDB number.class
A legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by usingString.valueOf(Object)
.class
class
A marshaller that marshals JavaObject
objects into DynamoDB Strings.class
A marshaller that marshalsS3Link
objects to DynamoDB Strings, using a JSON encoding.class
A marshaller that marshals sets of JavaString
s to DynamoDB StringSets.class
A marshaller that marshals JavaString
objects to DynamoDB Strings.class
A marshaller that marshals sets of JavaObject
objects into DynamoDB StringSets.Methods in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that return ArgumentMarshallerModifier and TypeMethodDescriptionCollectionToListMarshaller.getMemberMarshaller()
MapToMapMarshaller.getMemberMarshaller()
Constructors in com.amazonaws.services.dynamodbv2.datamodeling.marshallers with parameters of type ArgumentMarshallerModifierConstructorDescriptionCollectionToListMarshaller
(ArgumentMarshaller memberMarshaller) MapToMapMarshaller
(ArgumentMarshaller memberMarshaller)