๐Ÿ“ฆ apache / polaris

๐Ÿ“„ headerParams.mustache ยท 4 lines
1
2
3
4{{!
Note that this template is copied from https://github.com/OpenAPITools/openapi-generator/blob/783e68c7acbbdcbb2282d167d1644b069f12d486/modules/openapi-generator/src/main/resources/JavaJaxRS/resteasy/headerParams.mustache
It is here to remove some unsupported swagger annotations
}}{{#isHeaderParam}}@HeaderParam("{{baseName}}") {{{dataType}}} {{paramName}}{{/isHeaderParam}}