Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.ItemConverter
Packages that use ItemConverter
Package
Description
Standard implementations of
ArgumentMarshaller
.Standard implementations of
ArgumentUnmarshaller
.-
Uses of ItemConverter in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return ItemConverterModifier and TypeMethodDescriptionConversionSchema.getConverter
(ConversionSchema.Dependencies dependencies) Creates anItemConverter
, injecting dependencies from theDynamoDBMapper
that needs it.Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type ItemConverterModifierConstructorDescriptionSaveObjectHandler
(Class<?> clazz, Object object, String tableName, DynamoDBMapperConfig saveConfig, ItemConverter converter, DynamoDBSaveExpression saveExpression) Constructs a handler for saving the specified model object. -
Uses of ItemConverter in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Constructors in com.amazonaws.services.dynamodbv2.datamodeling.marshallers with parameters of type ItemConverter -
Uses of ItemConverter in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Constructors in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers with parameters of type ItemConverter