Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.mapper |
Modifier and Type | Method and Description |
---|---|
static <T,R> ResolvedStaticAttribute<T> |
ResolvedStaticAttribute.create(StaticAttribute<T,R> staticAttribute,
AttributeType<R> attributeType) |
<R> ResolvedStaticAttribute<R> |
ResolvedStaticAttribute.transform(Function<R,T> transform,
Consumer<R> createComponent)
Return a transformed copy of this attribute that knows how to get/set from a different type of object given a
function that can convert the containing object itself.
|
Copyright © 2020. All rights reserved.