Uses of Enum
org.eclipse.microprofile.openapi.annotations.enums.ParameterIn
Packages that use ParameterIn
Package
Description
A set of parameters used by other annotations to represent their enumerable properties.
-
Uses of ParameterIn in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.annotations.enums that return ParameterInModifier and TypeMethodDescriptionstatic ParameterInReturns 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.