Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.RequestHeadersSpec
Packages that use RestTestClient.RequestHeadersSpec
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.-
Uses of RestTestClient.RequestHeadersSpec in org.springframework.test.web.servlet.client
Classes in org.springframework.test.web.servlet.client with type parameters of type RestTestClient.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 interfaceRestTestClient.UriSpec<S extends RestTestClient.RequestHeadersSpec<?>>Specification for providing the URI of a request.Subinterfaces of RestTestClient.RequestHeadersSpec in org.springframework.test.web.servlet.clientModifier and TypeInterfaceDescriptionstatic interfaceSpecification for providing the 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.servlet.client that return RestTestClient.RequestHeadersSpecModifier and TypeMethodDescriptionSet the body to the givenObjectvalue.