public abstract class MockMvcBuilderSupport extends Object
MockMvc instance.
 DefaultMockMvcBuilder,
 which derives from this class, provides a concrete build method,
 and delegates to abstract methods to obtain a WebApplicationContext.
| Constructor and Description | 
|---|
MockMvcBuilderSupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected MockMvc | 
createMockMvc(Filter[] filters,
             MockServletConfig servletConfig,
             WebApplicationContext webAppContext,
             RequestBuilder defaultRequestBuilder,
             Charset defaultResponseCharacterEncoding,
             List<ResultMatcher> globalResultMatchers,
             List<ResultHandler> globalResultHandlers,
             List<DispatcherServletCustomizer> dispatcherServletCustomizers)
Delegates to  
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List, List, List)
 for creation of the MockMvc instance and configures that instance
 with the supplied defaultResponseCharacterEncoding. | 
protected MockMvc | 
createMockMvc(Filter[] filters,
             MockServletConfig servletConfig,
             WebApplicationContext webAppContext,
             RequestBuilder defaultRequestBuilder,
             List<ResultMatcher> globalResultMatchers,
             List<ResultHandler> globalResultHandlers,
             List<DispatcherServletCustomizer> dispatcherServletCustomizers)  | 
protected final MockMvc createMockMvc(Filter[] filters, MockServletConfig servletConfig, WebApplicationContext webAppContext, @Nullable RequestBuilder defaultRequestBuilder, @Nullable Charset defaultResponseCharacterEncoding, List<ResultMatcher> globalResultMatchers, List<ResultHandler> globalResultHandlers, @Nullable List<DispatcherServletCustomizer> dispatcherServletCustomizers)
createMockMvc(Filter[], MockServletConfig, WebApplicationContext, RequestBuilder, List, List, List)
 for creation of the MockMvc instance and configures that instance
 with the supplied defaultResponseCharacterEncoding.protected final MockMvc createMockMvc(Filter[] filters, MockServletConfig servletConfig, WebApplicationContext webAppContext, @Nullable RequestBuilder defaultRequestBuilder, List<ResultMatcher> globalResultMatchers, List<ResultHandler> globalResultHandlers, @Nullable List<DispatcherServletCustomizer> dispatcherServletCustomizers)