I want to propose another build option I'd call strict mode which disables automatically setting fields to null if there is no mapper function available. The warning can be ignored to easily this option would fail the build if a mapper cannot be found.
Sidenote: The implementation should probably find as many errors as possible before failing in the end.
I want to propose another build option I'd call
strictmode which disables automatically setting fields to null if there is no mapper function available. The warning can be ignored to easily this option would fail the build if a mapper cannot be found.Sidenote: The implementation should probably find as many errors as possible before failing in the end.