| Package | Description |
|---|---|
| org.springframework.cloud.contract.spec.internal |
| Modifier and Type | Method and Description |
|---|---|
HttpMethods.HttpMethod |
HttpMethods.DELETE()
Deprecated.
Replaced by
HttpMethods.DELETE. |
HttpMethods.HttpMethod |
HttpMethods.GET()
Deprecated.
Replaced by
HttpMethods.GET. |
HttpMethods.HttpMethod |
HttpMethods.HEAD()
Deprecated.
Replaced by
HttpMethods.HEAD. |
HttpMethods.HttpMethod |
HttpMethods.OPTIONS()
Deprecated.
Replaced by
HttpMethods.OPTIONS. |
HttpMethods.HttpMethod |
HttpMethods.PATCH()
Deprecated.
Replaced by
HttpMethods.PATCH. |
HttpMethods.HttpMethod |
HttpMethods.POST()
Deprecated.
Replaced by
HttpMethods.POST. |
HttpMethods.HttpMethod |
HttpMethods.PUT()
Deprecated.
Replaced by
HttpMethods.PUT. |
HttpMethods.HttpMethod |
HttpMethods.TRACE()
Deprecated.
Replaced by
HttpMethods.TRACE. |
static HttpMethods.HttpMethod |
HttpMethods.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods.HttpMethod[] |
HttpMethods.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.method(HttpMethods.HttpMethod httpMethod)
Deprecated.
In favor of
method(String method) |
Copyright © 2016–2019 Spring. All rights reserved.