public class AttributeType<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
T |
attributeValueToObject(AttributeValue attributeValue) |
AttributeValue |
objectToAttributeValue(T object) |
static <T> AttributeType<T> |
of(Function<T,AttributeValue> objectTransformer,
Function<AttributeValue,T> attributeValueTransformer,
AttributeValueType attributeValueType) |
public static <T> AttributeType<T> of(Function<T,AttributeValue> objectTransformer, Function<AttributeValue,T> attributeValueTransformer, AttributeValueType attributeValueType)
public AttributeValue objectToAttributeValue(T object)
public T attributeValueToObject(AttributeValue attributeValue)
Copyright © 2019. All rights reserved.