Uses of Class
org.springframework.restdocs.config.OperationPreprocessorsConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Test's MockMvc.
Core classes for using Spring REST Docs with REST Assured.
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Uses of OperationPreprocessorsConfigurer in org.springframework.restdocs.mockmvc
Modifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors. -
Uses of OperationPreprocessorsConfigurer in org.springframework.restdocs.restassured
Modifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors when using REST Assured. -
Uses of OperationPreprocessorsConfigurer in org.springframework.restdocs.webtestclient
Modifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors.