public class RestDocsMockMvcBuilderCustomizer extends Object implements org.springframework.beans.factory.InitializingBean, MockMvcBuilderCustomizer
MockMvcBuilderCustomizer
that configures Spring REST Docs.Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
customize(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
Customize the given
builder . |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void customize(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
MockMvcBuilderCustomizer
builder
.customize
in interface MockMvcBuilderCustomizer
builder
- the builderCopyright © 2020 Pivotal Software, Inc.. All rights reserved.