Class CodecFactory

java.lang.Object
org.jdbi.v3.core.codec.CodecFactory
All Implemented Interfaces:
QualifiedArgumentFactory, QualifiedArgumentFactory.Preparable, QualifiedColumnMapperFactory
Direct Known Subclasses:
TypeResolvingCodecFactory

@ThreadSafe @Alpha public class CodecFactory extends Object implements QualifiedColumnMapperFactory, QualifiedArgumentFactory.Preparable
CodecFactory provides column mappers and arguments for bidirectional mapping types to database columns.

This class is immutable and thread safe.

Alpha: this class as public API is redundant with the existing way of managing mappers: we should try to combine them to make the new public API as small as possible