| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
MockClient |
MockClient.add(HttpMethod method,
String url,
feign.Response.Builder response) |
MockClient |
MockClient.noContent(HttpMethod method,
String url) |
MockClient |
MockClient.ok(HttpMethod method,
String url,
byte[] data) |
MockClient |
MockClient.ok(HttpMethod method,
String url,
InputStream input) |
MockClient |
MockClient.ok(HttpMethod method,
String url,
String text) |
void |
MockClient.verifyNever(HttpMethod method,
String url) |
feign.Request |
MockClient.verifyOne(HttpMethod method,
String url) |
List<feign.Request> |
MockClient.verifyTimes(HttpMethod method,
String url,
int times) |
| Constructor and Description |
|---|
RequestKey(HttpMethod method,
String url) |
Copyright © 2016–2017. All rights reserved.