|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeTransformer | |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Uses of AttributeTransformer in com.amazonaws.services.dynamodbv2.datamodeling |
---|
Classes in com.amazonaws.services.dynamodbv2.datamodeling that implement AttributeTransformer | |
---|---|
class |
AttributeTransformerChain
A virtual AttributeTransformer that transforms and untransforms
attributes by running them through a cascading series of child
AttributeTransformer instances. |
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeTransformer | |
---|---|
List<AttributeTransformer> |
AttributeTransformerChain.getTransformers()
|
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeTransformer | |
---|---|
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 | |
---|---|
AttributeTransformerChain(List<AttributeTransformer> transformers)
Creates a new transformer chain from the given list of transformers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |