javalin / javalin-openapi

Annotation processor for compile-time OpenAPI & JsonSchema, with out-of-the-box support for Javalin 5.x, Swagger & ReDoc
https://github.com/javalin/javalin-openapi/wiki
Apache License 2.0
45 stars 17 forks source link

javalin code generation from openapi spec file #207

Closed franck-malka closed 9 months ago

franck-malka commented 9 months ago

Is there a way to generate javalin controller class from openapi spec file with this plugin? If not, do you know if there is another plugin to do that?

dzikoysk commented 9 months ago

Not really, this project is focused on generating the spec. If you want to generate a Javalin app from the spec, it might be better to ask here, as this is the project that is focused on generating such projects: