Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec
Packages that use WebClient.RequestBodyUriSpec
Package
Description
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.- 
Uses of WebClient.RequestBodyUriSpec in org.springframework.web.reactive.function.clientMethods in org.springframework.web.reactive.function.client that return WebClient.RequestBodyUriSpecModifier and TypeMethodDescriptionWebClient.method(HttpMethod method) Start building a request for the givenHttpMethod.WebClient.patch()Start building an HTTP PATCH request.WebClient.post()Start building an HTTP POST request.WebClient.put()Start building an HTTP PUT request.