parent
2f812112c2
commit
14af5d941a
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue