| Interface | Description |
|---|---|
| PrimitiveConverter<T> |
Interface for
StringConverter and AttributeConverter implementations
that support boxed and primitive types. |
| StringConverter<T> |
Converts a specific Java type to/from a
String. |
| StringConverterProvider |
Interface for providing string converters for Java objects.
|
| Class | Description |
|---|---|
| ChainConverterProvider |
A
AttributeConverterProvider 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 some
AttributeConverters in the aid
of converting to an AttributeValue and vice-versa. |
| TypeConvertingVisitor<T> |
A visitor across all possible types of a
EnhancedAttributeValue. |
Copyright © 2023. All rights reserved.