Uses of Class
org.springframework.restdocs.mockmvc.UriConfigurer
Packages that use UriConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
-
Uses of UriConfigurer in org.springframework.restdocs.mockmvc
Methods in org.springframework.restdocs.mockmvc that return UriConfigurerModifier and TypeMethodDescriptionMockMvcRestDocumentationConfigurer.uris()
Returns aUriConfigurer
that can be used to configure the request URIs that will be documented.Configures any documented URIs to use the givenhost
.UriConfigurer.withPort
(int port) Configures any documented URIs to use the givenport
.UriConfigurer.withScheme
(String scheme) Configures any documented URIs to use the givenscheme
.