Interface Codec<T>


@Beta public interface Codec<T>
A Codec provides a convenient way for a bidirectional mapping of an attribute to a database column.

Groups a ColumnMapper and an Argument mapping function for a given type.

Codec instances can replace existing Mapper and Argument pairs.