Interface Codec<T>


@Alpha 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.

Alpha: this interface is still evolving! It might eventually replace the existing Mappers and Arguments.