Uses of Package
org.springframework.restdocs.templates
Packages that use 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.
-
Classes in org.springframework.restdocs.templates used by org.springframework.restdocs.configClassDescriptionA
TemplateEngine
is used to render documentation snippets.ATemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown. -
Classes in org.springframework.restdocs.templates used by org.springframework.restdocs.snippetClassDescriptionA
TemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown. -
Classes in org.springframework.restdocs.templates used by org.springframework.restdocs.templatesClassDescriptionA 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. -
Classes in org.springframework.restdocs.templates used by org.springframework.restdocs.templates.mustacheClassDescriptionA 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.