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 Summary
Modifier and TypeMethodDescriptionvoid
customize
(DispatcherServlet dispatcherServlet) Customize the suppliedDispatcherServlet
before it is initialized.
-
Method Details
-
customize
Customize the suppliedDispatcherServlet
before it is initialized.- Parameters:
dispatcherServlet
- the dispatcher servlet to customize
-