Uses of Package
org.springframework.restdocs.templates
Package
Description
Classes for configuring Spring REST Docs.
Snippet generation.
Template API used to render documentation snippets.
JMustache-based implementation of the template API.
-
ClassDescriptionA
TemplateEngine
is used to render documentation snippets.ATemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown. -
ClassDescriptionA
TemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown. -
ClassDescriptionA compiled
Template
that can be rendered to aString
.ATemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown.ATemplateResourceResolver
is responsible for resolving a name for a template into aResource
from which the template can be read. -
ClassDescriptionA compiled
Template
that can be rendered to aString
.ATemplateEngine
is used to render documentation snippets.ATemplateResourceResolver
is responsible for resolving a name for a template into aResource
from which the template can be read.