| Package | Description |
|---|---|
| software.amazon.awssdk.enhanced.dynamodb | |
| software.amazon.awssdk.enhanced.dynamodb.internal | |
| software.amazon.awssdk.enhanced.dynamodb.mapper |
| Modifier and Type | Method and Description |
|---|---|
static AttributeConverterProvider |
AttributeConverterProvider.defaultProvider()
Returns a default implementation of AttributeConverterProvider with all
standard Java type converters included.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeConverterProvider
Given an input, this will identify a converter that can convert the specific Java type and invoke it.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Attribute.AttributeSupplier<T> |
Attributes.attribute(String attributeName,
TypeToken<R> attributeType,
Function<T,R> getAttributeMethod,
BiConsumer<T,R> updateItemMethod,
AttributeConverterProvider converterProvider) |
Copyright © 2020. All rights reserved.