Uses of Interface
org.springframework.test.web.servlet.SmartRequestBuilder
Packages that use SmartRequestBuilder
-
Uses of SmartRequestBuilder in org.springframework.test.web.servlet.request
Subinterfaces of SmartRequestBuilder in org.springframework.test.web.servlet.requestModifier and TypeInterfaceDescriptioninterface
An extension ofSmartRequestBuilder
that can be configured withRequestPostProcessors
.Classes in org.springframework.test.web.servlet.request that implement SmartRequestBuilderModifier and TypeClassDescriptionclass
Default builder forMockHttpServletRequest
required as input to perform requests inMockMvc
.class
Default builder forMockMultipartHttpServletRequest
.