You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Trying to add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all the generated model classes.
Trying to accomplish by adding the configuration property: ignoreUnknownJacksonAnnotation
But it seems that it simply gets ignored. I have generated swagger-codegen-cli.jar from the master branch. It appears that this should be an out of box solution.
Please help!
The text was updated successfully, but these errors were encountered:
Hello! Trying to add @JsonIgnoreProperties(ignoreUnknown = true) annotation to all the generated model classes.
Trying to accomplish by adding the configuration property: ignoreUnknownJacksonAnnotation
But it seems that it simply gets ignored. I have generated swagger-codegen-cli.jar from the master branch. It appears that this should be an out of box solution.
Please help!
The text was updated successfully, but these errors were encountered: