|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformerChain
public class AttributeTransformerChain
A virtual AttributeTransformer that transforms and untransforms
attributes by running them through a cascading series of child
AttributeTransformer instances.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.amazonaws.services.dynamodbv2.datamodeling.AttributeTransformer |
|---|
AttributeTransformer.Parameters<T> |
| Constructor Summary | |
|---|---|
AttributeTransformerChain(AttributeTransformer... transformers)
Deprecated. Creates a new transformer chain from the given array of transformers. |
|
AttributeTransformerChain(java.util.List<AttributeTransformer> transformers)
Deprecated. Creates a new transformer chain from the given list of transformers. |
|
| Method Summary | |
|---|---|
java.util.List<AttributeTransformer> |
getTransformers()
Deprecated. |
java.lang.String |
toString()
Deprecated. |
java.util.Map<java.lang.String,AttributeValue> |
transform(AttributeTransformer.Parameters<?> parameters)
Deprecated. Transforms the input set of attribute values derived from the model object before writing them into DynamoDB. |
java.util.Map<java.lang.String,AttributeValue> |
untransform(AttributeTransformer.Parameters<?> parameters)
Deprecated. Untransform the input set of attribute values read from DynamoDB before creating a model object from them. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeTransformerChain(AttributeTransformer... transformers)
transformers - the chain of transformers.public AttributeTransformerChain(java.util.List<AttributeTransformer> transformers)
transformers - the chain of transformers.| Method Detail |
|---|
public java.util.List<AttributeTransformer> getTransformers()
public java.util.Map<java.lang.String,AttributeValue> transform(AttributeTransformer.Parameters<?> parameters)
AttributeTransformer
transform in interface AttributeTransformerparameters - transformation parameters
public java.util.Map<java.lang.String,AttributeValue> untransform(AttributeTransformer.Parameters<?> parameters)
AttributeTransformer
untransform in interface AttributeTransformerparameters - transformation parameters
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||