Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
-
Packages that use ParameterIn 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 ParameterIn in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.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. -
Uses of ParameterIn in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters that return ParameterIn Modifier and Type Method Description ParameterIn
in()
The location of the parameter.
-