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

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

This stores and reads values in DynamoDB as a string, according to the format of Locale.forLanguageTag(String) and Locale.toLanguageTag().