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 classDefaultAttributeConverterProviderThis 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 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 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.BuilderEnhancedDocument.Builder. addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider)Appends collection of attributeConverterProvider to the document builder.DocumentTableSchema.BuilderDocumentTableSchema.Builder. attributeConverterProviders(AttributeConverterProvider... attributeConverterProviders)Specifies theAttributeConverterProviders to use with the table schema.EnhancedDocument.BuilderEnhancedDocument.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.BuilderDocumentTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)Specifies theAttributeConverterProviders to use with the table schema.EnhancedDocument.BuilderEnhancedDocument.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 classChainConverterProviderAAttributeConverterProviderthat 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 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 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 ChainConverterProviderChainConverterProvider. 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 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 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.BuilderDefaultEnhancedDocument.DefaultBuilder. addAttributeConverterProvider(AttributeConverterProvider attributeConverterProvider)EnhancedDocument.BuilderDefaultEnhancedDocument.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.BuilderDefaultEnhancedDocument.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 AttributeConverterProviderStaticImmutableTableSchema. attributeConverterProvider()The table schemaAttributeConverterProvider.AttributeConverterProviderStaticTableSchema. 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 theAttributeConverterProviders to use with the table schema.StaticTableSchema.Builder<T>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 AttributeConverterProvider Modifier and Type Method Description StaticImmutableTableSchema.Builder<T,B>StaticImmutableTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)Specifies theAttributeConverterProviders to use with the table schema.StaticTableSchema.Builder<T>StaticTableSchema.Builder. attributeConverterProviders(List<AttributeConverterProvider> attributeConverterProviders)Specifies theAttributeConverterProviders 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()
-