Skip to main content

All 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 ...
kay's user avatar
  • 5
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 ...
kosto's user avatar
  • 21
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. ...
user3212324's user avatar