Generate clients for apis with @Hidden annotations via openapi-generator

272 views Asked by At

I'm using swaggerCodegen to generate Apis clients for a Spring based application using org.openapitools.openapi-generator-cli. I marked some operations with @io.swagger.v3.oas.annotations.Hidden. Swagger codegen is not generating client stubs for these. Is there a config to hide them in the Swagger documentation, but still generate client code?

0

There are 0 answers