Replies: 2 comments 4 replies
-
Is there a option such as... mapper.coercionConfigFor(Integer).setCoercion(CoercionInputShape.All, Fail)
mapper.coercionConfigFor(Textual).setCoercion(CoercionInputShape.All, Fail) ... this? I am not familiar with Coercions yet, but seems like a reasonable (and presumably already existing) config option. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is different method for defaulting, see what auto-completion offers instead of |
Beta Was this translation helpful? Give feedback.
3 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.
-
I know I can disable type coercion fo strings and integers, for example like so:
But I want to disable coercion for all types. How can I do it without writing 30+ lines to disable each type with other types?
Beta Was this translation helpful? Give feedback.
All reactions