File tree 14 files changed +15
-15
lines changed
spring-test/src/main/java/org/springframework/test/web/reactive/server
spring-web/src/main/java/org/springframework
spring-webflux/src/main/java/org/springframework/web/reactive/function
spring-webmvc/src/main/java/org/springframework/web/servlet/function
14 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ interface Builder {
403
403
* Manipulate the default headers with the given consumer. The
404
404
* headers provided to the consumer are "live", so that the consumer can be used to
405
405
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
406
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
406
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
407
407
* {@link HttpHeaders} methods.
408
408
* @param headersConsumer a function that consumes the {@code HttpHeaders}
409
409
* @return this builder
@@ -646,7 +646,7 @@ interface RequestHeadersSpec<S extends RequestHeadersSpec<S>> {
646
646
* Manipulate the request's headers with the given consumer. The
647
647
* headers provided to the consumer are "live", so that the consumer can be used to
648
648
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
649
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
649
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
650
650
* {@link HttpHeaders} methods.
651
651
* @param headersConsumer a function that consumes the {@code HttpHeaders}
652
652
* @return this builder
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ public interface HeadersBuilder<B extends HeadersBuilder<B>> {
489
489
* Manipulate this entity's headers with the given consumer. The
490
490
* headers provided to the consumer are "live", so that the consumer can be used to
491
491
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
492
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
492
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
493
493
* {@link HttpHeaders} methods.
494
494
* @param headersConsumer a function that consumes the {@code HttpHeaders}
495
495
* @return this builder
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ public interface HeadersBuilder<B extends HeadersBuilder<B>> {
423
423
* Manipulate this entity's headers with the given consumer. The
424
424
* headers provided to the consumer are "live", so that the consumer can be used to
425
425
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
426
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
426
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
427
427
* {@link HttpHeaders} methods.
428
428
* @param headersConsumer a function that consumes the {@code HttpHeaders}
429
429
* @return this builder
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ interface Builder {
164
164
* Manipulate request headers. The provided {@code HttpHeaders} contains
165
165
* current request headers, so that the {@code Consumer} can
166
166
* {@linkplain HttpHeaders#set(String, String) overwrite} or
167
- * {@linkplain HttpHeaders#remove(Object ) remove} existing values, or
167
+ * {@linkplain HttpHeaders#remove(String ) remove} existing values, or
168
168
* use any other {@link HttpHeaders} methods.
169
169
* @see #header(String, String...)
170
170
*/
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ interface Builder {
239
239
/**
240
240
* Manipulate this response's headers with the given consumer. This is
241
241
* useful to {@linkplain HttpHeaders#set(String, String) overwrite} or
242
- * {@linkplain HttpHeaders#remove(Object ) remove} existing values, or
242
+ * {@linkplain HttpHeaders#remove(String ) remove} existing values, or
243
243
* use any other {@link HttpHeaders} methods.
244
244
* @param headersConsumer a function that consumes the {@code HttpHeaders}
245
245
* @return the same builder instance
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ interface Builder {
190
190
* Manipulate this request's headers with the given consumer. The
191
191
* headers provided to the consumer are "live", so that the consumer can be used to
192
192
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
193
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
193
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
194
194
* {@link HttpHeaders} methods.
195
195
* @param headersConsumer a function that consumes the {@code HttpHeaders}
196
196
* @return this builder
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ interface Builder {
343
343
* Manipulate this response's headers with the given consumer.
344
344
* <p>The headers provided to the consumer are "live", so that the consumer
345
345
* can be used to {@linkplain HttpHeaders#set(String, String) overwrite}
346
- * existing header values, {@linkplain HttpHeaders#remove(Object ) remove}
346
+ * existing header values, {@linkplain HttpHeaders#remove(String ) remove}
347
347
* values, or use any of the other {@link HttpHeaders} methods.
348
348
* @param headersConsumer a function that consumes the {@code HttpHeaders}
349
349
* @return this builder
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ interface Builder<T> {
153
153
* Manipulate this entity's headers with the given consumer. The
154
154
* headers provided to the consumer are "live", so that the consumer can be used to
155
155
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
156
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
156
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
157
157
* {@link HttpHeaders} methods.
158
158
* @param headersConsumer a function that consumes the {@code HttpHeaders}
159
159
* @return this builder
Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ interface Builder {
572
572
* Manipulate this request's headers with the given consumer.
573
573
* <p>The headers provided to the consumer are "live", so that the consumer can be used to
574
574
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
575
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
575
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
576
576
* {@link HttpHeaders} methods.
577
577
* @param headersConsumer a function that consumes the {@code HttpHeaders}
578
578
* @return this builder
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ interface HeadersBuilder<B extends HeadersBuilder<B>> {
241
241
* Manipulate this response's headers with the given consumer. The
242
242
* headers provided to the consumer are "live", so that the consumer can be used to
243
243
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
244
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
244
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
245
245
* {@link HttpHeaders} methods.
246
246
* @param headersConsumer a function that consumes the {@code HttpHeaders}
247
247
* @return this builder
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ interface Builder<T> {
90
90
* Manipulate this response's headers with the given consumer. The
91
91
* headers provided to the consumer are "live", so that the consumer can be used to
92
92
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
93
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
93
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
94
94
* {@link HttpHeaders} methods.
95
95
* @param headersConsumer a function that consumes the {@code HttpHeaders}
96
96
* @return this builder
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ interface Builder {
123
123
* Manipulate this response's headers with the given consumer. The
124
124
* headers provided to the consumer are "live", so that the consumer can be used to
125
125
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
126
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
126
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
127
127
* {@link HttpHeaders} methods.
128
128
* @param headersConsumer a function that consumes the {@code HttpHeaders}
129
129
* @return this builder
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ interface Builder {
510
510
* Manipulate this request's headers with the given consumer.
511
511
* <p>The headers provided to the consumer are "live", so that the consumer can be used to
512
512
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
513
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
513
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
514
514
* {@link HttpHeaders} methods.
515
515
* @param headersConsumer a function that consumes the {@code HttpHeaders}
516
516
* @return this builder
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ interface HeadersBuilder<B extends HeadersBuilder<B>> {
340
340
* Manipulate this response's headers with the given consumer. The
341
341
* headers provided to the consumer are "live", so that the consumer can be used to
342
342
* {@linkplain HttpHeaders#set(String, String) overwrite} existing header values,
343
- * {@linkplain HttpHeaders#remove(Object ) remove} values, or use any of the other
343
+ * {@linkplain HttpHeaders#remove(String ) remove} values, or use any of the other
344
344
* {@link HttpHeaders} methods.
345
345
* @param headersConsumer a function that consumes the {@code HttpHeaders}
346
346
* @return this builder
You can’t perform that action at this time.
0 commit comments