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 |
---|---|
AttributeConverterProvider |
StaticTableSchema.attributeConverterProvider()
The table schema
AttributeConverterProvider . |
Modifier and Type | Method and Description |
---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.attributeConverterProvider(AttributeConverterProvider attributeConverterProvider)
A higher-precedence
AttributeConverterProvider than the default one provided by the table schema. |
Copyright © 2020. All rights reserved.