-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Description
I have tried to generate server stub for OpenAPI 3.0 spec based .yaml using swagger-codegen 3.0.0 and used java/inflector languages (as it supports only java & inflector). In case of java, this generated files for client API library not for the server stub. In case of inflector, this causes exception. I would like to know whether server stub support is there or not in this release.
Swagger-codegen version
3.0.0-SNAPSHOT
Swagger declaration file content or url
https://github.com/OAI/OpenAPI-Specification/blob/master/examples/v3.0/petstore.yaml
Command line used for generation
java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate -i petstore.yaml -l java
Steps to reproduce
NA
Related issues/PRs
NA
Suggest a fix/enhancement
NA