Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersSpec
Packages that use WebTestClient.RequestHeadersSpec
-
Uses of WebTestClient.RequestHeadersSpec in org.springframework.test.web.reactive.server
Classes in org.springframework.test.web.reactive.server with type parameters of type WebTestClient.RequestHeadersSpecModifier and TypeInterfaceDescriptionstatic interfaceSpecification for adding request headers and performing an exchange.static interfaceSpecification for providing request headers and the URI of a request.static interfaceWebTestClient.UriSpec<S extends WebTestClient.RequestHeadersSpec<?>>Specification for providing the URI of a request.Subinterfaces of WebTestClient.RequestHeadersSpec in org.springframework.test.web.reactive.serverModifier and TypeInterfaceDescriptionstatic interfaceSpecification for providing body of a request.static interfaceSpecification for providing the body and the URI of a request.static interfaceSpecification for providing request headers and the URI of a request.Methods in org.springframework.test.web.reactive.server that return WebTestClient.RequestHeadersSpecModifier and TypeMethodDescriptionSet the body from the given producer.WebTestClient.RequestBodySpec.body(Object producer, ParameterizedTypeReference<?> elementTypeRef) Set the body from the given producer.WebTestClient.RequestBodySpec.body(BodyInserter<?, ? super ClientHttpRequest> inserter) Set the body of the request to the givenBodyInserter.<T,S extends Publisher<T>>
WebTestClient.RequestHeadersSpec<?>Set the body from the givenPublisher.<T,S extends Publisher<T>>
WebTestClient.RequestHeadersSpec<?>WebTestClient.RequestBodySpec.body(S publisher, ParameterizedTypeReference<T> elementTypeRef) Variant ofWebTestClient.RequestBodySpec.body(Publisher, Class)that allows providing element type information with generics.Set the body to the givenObjectvalue.Deprecated.
WebTestClient.RequestBodySpec.bodyValue(Object)