Class CharSequenceAttributeConverter

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.CharSequenceAttributeConverter
All Implemented Interfaces:
AttributeConverter<CharSequence>

@ThreadSafe @Immutable public final class CharSequenceAttributeConverter extends Object implements AttributeConverter<CharSequence>
A converter between CharSequence and AttributeValue.

This stores values in DynamoDB as a string.

This supports reading every string value supported by DynamoDB, making it fully compatible with custom converters as well as internal converters (e.g. StringAttributeConverter).

This can be created via create().