| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeConverterProvider
This class is the default attribute converter provider in the DDB Enhanced library.
|
| 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 |
ChainConverterProvider
A
AttributeConverterProvider that allows multiple providers to be chained in a specified order
to act as a single composite provider. |
| Modifier and Type | Method and Description |
|---|---|
static AttributeConverterProvider |
ConverterProviderResolver.defaultConverterProvider()
Static provider for the default attribute converters that are bundled with the DynamoDB Enhanced Client.
|
static AttributeConverterProvider |
ConverterProviderResolver.resolveProviders(List<AttributeConverterProvider> providers)
Resolves a list of attribute converter providers into a single provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeConverterProvider> |
ChainConverterProvider.chainedProviders() |
| Modifier and Type | Method and Description |
|---|---|
static ChainConverterProvider |
ChainConverterProvider.create(AttributeConverterProvider... providers)
Construct a new instance of
ChainConverterProvider. |
| Modifier and Type | Method and Description |
|---|---|
static ChainConverterProvider |
ChainConverterProvider.create(List<AttributeConverterProvider> providers)
Construct a new instance of
ChainConverterProvider. |
static AttributeConverterProvider |
ConverterProviderResolver.resolveProviders(List<AttributeConverterProvider> providers)
Resolves a list of attribute converter providers into a single provider.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeConverterProvider |
StaticTableSchema.attributeConverterProvider()
The table schema
AttributeConverterProvider. |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies the
AttributeConverterProviders to use with the table schema. |
| Modifier and Type | Method and Description |
|---|---|
StaticTableSchema.Builder<T> |
StaticTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies the
AttributeConverterProviders to use with the table schema. |
Copyright © 2020. All rights reserved.