Uses of Class
io.swagger.v3.oas.annotations.Parameter
-
Packages that use Parameter Package Description io.swagger.v3.oas.annotations -
-
Uses of Parameter in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return Parameter Modifier and Type Method Description Parameter[]
parameters()
An optional array of parameters which will be added to any automatically detected parameters in the method itself.Parameter[]
value()
An array of Parameters Objects for the operation
-