Uses of Class
org.springframework.restdocs.config.OperationPreprocessorsConfigurer
Packages that use 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
Subclasses of OperationPreprocessorsConfigurer in org.springframework.restdocs.mockmvcModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors. -
Uses of OperationPreprocessorsConfigurer in org.springframework.restdocs.restassured
Subclasses of OperationPreprocessorsConfigurer in org.springframework.restdocs.restassuredModifier 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.