Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.AttributeConverter
-
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb
Classes in software.amazon.awssdk.enhanced.dynamodb that implement AttributeConverter Modifier and Type Class Description class
EnumAttributeConverter<T extends Enum<T>>
A converter between anEnum
andAttributeValue
.Methods in software.amazon.awssdk.enhanced.dynamodb that return AttributeConverter Modifier and Type Method Description <T> AttributeConverter<T>
AttributeConverterProvider. converterFor(EnhancedType<T> enhancedType)
Finds aAttributeConverter
for converting an object with a type specified by aEnhancedType
to aAttributeValue
and back.<T> AttributeConverter<T>
DefaultAttributeConverterProvider. converterFor(EnhancedType<T> type)
Find a converter that matches the provided type.default AttributeConverter<T>
TableSchema. converterForAttribute(Object key)
AttributeConverter
that is applied to the given key.Methods in software.amazon.awssdk.enhanced.dynamodb with parameters of type AttributeConverter Modifier and Type Method Description DefaultAttributeConverterProvider.Builder
DefaultAttributeConverterProvider.Builder. addConverter(AttributeConverter<?> converter)
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.internal.converter
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.converter that return AttributeConverter Modifier and Type Method Description <T> AttributeConverter<T>
ChainConverterProvider. converterFor(EnhancedType<T> enhancedType)
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.internal.document
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.document that return AttributeConverter Modifier and Type Method Description static <T> AttributeConverter<T>
DefaultEnhancedDocument. converterForClass(EnhancedType<T> type, ChainConverterProvider chainConverterProvider)
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return AttributeConverter Modifier and Type Method Description AttributeConverter
ResolvedImmutableAttribute. attributeConverter()
AttributeConverter<T>
MetaTableSchema. converterForAttribute(Object key)
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type AttributeConverter Modifier and Type Method Description static <T,B,R>
ResolvedImmutableAttribute<T,B>ResolvedImmutableAttribute. create(ImmutableAttribute<T,B,R> immutableAttribute, AttributeConverter<R> attributeConverter)
static <T> AttributeType<T>
StaticAttributeType. create(AttributeConverter<T> attributeConverter)
-
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return AttributeConverter Modifier and Type Method Description AttributeConverter<R>
ImmutableAttribute. attributeConverter()
A customAttributeConverter
that will be used to convert this attribute.AttributeConverter<R>
StaticAttribute. attributeConverter()
A customAttributeConverter
that will be used to convert this attribute.AttributeConverter<T>
StaticImmutableTableSchema. converterForAttribute(Object key)
AttributeConverter<T>
WrappedTableSchema. converterForAttribute(Object key)
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type AttributeConverter Modifier and Type Method Description ImmutableAttribute.Builder<T,B,R>
ImmutableAttribute.Builder. attributeConverter(AttributeConverter<R> attributeConverter)
AnAttributeConverter
for the attribute type (EnhancedType
), that can convert this attribute.StaticAttribute.Builder<T,R>
StaticAttribute.Builder. attributeConverter(AttributeConverter<R> attributeConverter)
AnAttributeConverter
for the attribute type (EnhancedType
), that can convert this attribute. -
Uses of AttributeConverter in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations that return types with arguments of type AttributeConverter Modifier and Type Method Description Class<? extends AttributeConverter>
value()
-