Class JsonItemAttributeConverter

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

@ThreadSafe @Immutable public final class JsonItemAttributeConverter extends Object implements AttributeConverter<JsonNode>
An Internal converter between JsonNode and AttributeValue.

This converts the Attribute Value read from the DDB to JsonNode.