Uses of Class
io.swagger.models.HttpMethod
-
Packages that use HttpMethod Package Description io.swagger.models -
-
Uses of HttpMethod in io.swagger.models
Methods in io.swagger.models that return HttpMethod Modifier and Type Method Description static HttpMethod
HttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpMethod[]
HttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.models that return types with arguments of type HttpMethod Modifier and Type Method Description Map<HttpMethod,Operation>
Path. getOperationMap()
-