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 interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceConstructors 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 TypeClassDescriptionclassA legacy marshaller that marshals sets of JavaBooleansinto DynamoDB NumberSets, representingtrueas '1' andfalseas '0'.classA marshaller that marshals JavaBooleanobjects to Dynamodb-nativeBOOLattribute values.classA legacy marshaller that marshals JavaBooleansinto DynamoDB Numbers, representingtrueas '1' andfalseas '0'.classA marshaller that marshals sets of Javabyte[]s into DynamoDB BinarySet attributes.classA marshaller that marshals Javabyte[]s into DynamoDB Binary attributes.classA marshaller that marshals sets of JavaByteBuffers into DynamoDB BinarySet attributes.classA marshaller that marshals JavaByteBuffers into DynamoDB Binary attributes.classA marshaller that marshals sets of JavaCalendarobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).classA marshaller that marshals JavaCalendarobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").classclassA marshaller that delegates to an instance of aDynamoDBMarshalling-derived custom marshaler.classA marshaller that marshals sets of JavaDateobjects into DynamoDB StringSets (in ISO 8601 format, ie {"2014-01-01T00:00:00Z", ...}).classA marshaller that marshals JavaDateobjects into DynamoDB Strings (in ISO 8601 format, ie "2014-01-01T00:00:00Z").classclassA marshaller that marshals sets of JavaNumbers into DynamoDB NumberSets.classA marshaller that marshals any JavaNumberto a DynamoDB number.classA legacy marshaller that marshals sets of arbitrary Java objects into DynamoDB StringSets by usingString.valueOf(Object).classclassA marshaller that marshals JavaObjectobjects into DynamoDB Strings.classA marshaller that marshalsS3Linkobjects to DynamoDB Strings, using a JSON encoding.classA marshaller that marshals sets of JavaStrings to DynamoDB StringSets.classA marshaller that marshals JavaStringobjects to DynamoDB Strings.classA marshaller that marshals sets of JavaObjectobjects 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)