public interface MockMvcBuilderCustomizer
ConfigurableMockMvcBuilder
. Any
MockMvcBuilderCustomizer
beans found in the application context will be
called
to customize the auto-configured MockMvcBuilder
.MockMvcAutoConfiguration
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
Customize the given
builder . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.