| Package and Description |
|---|
| org.springframework.restdocs.curl
Since 1.1 in favor of functionality in
org.springframework.restdocs.cli |
| Class and Description |
|---|
| org.springframework.restdocs.curl.CurlDocumentation
Since 1.1 in favor of
CliDocumentation. |
| org.springframework.restdocs.curl.CurlRequestSnippet
Since 1.1 in favor of
CurlRequestSnippet. |
| org.springframework.restdocs.cli.QueryStringParser
since 1.1.2 in favor of
QueryStringParser |
| org.springframework.restdocs.RestDocumentation
Since 1.1 in favor of
JUnitRestDocumentation |
| Method and Description |
|---|
| org.springframework.restdocs.generate.RestDocumentationGenerator.addSnippets(Snippet...)
since 1.1 in favor of
RestDocumentationGenerator.withSnippets(Snippet...) |
| org.springframework.restdocs.curl.CurlDocumentation.curlRequest()
Since 1.1 in favor of
CliDocumentation.curlRequest(). |
| org.springframework.restdocs.curl.CurlDocumentation.curlRequest(Map<String, Object>)
Since 1.1 in favor of
CliDocumentation.curlRequest(Map). |
| org.springframework.restdocs.request.AbstractParametersSnippet.getFieldDescriptors()
since 1.1.0 in favor of
AbstractParametersSnippet.getParameterDescriptors() |
| org.springframework.restdocs.snippet.WriterResolver.setEncoding(String)
since 1.1.0 in favour of configuring the encoding when to resolver is
created
|
| org.springframework.restdocs.snippet.StandardWriterResolver.setEncoding(String) |