Uses of Class
io.swagger.v3.oas.annotations.enums.ParameterIn
-
Packages that use ParameterIn Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.enums -
-
Uses of ParameterIn in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return ParameterIn Modifier and Type Method Description ParameterIn
in()
The location of the parameter. -
Uses of ParameterIn in io.swagger.v3.oas.annotations.enums
Methods in io.swagger.v3.oas.annotations.enums that return ParameterIn Modifier and Type Method Description static ParameterIn
ParameterIn. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterIn[]
ParameterIn. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-