Uses of Interface
org.springframework.test.web.servlet.SmartRequestBuilder
Packages that use SmartRequestBuilder
-
Uses of SmartRequestBuilder in org.springframework.test.web.servlet.assertj
Classes in org.springframework.test.web.servlet.assertj that implement SmartRequestBuilderModifier and TypeClassDescriptionfinal classA builder forMockHttpServletRequestthat supports AssertJ. -
Uses of SmartRequestBuilder in org.springframework.test.web.servlet.request
Subinterfaces of SmartRequestBuilder in org.springframework.test.web.servlet.requestModifier and TypeInterfaceDescriptioninterfaceAn extension ofSmartRequestBuilderthat can be configured withRequestPostProcessors.Classes in org.springframework.test.web.servlet.request that implement SmartRequestBuilderModifier and TypeClassDescriptionclassBase builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.classDefault builder forMockHttpServletRequestrequired as input to perform requests inMockMvc.classDefault builder forMockMultipartHttpServletRequest.