Uses of Interface
org.springframework.restdocs.templates.Template
Packages that use Template
Package
Description
Template API used to render documentation snippets.
JMustache-based implementation of the template API.
-
Uses of Template in org.springframework.restdocs.templates
Methods in org.springframework.restdocs.templates that return TemplateModifier and TypeMethodDescriptionTemplateEngine.compileTemplate
(String path) Compiles the template at the givenpath
. -
Uses of Template in org.springframework.restdocs.templates.mustache
Classes in org.springframework.restdocs.templates.mustache that implement TemplateModifier and TypeClassDescriptionclass
Methods in org.springframework.restdocs.templates.mustache that return Template