Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Converts between Boolean and DynamoDB BOOL values
Link copied to clipboard
Converts between ByteArray and DynamoDB B values
Link copied to clipboard
Converts between CharArray and DynamoDB S values
Link copied to clipboard
Converts between Char and DynamoDB S values
Link copied to clipboard
class EnumValueConverter<E : Enum<E>>(enumToString: Converter<E, String>) : ConverterChain<E, String, AttributeValue>
A ValueConverter for enums of type E
Link copied to clipboard
object NumberToStringConverters
Link copied to clipboard
object NumberValueConverters
Namespace for containing various conversion utilities dealing with number conversion
Link copied to clipboard
Converts between String instances which contains numbers and DynamoDB N values
Link copied to clipboard
Converts between String and DynamoDB S values
Link copied to clipboard
object TextConverters
Namespace for containing various conversion utilities dealing with text conversion
Functions
Link copied to clipboard
Instantiates a new EnumValueConverter for enums of type E