Class AtomicBooleanAttributeConverter

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

@ThreadSafe @Immutable public final class AtomicBooleanAttributeConverter extends Object implements AttributeConverter<AtomicBoolean>
A converter between AtomicBoolean and AttributeValue.

This stores values in DynamoDB as a boolean.

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

This can be created via create().