Uses of Interface
org.bremersee.web.reactive.function.client.proxy.RequestBodyInserter
-
Packages that use RequestBodyInserter Package Description org.bremersee.web.reactive.function.client.proxy -
-
Uses of RequestBodyInserter in org.bremersee.web.reactive.function.client.proxy
Classes in org.bremersee.web.reactive.function.client.proxy that implement RequestBodyInserter Modifier and Type Class Description static class
RequestBodyInserter.Default
The default request body inserter.Methods in org.bremersee.web.reactive.function.client.proxy that return RequestBodyInserter Modifier and Type Method Description static RequestBodyInserter
RequestBodyInserter. defaultInserter()
Default request body inserter.Constructors in org.bremersee.web.reactive.function.client.proxy with parameters of type RequestBodyInserter Constructor Description InvocationFunctions(RequestUriSpecBuilder uriSpecBuilder, RequestUriBuilder uriBuilder, RequestHeadersBuilder headersBuilder, RequestCookiesBuilder cookiesBuilder, RequestBodyInserter bodyInserter, Predicate<org.springframework.http.HttpStatus> errorDetector, WebClientErrorDecoder<? extends Throwable> errorDecoder, RequestResponseBuilder responseBuilder)
Instantiates new invocation functions.
-