Package | Description |
---|---|
org.springframework.restdocs.mockmvc |
Core classes for using Spring REST Docs with Spring Test's MockMvc.
|
Modifier and Type | Method and Description |
---|---|
UriConfigurer |
MockMvcRestDocumentationConfigurer.uris()
Returns a
UriConfigurer that can be used to configure the request URIs that
will be documented. |
UriConfigurer |
UriConfigurer.withHost(java.lang.String host)
Configures any documented URIs to use the given
host . |
UriConfigurer |
UriConfigurer.withPort(int port)
Configures any documented URIs to use the given
port . |
UriConfigurer |
UriConfigurer.withScheme(java.lang.String scheme)
Configures any documented URIs to use the given
scheme . |