Package software.amazon.awssdk.enhanced.dynamodb.internal.converter
-
Interface Summary Interface Description PrimitiveConverter<T> Interface forStringConverterandAttributeConverterimplementations 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 AAttributeConverterProviderthat 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 someAttributeConverters in the aid of converting to anAttributeValueand vice-versa.TypeConvertingVisitor<T> A visitor across all possible types of aEnhancedAttributeValue.