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

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

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