| 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.RestDocumentation
Since 1.1 in favor of
JUnitRestDocumentation |
| Method and Description |
|---|
| 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.mockmvc.MockMvcRestDocumentation.documentationConfiguration(RestDocumentation)
Since 1.1 in favor of
MockMvcRestDocumentation.documentationConfiguration(RestDocumentationContextProvider) |
| org.springframework.restdocs.request.AbstractParametersSnippet.getFieldDescriptors()
since 1.1.0 in favor of
AbstractParametersSnippet.getParameterDescriptors() |
| org.springframework.restdocs.snippet.StandardWriterResolver.setEncoding(String) |
| org.springframework.restdocs.snippet.WriterResolver.setEncoding(String)
since 1.1.0 in favour of configuring the encoding when to resolver is
created
|