Interface ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>>
- Type Parameters:
B
- a self reference to the builder type
- All Superinterfaces:
RequestBuilder
,SmartRequestBuilder
- All Known Implementing Classes:
MockHttpServletRequestBuilder
,MockMultipartHttpServletRequestBuilder
public interface ConfigurableSmartRequestBuilder<B extends ConfigurableSmartRequestBuilder<B>>
extends SmartRequestBuilder
An extension of
SmartRequestBuilder
that can be configured with RequestPostProcessors
.- Since:
- 4.1
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionwith
(RequestPostProcessor requestPostProcessor) Add the givenRequestPostProcessor
.Methods inherited from interface org.springframework.test.web.servlet.RequestBuilder
buildRequest
Methods inherited from interface org.springframework.test.web.servlet.SmartRequestBuilder
postProcessRequest
-
Method Details
-
with
Add the givenRequestPostProcessor
.
-