Class UriAttributeConverter

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

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

This stores and reads values in DynamoDB as a string, according to the format of URI.create(String) and URI.toString().