Uses of Enum Class
com.github.chhorz.openapi.common.domain.Parameter.In
Packages that use Parameter.In
-
Uses of Parameter.In in com.github.chhorz.openapi.common.domain
Methods in com.github.chhorz.openapi.common.domain that return Parameter.InModifier and TypeMethodDescriptionParameter.getIn()
static Parameter.In
Returns the enum constant of this class with the specified name.static Parameter.In[]
Parameter.In.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.chhorz.openapi.common.domain with parameters of type Parameter.In