de.andreasschmitt.export.exporter.DefaultExporterFactory, line 26.
DefaultExporterFactory is always recovered one Exporter by the context and when the recovered item already has fields, labels, formatters and parameters, these values are re-used, which leads to unexpected behavior.
export 1
Case 1: [field: 'serviceProvider' formatter: {..to uppercase..} ]
export 2
Case 2: [field: 'serviceProvider']
Case 2 will reuse the formatter Case 1
This approach by default, is good?
If formatter was not informed, would not call the field/method directly?