DefaultWebTestClient.DefaultRequestBodyUriSpec.body(cn.taketoday.web.reactive.function.BodyInserter<?,? super cn.taketoday.http.client.reactive.ClientHttpRequest> inserter)
DefaultWebTestClient.DefaultRequestBodyUriSpec.body(Object producer,
cn.taketoday.core.ParameterizedTypeReference<?> elementTypeRef)
DefaultWebTestClient.DefaultRequestBodyUriSpec.body(Object producer,
Class<?> elementClass)
DefaultWebTestClient.DefaultRequestBodyUriSpec.body(P publisher,
cn.taketoday.core.ParameterizedTypeReference<T> elementTypeRef)
DefaultWebTestClient.DefaultRequestBodyUriSpec.body(P publisher,
Class<T> elementClass)
WebTestClient.RequestBodySpec.body(cn.taketoday.web.reactive.function.BodyInserter<?,? super cn.taketoday.http.client.reactive.ClientHttpRequest> inserter)
Set the body of the request to the given BodyInserter.
WebTestClient.RequestBodySpec.body(Object producer,
cn.taketoday.core.ParameterizedTypeReference<?> elementTypeRef)
Set the body from the given producer.
Set the body from the given producer.
WebTestClient.RequestBodySpec.body(S publisher,
cn.taketoday.core.ParameterizedTypeReference<T> elementTypeRef)
WebTestClient.RequestBodySpec.body(S publisher,
Class<T> elementClass)
Set the body from the given Publisher.
Set the body to the given Object value.