Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.ParameterStyle
-
Packages that use ParameterStyle 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 ParameterStyle in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.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. -
Uses of ParameterStyle in org.eclipse.microprofile.openapi.annotations.parameters
Methods in org.eclipse.microprofile.openapi.annotations.parameters 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.
-