Uses of Class
io.swagger.v3.oas.annotations.enums.Explode
-
Packages that use Explode Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.enums -
-
Uses of Explode in io.swagger.v3.oas.annotations
Methods in io.swagger.v3.oas.annotations that return Explode Modifier and Type Method Description Explode
explode()
When this is true, parameter values of type array or object generate separate parameters for each value of the array or key-value pair of the map. -
Uses of Explode in io.swagger.v3.oas.annotations.enums
Methods in io.swagger.v3.oas.annotations.enums that return Explode Modifier and Type Method Description static Explode
Explode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Explode[]
Explode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-