All Questions
Tagged with springdoc-openapi-ui springdoc-openapi-maven-plugin
3 questions
0
votes
0
answers
33
views
Recursively defined collection fields are omitted in superclass generated api doc
Recursively defined collection fields are omitted in superclass generated api doc.
i think similar to this issue 'https://github.com/springdoc/springdoc-openapi/issues/1158'.
Here is my code.
@Data
...
0
votes
0
answers
138
views
Expose api-docs based on Accept header with Springdoc
I have used Springdoc to autogenerate the api documentation and it works like a charm but, I am suffering some issues integrating the documentation of the API on the company documentation system.
My ...
0
votes
1
answer
1k
views
How to skip @DateTimeFormat annotation in open-api-generator plugin
I am trying to generate interface from yaml file using open api generator plugin. However while generating the interface an additional annotation @DateTimeFormatter is getting added for date field. ...