Interface DispatcherServletCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface for customizing 
DispatcherServlet instances that are
 managed by MockMvc.- Since:
- 4.3.4
- Author:
- Stephane Nicoll
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(DispatcherServlet dispatcherServlet) Customize the suppliedDispatcherServletbefore it is initialized.
- 
Method Details- 
customizeCustomize the suppliedDispatcherServletbefore it is initialized.- Parameters:
- dispatcherServlet- the dispatcher servlet to customize
 
 
-