Class CharacterArrayAttributeConverter

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.CharacterArrayAttributeConverter
All Implemented Interfaces:
AttributeConverter<char[]>

@ThreadSafe @Immutable public final class CharacterArrayAttributeConverter extends Object implements AttributeConverter<char[]>
A converter between char[] 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().