Class ByteBufferAttributeConverter

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

@ThreadSafe @Immutable public final class ByteBufferAttributeConverter extends Object implements AttributeConverter<ByteBuffer>
A converter between ByteBuffer 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().