| Class and Description |
|---|
| org.springframework.restdocs.RestDocumentation
Since 1.1 in favor of
JUnitRestDocumentation |
| Method and Description |
|---|
| org.springframework.restdocs.mockmvc.MockMvcRestDocumentation.documentationConfiguration(RestDocumentation)
Since 1.1 in favor of
MockMvcRestDocumentation.documentationConfiguration(RestDocumentationContextProvider) |
| org.springframework.restdocs.snippet.WriterResolver.setEncoding(String)
since 1.1.0 in favour of configuring the encoding when to resolver is
created
|
| Constructor and Description |
|---|
| org.springframework.restdocs.RestDocumentationContext(Class<?>, String, File)
Since 1.1 in favor of
ManualRestDocumentation. |
| org.springframework.restdocs.templates.StandardTemplateResourceResolver()
since 1.1.0 in favour of
StandardTemplateResourceResolver.StandardTemplateResourceResolver(TemplateFormat) |
| org.springframework.restdocs.snippet.StandardWriterResolver(PropertyPlaceholderHelper.PlaceholderResolver) |