Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.Explode
-
Packages that use Explode Package Description org.eclipse.microprofile.openapi.annotations.enums A set of parameters used by other annotations to represent their enumerable properties.org.eclipse.microprofile.openapi.annotations.parameters A set of annotations to describe and encapsulate operation parameters and operation's request body. -
-
Uses of Explode in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.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. -
Uses of Explode in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters 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.
-