Skip to content

Unify DerivedRowMapper and RowMapper.renamed #144

@nMoncho

Description

@nMoncho

In order to create a RowMapper for case class Foo we can do RowMapper[Foo], and if we want to rename fields we do RowMapper.renamed[Foo](...).
This works in contrast with Mapping with only offers one method for both.

With this issue we want to unify both methods. This will require deprecating renamed, offering the same features to apply, and remove renamed for v2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions