Class SingleBodyInserter<T>

    • Constructor Detail

      • SingleBodyInserter

        public SingleBodyInserter()
    • Method Detail

      • apply

        public org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?> apply​(Invocation invocation,
                                                                                                         org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec requestBodyUriSpec)
      • insert

        protected abstract org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec<?> insert​(T body,
                                                                                                                      org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec requestBodyUriSpec)
        Insert request headers uri spec.
        Parameters:
        body - the body
        requestBodyUriSpec - the request body uri spec
        Returns:
        the request headers uri spec
      • mapBody

        protected abstract T mapBody​(InvocationParameter invocationParameter)
        Map body.
        Parameters:
        invocationParameter - the invocation parameter
        Returns:
        the t