Uses of Class
io.swagger.v3.oas.annotations.enums.ParameterStyle
-
Packages that use ParameterStyle Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.enums -
-
Uses of ParameterStyle in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return ParameterStyle Modifier and Type Method Description ParameterStyle
style()
Describes how the parameter value will be serialized depending on the type of the parameter value. -
Uses of ParameterStyle in io.swagger.v3.oas.annotations.enums
Methods in io.swagger.v3.oas.annotations.enums that return ParameterStyle Modifier and Type Method Description static ParameterStyle
ParameterStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterStyle[]
ParameterStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-