Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
Packages that use AttributeTransformer
-
Uses of AttributeTransformer in com.amazonaws.services.dynamodbv2.datamodeling
Classes in com.amazonaws.services.dynamodbv2.datamodeling that implement AttributeTransformerModifier and TypeClassDescriptionclass
A virtualAttributeTransformer
that transforms and untransforms attributes by running them through a cascading series of childAttributeTransformer
instances.Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeTransformerConstructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeTransformerModifierConstructorDescriptionAttributeTransformerChain
(AttributeTransformer... transformers) Creates a new transformer chain from the given array of transformers.DynamoDBMapper
(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AttributeTransformer transformer) Constructs a new mapper with the given service object, configuration, and transform hook.DynamoDBMapper
(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AttributeTransformer transformer, AWSCredentialsProvider s3CredentialsProvider) Constructor with all parameters.Constructor parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type AttributeTransformerModifierConstructorDescriptionAttributeTransformerChain
(List<AttributeTransformer> transformers) Creates a new transformer chain from the given list of transformers.