OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
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
Is your feature request related to a problem? Please describe.
Currently I am using the
java-helidon-server
withHelidon 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 MethodsDescribe 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