Workaround for MissingKotlinParameterException #828
SebastianStehle
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we use jackson with generated client based on an OpenAPI spec. This spec contains a few errors here and there. For example properties might be declared nullable if they are not and some properties should be nullable (or not required), because they could actually contain null values.
Therefore jackson throws errors from time to time, like MissingKotlinParameterException.
We have to fix all these errors, but I would like to have the opportunity to temporily disable that for development, so that I do not have to solve one error at the time.
Is there are good workaround for that? Something like custom converters or a flag?
Beta Was this translation helpful? Give feedback.
All reactions