OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.94k stars 6.59k forks source link

[REQ] Feature Request Add @Operation/@ApiResponse etc to generated code for java-helidon-server #20114

Open yahmed153 opened 6 days ago

yahmed153 commented 6 days ago

Is your feature request related to a problem? Please describe.

Currently I am using the java-helidon-server with Helidon MP 4.1.4 OpenApi-Generator, from the helidon-petclinic. I can get it to generate but it does not generate @Operation/@ApiResponse annotations based from the openapi.yml. Currently it just annotates Api with @Path,@Consumes/Produces, and Http Methods

Describe the solution you'd like

It would be nice to for it to generate @Operation/@ApiResponse annotations for the Rest Endpoint it generate

Describe alternatives you've considered

N/A

Additional context

N/A