Package | Description |
---|---|
org.springframework.restdocs.config |
Classes for configuring Spring REST Docs.
|
org.springframework.restdocs.templates.mustache |
JMustache-based implementation of the template API.
|
Modifier and Type | Method and Description |
---|---|
T |
RestDocumentationConfigurer.templateEngine(TemplateEngine templateEngine)
Configures the
TemplateEngine that will be used for snippet rendering. |
Modifier and Type | Class and Description |
---|---|
class |
MustacheTemplateEngine
|