Class ChainConverterProvider

java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.ChainConverterProvider
All Implemented Interfaces:
AttributeConverterProvider

public final class ChainConverterProvider extends Object implements AttributeConverterProvider
A AttributeConverterProvider that allows multiple providers to be chained in a specified order to act as a single composite provider. When searching for an attribute converter for a type, the providers will be called in forward/ascending order, attempting to find a converter from the first provider, then the second, and so on, until a match is found or the operation fails.