Package software.amazon.awssdk.enhanced.dynamodb.internal.converter
-
Interface Summary Interface Description PrimitiveConverter<T> Interface forStringConverter
andAttributeConverter
implementations that support boxed and primitive types.StringConverter<T> Converts a specific Java type to/from aString
.StringConverterProvider Interface for providing string converters for Java objects. -
Class Summary Class Description ChainConverterProvider AAttributeConverterProvider
that allows multiple providers to be chained in a specified order to act as a single composite provider.ConverterProviderResolver Static module to assist with the initialization of attribute converter providers for a StaticTableSchema.ConverterUtils Internal utilities that are used by someAttributeConverter
s in the aid of converting to anAttributeValue
and vice-versa.TypeConvertingVisitor<T> A visitor across all possible types of aEnhancedAttributeValue
.