This module contains an API for codec handling in DSBulk:
ConvertingCodec
: a subtype ofTypeCodec
that handles conversions between an "external" Java type and an "internal" one.ConvertingCodecProvider
: a provider forConvertingCodec
s; implementors can provide codecs by registering their providers with the Service Loader API.ConvertingCodecFactory
: a factory forConvertingCodec
s; it discoversConvertingCodecProvider
implementations through the Service Loader API.