Class StringBuilderAttributeConverter

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

@ThreadSafe @Immutable public final class StringBuilderAttributeConverter extends Object implements AttributeConverter<StringBuilder>
A converter between StringBuffer and AttributeValue.

This stores values in DynamoDB as a string.

This supports reading any DynamoDB attribute type into a string builder.