mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 05:49:04 +00:00
HttpRequestValues.Processor exposes MethodParameter[]
Closes gh-35148
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ class HttpServiceMethodTests {
|
||||
|
||||
HttpServiceProxyFactory.builder()
|
||||
.exchangeAdapter(this.client)
|
||||
.httpRequestValuesProcessor((m, a, builder) -> builder.addAttribute("foo", "a"))
|
||||
.httpRequestValuesProcessor((m, p, a, builder) -> builder.addAttribute("foo", "a"))
|
||||
.build()
|
||||
.createClient(Service.class)
|
||||
.execute();
|
||||
|
||||
Reference in New Issue
Block a user