| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTransformerChain
A virtual
AttributeTransformer that transforms and untransforms
attributes by running them through a cascading series of child
AttributeTransformer instances. |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeTransformer> |
AttributeTransformerChain.getTransformers() |
| Constructor and 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 and Description |
|---|
AttributeTransformerChain(List<AttributeTransformer> transformers)
Creates a new transformer chain from the given list of transformers.
|
Copyright © 2020. All rights reserved.