java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.ByteArrayAttributeConverter
All Implemented Interfaces:
AttributeConverter<byte[]>

@ThreadSafe @Immutable public final class ByteArrayAttributeConverter extends Object implements AttributeConverter<byte[]>
A converter between byte[] and AttributeValue.

This stores values in DynamoDB as a binary blob.

This supports reading every byte value supported by DynamoDB, making it fully compatible with custom converters as well as internal converters (e.g. SdkBytesAttributeConverter).

This can be created via create().