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. |
String |
getUriHost() |
Integer |
getUriPort() |
String |
getUriScheme() |
void |
setUriHost(String uriHost) |
void |
setUriPort(Integer uriPort) |
void |
setUriScheme(String uriScheme) |
public String getUriScheme()
public void setUriScheme(String uriScheme)
public String getUriHost()
public void setUriHost(String uriHost)
public Integer getUriPort()
public void setUriPort(Integer uriPort)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void customize(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
MockMvcBuilderCustomizerbuilder.customize in interface MockMvcBuilderCustomizerbuilder - the builderCopyright © 2019 Pivotal Software, Inc.. All rights reserved.