MapValueConverter
fun <V> MapValueConverter(valueConverter: ValueConverter<V>, attributeValueMapValueConverter: ValueConverter<Map<String, AttributeValue>> = AttributeValueMapValueConverter): MapValueConverter<String, V>
Creates a new string-keyed map converter using the given valueConverter as a delegate
Parameters
valueConverter
A converter for transforming between V values and AttributeValue
Type Parameters
V
The type of values in the map