We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f81211 commit 14af5d9Copy full SHA for 14af5d9
spring-webflux/src/main/java/org/springframework/web/reactive/function/client/WebClient.java
@@ -479,11 +479,6 @@ interface RequestHeadersSpec<S extends RequestHeadersSpec<S>> {
479
* .accept(MediaType.APPLICATION_JSON)
480
* .retrieve()
481
* .bodyToMono(Pojo.class);
482
- *
483
- * Mono<ResponseEntity<Pojo>> entityMono = client.get().uri("/")
484
- * .accept(MediaType.APPLICATION_JSON)
485
- * .retrieve()
486
- * .bodyToEntity(Pojo.class);
487
* </pre>
488
* @return spec with options for extracting the response body
489
*/
0 commit comments