Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.AttributeConverterProvider
Packages that use AttributeConverterProvider
Package
Description
-
Uses of AttributeConverterProvider in software.amazon.awssdk.enhanced.dynamodb
Classes in software.amazon.awssdk.enhanced.dynamodb that implement AttributeConverterProviderModifier and TypeClassDescriptionfinal classThis class is the default attribute converter provider in the DDB Enhanced library.Methods in software.amazon.awssdk.enhanced.dynamodb that return AttributeConverterProviderModifier and TypeMethodDescriptionstatic AttributeConverterProviderAttributeConverterProvider.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 AttributeConverterProviderMethods in software.amazon.awssdk.enhanced.dynamodb.document with parameters of type AttributeConverterProviderModifier and TypeMethodDescriptionEnhancedDocument.Builder.addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider) Appends collection of attributeConverterProvider to the document builder.DocumentTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.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 AttributeConverterProviderModifier and TypeMethodDescriptionDocumentTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.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 AttributeConverterProviderModifier and TypeClassDescriptionfinal classAAttributeConverterProviderthat 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 AttributeConverterProviderModifier and TypeMethodDescriptionstatic AttributeConverterProviderConverterProviderResolver.defaultConverterProvider()Static provider for the default attribute converters that are bundled with the DynamoDB Enhanced Client.static AttributeConverterProviderConverterProviderResolver.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 AttributeConverterProviderMethods in software.amazon.awssdk.enhanced.dynamodb.internal.converter with parameters of type AttributeConverterProviderModifier and TypeMethodDescriptionstatic ChainConverterProviderChainConverterProvider.create(AttributeConverterProvider... providers) Construct a new instance ofChainConverterProvider.Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.converter with type arguments of type AttributeConverterProviderModifier and TypeMethodDescriptionstatic ChainConverterProviderChainConverterProvider.create(List<AttributeConverterProvider> providers) Construct a new instance ofChainConverterProvider.static AttributeConverterProviderConverterProviderResolver.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 AttributeConverterProviderMethods in software.amazon.awssdk.enhanced.dynamodb.internal.document with parameters of type AttributeConverterProviderModifier and TypeMethodDescriptionDefaultEnhancedDocument.DefaultBuilder.addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider) DefaultEnhancedDocument.DefaultBuilder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders) Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.document with type arguments of type AttributeConverterProviderModifier and TypeMethodDescriptionDefaultEnhancedDocument.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 AttributeConverterProviderModifier and TypeMethodDescriptionStaticImmutableTableSchema.attributeConverterProvider()The table schemaAttributeConverterProvider.StaticTableSchema.attributeConverterProvider()The table schemaAttributeConverterProvider.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type AttributeConverterProviderModifier and TypeMethodDescriptionStaticImmutableTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.StaticTableSchema.Builder.attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.Method parameters in software.amazon.awssdk.enhanced.dynamodb.mapper with type arguments of type AttributeConverterProviderModifier and TypeMethodDescriptionStaticImmutableTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.StaticTableSchema.Builder.attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders) Specifies theAttributeConverterProviders to use with the table schema.