| Package | Description |
|---|---|
| org.springframework.restdocs.templates |
Template API used to render documentation snippets.
|
| org.springframework.restdocs.templates.mustache |
JMustache-based implementation of the template API.
|
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateEngine.compileTemplate(java.lang.String path)
Compiles the template at the given
path. |
| Modifier and Type | Class and Description |
|---|---|
class |
MustacheTemplate
|
| Modifier and Type | Method and Description |
|---|---|
Template |
MustacheTemplateEngine.compileTemplate(java.lang.String name) |