Uses of Interface
org.springframework.test.web.servlet.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.client
Modifier and TypeMethodDescription<T extends B>
TMockMvcWebTestClient.MockMvcServerSpec.dispatcherServletCustomizer
(DispatcherServletCustomizer customizer) Allow customization ofDispatcherServlet
. -
Uses of DispatcherServletCustomizer in org.springframework.test.web.servlet.setup
Modifier 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 anyDispatcherServlet
property.