Package org.springframework.restdocs.templates
package org.springframework.restdocs.templates
Template API used to render documentation snippets.
-
ClassDescriptionStandard implementation of
TemplateResourceResolver
.A compiledTemplate
that can be rendered to aString
.ATemplateEngine
is used to render documentation snippets.ATemplateFormat
provides information about a particular template format, such as Asciidoctor or Markdown.An enumeration of the built-in formats for which templates are provided.ATemplateResourceResolver
is responsible for resolving a name for a template into aResource
from which the template can be read.