Javadoc
Issue: SPR-15912
This commit is contained in:
@@ -479,11 +479,6 @@ public interface WebClient {
|
||||
* .accept(MediaType.APPLICATION_JSON)
|
||||
* .retrieve()
|
||||
* .bodyToMono(Pojo.class);
|
||||
*
|
||||
* Mono<ResponseEntity<Pojo>> entityMono = client.get().uri("/")
|
||||
* .accept(MediaType.APPLICATION_JSON)
|
||||
* .retrieve()
|
||||
* .bodyToEntity(Pojo.class);
|
||||
* </pre>
|
||||
* @return spec with options for extracting the response body
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user