Uses of Interface
org.springframework.test.web.servlet.client.RestTestClient.RequestBodySpec
Packages that use RestTestClient.RequestBodySpec
Package
Description
Support for testing Spring MVC applications via
RestTestClient with
MockMvc for server request handling.- 
Uses of RestTestClient.RequestBodySpec in org.springframework.test.web.servlet.client
Subinterfaces of RestTestClient.RequestBodySpec in org.springframework.test.web.servlet.clientModifier and TypeInterfaceDescriptionstatic interfaceSpecification for providing the body and the URI of a request.Subinterfaces with type arguments of type RestTestClient.RequestBodySpec 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.Methods in org.springframework.test.web.servlet.client that return RestTestClient.RequestBodySpecModifier and TypeMethodDescriptionRestTestClient.RequestBodySpec.contentLength(long contentLength) Set the length of the body in bytes, as specified by theContent-Lengthheader.RestTestClient.RequestBodySpec.contentType(MediaType contentType) Set the media type of the body, as specified by theContent-Typeheader.