mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +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