Uses of Class
org.springframework.restdocs.restassured.RestDocumentationFilter
Packages that use RestDocumentationFilter
Package
Description
Core classes for using Spring REST Docs with REST Assured.
-
Uses of RestDocumentationFilter in org.springframework.restdocs.restassured
Methods in org.springframework.restdocs.restassured that return RestDocumentationFilterModifier and TypeMethodDescriptionstatic RestDocumentationFilterRestAssuredRestDocumentation.document(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.static RestDocumentationFilterRestAssuredRestDocumentation.document(String identifier, OperationRequestPreprocessor requestPreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.static RestDocumentationFilterRestAssuredRestDocumentation.document(String identifier, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.static RestDocumentationFilterDocuments the API call with the givenidentifierusing the givensnippets.final RestDocumentationFilterCreates a newRestDocumentationFilterthat will produce documentation using the givensnippets.