Replies: 1 comment
-
Are your classes / your mapper definition in a nullable disabled or enabled context? If only your parameter is nullable but your return type is not nullable, throwing is the default behaviour. It can be customized with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I see in the generated code the first check is:
Is it possible to configure this to have the following instead?
Beta Was this translation helpful? Give feedback.
All reactions