static MockRestServiceServer.MockRestServiceServerBuilder | MockRestServiceServer.bindTo(AsyncRestTemplate asyncRestTemplate) | 已过时。 |
|---|
static MockRestServiceServer.MockRestServiceServerBuilder | MockRestServiceServer.bindTo(RestTemplate restTemplate) | Return a builder for a MockRestServiceServer that should be used to reply to the given RestTemplate. |
|---|
static MockRestServiceServer.MockRestServiceServerBuilder | MockRestServiceServer.bindTo(RestGatewaySupport restGatewaySupport) | Return a builder for a MockRestServiceServer that should be used to reply to the given RestGatewaySupport. |
|---|
MockRestServiceServer.MockRestServiceServerBuilder | MockRestServiceServer.MockRestServiceServerBuilder.bufferContent() | |
|---|
MockRestServiceServer.MockRestServiceServerBuilder | MockRestServiceServer.MockRestServiceServerBuilder.ignoreExpectOrder(boolean ignoreExpectOrder) | Whether to allow expected requests to be executed in any order not necessarily matching the order of declaration. |
|---|