Class UriConfigurer

java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
org.springframework.restdocs.config.AbstractNestedConfigurer<MockMvcRestDocumentationConfigurer>
org.springframework.restdocs.mockmvc.UriConfigurer
All Implemented Interfaces:
MockMvcConfigurer

public class UriConfigurer extends org.springframework.restdocs.config.AbstractNestedConfigurer<MockMvcRestDocumentationConfigurer> implements MockMvcConfigurer
A configurer that can be used to configure the documented URIs.
Author:
Andy Wilkinson