Skip to content

Per mapper configuration support #62

@stefankoppier

Description

@stefankoppier

Is your feature request related to a problem? Please describe.
Currently, configuration options can only be applied globally. Sometimes, you want to apply configuration only locally, e.g. per mapper.

The global options should be the default, per mapper options should override these global options for the specific mapper.

Describe the solution you'd like
Sevaral solutions are available:

  • An options { ... } block in the mapping function.
  • A seperate overridable options function from the abstract base class.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions