auto_mappr icon indicating copy to clipboard operation
auto_mappr copied to clipboard

Build Options as Config object

Open DevNico opened this issue 2 years ago • 1 comments

Allow configuring build options on the Mapper or even MapType level. For example the option ignoreNullableSourceField could be useful for a subset of mappings but currently would need to be enabled for the entire package. I'd propose adding something like a AutoMapprConfig object which could be assigned to Mappers / MapTypes to enable/disable build rules.

DevNico avatar Oct 29 '23 17:10 DevNico

Sounds good to me!

tenhobi avatar Oct 30 '23 06:10 tenhobi