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
As you can see it generated the same schema for both JsonNullable<List> and JsonNullable
although these are completely different looking fields and classes. It just generates schema for the JsonNullable and ignores the class within it.
Hi,
I found an issue when I am using org.openapitools.jackson.nullable.JsonNullable.
The generator completely ignores the original class.
Here is my case:
I have these 3 classes that are auto generated and I can't change
This is my code:
When I run it generates a json schema that looks like this:
As you can see it generated the same schema for both JsonNullable<List> and JsonNullable
although these are completely different looking fields and classes. It just generates schema for the JsonNullable and ignores the class within it.
This is my pom.xml:
The text was updated successfully, but these errors were encountered: