Package | Description |
---|---|
com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper |
Primary classes for interacting with the DynamoDB Object Mapper mobile connector for easily storing Java objects in the cloud.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
AttributeTransformerChain.transform(AttributeTransformer.Parameters<?> parameters) |
Map<String,AttributeValue> |
AttributeTransformer.transform(AttributeTransformer.Parameters<?> parameters)
Transforms the input set of attribute values derived from the model
object before writing them into DynamoDB.
|
Map<String,AttributeValue> |
AttributeTransformerChain.untransform(AttributeTransformer.Parameters<?> parameters) |
Map<String,AttributeValue> |
AttributeTransformer.untransform(AttributeTransformer.Parameters<?> parameters)
Untransform the input set of attribute values read from DynamoDB before
creating a model object from them.
|
Copyright © 2019. All rights reserved.