Class TypeConvertingVisitor<T>

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.TypeConvertingVisitor<T>

public abstract class TypeConvertingVisitor<T> extends Object
A visitor across all possible types of a EnhancedAttributeValue.

This is useful in AttributeConverter implementations, without having to write a switch statement on the EnhancedAttributeValue.type().

See Also: