Skip to content

Rename ColumnNamingScheme map to apply #143

@nMoncho

Description

@nMoncho
sealed trait ColumnNamingScheme extends Serializable {
   
    def map(fieldName: String): String

}

map is a function that means something in certain contexts. We should first deprecate this, introduce apply, and then remove it on 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