-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage of jackson-databind-nullable with openapi generator plugin #17
Comments
@jmini Can you please help me out here? |
i'm trying to understand the same |
I'm doing some initial experimentation with openapi-generator 5.1.0 (not exactly the same) to create server-side models for a Spring Boot app from a 3.0 spec. Here's what I've seen empirically:
So it seems that Cases I was expecting something more like a The spring generator does have a |
I also ran into the issue that the code generated by openapi-generator does not validate required nullable fields correctly. I posted a workaround here. |
Hi Team,
Sorry if my question is redundant, I would like to know we can use this module with openapi generator plugin from swagger. Suppose I have field email and I want it to be JsonNullable as its optional field and would like to see whether its present or not.
/Mudassar
The text was updated successfully, but these errors were encountered: