JsonNullable
#10986
Replies: 1 comment
-
nullable is deprecated in v3.1.0, so I don't think swagger codegen would take up this feature, but with minimal changes you could integrate jackson-databind-nullable with swagger codegen as I did.
It should generate the members with JsonNullable such as |
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
-
is there a support for the JsonNullable in spring generator (on the server side) ? like it is done in openapi-generator-maven-plugin?
see : https://github.com/OpenAPITools/jackson-databind-nullable
Beta Was this translation helpful? Give feedback.
All reactions