java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.ByteAttributeConverter
All Implemented Interfaces:
AttributeConverter<Byte>, PrimitiveConverter<Byte>

@ThreadSafe @Immutable public final class ByteAttributeConverter extends Object implements AttributeConverter<Byte>, PrimitiveConverter<Byte>
A converter between Byte and AttributeValue.

This stores values in DynamoDB as a single byte.

This only supports reading a single byte from DynamoDB. Any binary data greater than 1 byte will cause a RuntimeException during conversion.

This can be created via create().