Uses of Interface
org.springframework.test.web.servlet.DispatcherServletCustomizer
Packages that use DispatcherServletCustomizer
Package
Description
Support for testing Spring MVC applications via
 
WebTestClient
 with MockMvc for server request
 handling.Contains built-in 
MockMvcBuilder implementations.- 
Uses of DispatcherServletCustomizer in org.springframework.test.web.servlet.clientMethods in org.springframework.test.web.servlet.client with parameters of type DispatcherServletCustomizerModifier and TypeMethodDescription<T extends B>
 TMockMvcWebTestClient.MockMvcServerSpec.dispatcherServletCustomizer(DispatcherServletCustomizer customizer) Allow customization ofDispatcherServlet.
- 
Uses of DispatcherServletCustomizer in org.springframework.test.web.servlet.setupMethods in org.springframework.test.web.servlet.setup with parameters of type DispatcherServletCustomizerModifier and TypeMethodDescriptionfinal <T extends B>
 TAbstractMockMvcBuilder.addDispatcherServletCustomizer(DispatcherServletCustomizer customizer) <T extends B>
 TConfigurableMockMvcBuilder.addDispatcherServletCustomizer(DispatcherServletCustomizer customizer) A more advanced variant ofConfigurableMockMvcBuilder.dispatchOptions(boolean)that allows customizing anyDispatcherServletproperty.