Class MockMvcRestDocumentationConfigurer

java.lang.Object
org.springframework.restdocs.config.RestDocumentationConfigurer<MockMvcSnippetConfigurer,MockMvcOperationPreprocessorsConfigurer,MockMvcRestDocumentationConfigurer>
org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer
All Implemented Interfaces:
MockMvcConfigurer

public final class MockMvcRestDocumentationConfigurer extends org.springframework.restdocs.config.RestDocumentationConfigurer<MockMvcSnippetConfigurer,MockMvcOperationPreprocessorsConfigurer,MockMvcRestDocumentationConfigurer> implements MockMvcConfigurer
A MockMvc-specific RestDocumentationConfigurer.
Since:
1.1.0
Author:
Andy Wilkinson, Filip Hrisafov