Uses of Interface
com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer
-
Packages that use AttributeTransformer Package Description com.amazonaws.services.dynamodbv2.datamodeling -
-
Uses of AttributeTransformer in com.amazonaws.services.dynamodbv2.datamodeling
Classes in com.amazonaws.services.dynamodbv2.datamodeling that implement AttributeTransformer Modifier and Type Class Description class
AttributeTransformerChain
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 AttributeTransformer Modifier and Type Method Description List<AttributeTransformer>
AttributeTransformerChain. getTransformers()
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeTransformer Constructor Description AttributeTransformerChain(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 AttributeTransformer Constructor Description AttributeTransformerChain(List<AttributeTransformer> transformers)
Creates a new transformer chain from the given list of transformers.
-