JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.github.chhorz.openapi.common.domain.SecurityRequirement
Packages that use
SecurityRequirement
Package
Description
com.github.chhorz.openapi.common.domain
Uses of
SecurityRequirement
in
com.github.chhorz.openapi.common.domain
Methods in
com.github.chhorz.openapi.common.domain
that return types with arguments of type
SecurityRequirement
Modifier and Type
Method
Description
List
<
SecurityRequirement
>
OpenAPI.
getSecurity
()
Method parameters in
com.github.chhorz.openapi.common.domain
with type arguments of type
SecurityRequirement
Modifier and Type
Method
Description
void
OpenAPI.
setSecurity
(
List
<
SecurityRequirement
> security)