File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ import {{javaxPackage}}.validation.Valid;{{/useBeanValidation}}
3232 contact = @org.eclipse.microprofile.openapi.annotations.info.Contact(name = "{ {{infoName} }}", email = "{ {{infoEmail} }}"){ {/contact} }
3333 ),
3434 tags = @org.eclipse.microprofile.openapi.annotations.tags.Tag(name="{ {{operationTagName} }}", description="{ {{operationTagDescription} }}")
35- ){ {#hasAuthMethods } }
35+ )
3636@org.eclipse.microprofile.openapi.annotations.tags.Tag(name="{ {{operationTagName} }}", description="{ {{operationTagDescription} }}")
37- @org.eclipse.microprofile.openapi.annotations.security.SecuritySchemes(value = {
37+ { {#hasAuthMethods } } @org.eclipse.microprofile.openapi.annotations.security.SecuritySchemes(value = {
3838 {{#authMethods} }{ {#isOAuth} }@org.eclipse.microprofile.openapi.annotations.security.SecurityScheme(
3939 securitySchemeName = "{ {name} }",
4040 type = org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType.OAUTH2,
You can’t perform that action at this time.
0 commit comments