Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.AttributeConverterProvider
-
-
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb
Classes in software.amazon.awssdk.enhanced.dynamodb that implement AttributeConverterProvider Modifier and Type Class Description class
DefaultAttributeConverterProvider
This class is the default attribute converter provider in the DDB Enhanced library.Methods in software.amazon.awssdk.enhanced.dynamodb that return AttributeConverterProvider Modifier and Type Method Description static AttributeConverterProvider
AttributeConverterProvider. defaultProvider()
Returns a default implementation of AttributeConverterProvider with all standard Java type converters included. -
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb.document
Methods in software.amazon.awssdk.enhanced.dynamodb.document that return types with arguments of type AttributeConverterProvider Modifier and Type Method Description List<AttributeConverterProvider>
EnhancedDocument. attributeConverterProviders()
Methods in software.amazon.awssdk.enhanced.dynamodb.document with parameters of type AttributeConverterProvider Modifier and Type Method Description EnhancedDocument.Builder
EnhancedDocument.Builder. addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider)
Appends collection of attributeConverterProvider to the document builder.DocumentTableSchema.Builder
DocumentTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.EnhancedDocument.Builder
EnhancedDocument.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProvider)
Sets collection of attributeConverterProviders to the document builder.Method parameters in software.amazon.awssdk.enhanced.dynamodb.document with type arguments of type AttributeConverterProvider Modifier and Type Method Description DocumentTableSchema.Builder
DocumentTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.EnhancedDocument.Builder
EnhancedDocument.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Sets the collection of attributeConverterProviders to the document builder. -
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb.internal.converter
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.converter that implement AttributeConverterProvider Modifier and Type Class Description class
ChainConverterProvider
AAttributeConverterProvider
that allows multiple providers to be chained in a specified order to act as a single composite provider.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter that return AttributeConverterProvider Modifier and Type Method 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.Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter that return types with arguments of type AttributeConverterProvider Modifier and Type Method Description List<AttributeConverterProvider>
ChainConverterProvider. chainedProviders()
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter with parameters of type AttributeConverterProvider Modifier and Type Method Description static ChainConverterProvider
ChainConverterProvider. create(AttributeConverterProvider... providers)
Construct a new instance ofChainConverterProvider
.Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.converter with type arguments of type AttributeConverterProvider Modifier and Type Method Description static ChainConverterProvider
ChainConverterProvider. create(List<AttributeConverterProvider> providers)
Construct a new instance ofChainConverterProvider
.static AttributeConverterProvider
ConverterProviderResolver. resolveProviders(List<AttributeConverterProvider> providers)
Resolves a list of attribute converter providers into a single provider. -
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb.internal.document
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.document that return types with arguments of type AttributeConverterProvider Modifier and Type Method Description List<AttributeConverterProvider>
DefaultEnhancedDocument. attributeConverterProviders()
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.document with parameters of type AttributeConverterProvider Modifier and Type Method Description EnhancedDocument.Builder
DefaultEnhancedDocument.DefaultBuilder. addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider)
EnhancedDocument.Builder
DefaultEnhancedDocument.DefaultBuilder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.document with type arguments of type AttributeConverterProvider Modifier and Type Method Description EnhancedDocument.Builder
DefaultEnhancedDocument.DefaultBuilder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
-
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return AttributeConverterProvider Modifier and Type Method Description AttributeConverterProvider
StaticImmutableTableSchema. attributeConverterProvider()
The table schemaAttributeConverterProvider
.AttributeConverterProvider
StaticTableSchema. attributeConverterProvider()
The table schemaAttributeConverterProvider
.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type AttributeConverterProvider Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>
StaticImmutableTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.StaticTableSchema.Builder<T>
StaticTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type AttributeConverterProvider Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>
StaticImmutableTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema.StaticTableSchema.Builder<T>
StaticTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)
Specifies theAttributeConverterProvider
s to use with the table schema. -
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations that return types with arguments of type AttributeConverterProvider Modifier and Type Method Description Class<? extends AttributeConverterProvider>[]
converterProviders()
Class<? extends AttributeConverterProvider>[]
converterProviders()
-