Skip to content

DEICH-6102 - Suggestion to improve mapping code

Tom Adam requested to merge DEICH-6102-mapping-improvements into DEICH-6102

This structure avoids that the mapping functions are calling each other, thus it becomes possible to override a base mapping function in Marc21 or Normarc implementation classes. This stops the spreading of no-op mapping functions if one would like to move out a mapping function to a stand-alone function.

Closes DEICH-6102

Merge request reports