public class RestDocsMockMvcBuilderCustomizer extends java.lang.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 java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void customize(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
MockMvcBuilderCustomizerbuilder.customize in interface MockMvcBuilderCustomizerbuilder - the builder