Uses of Interface
io.spring.initializr.generator.io.text.Section
Packages that use Section
Package
Description
Support for textual resources.
Documentation contributors.
Git contributors.
-
Uses of Section in io.spring.initializr.generator.io.text
Classes in io.spring.initializr.generator.io.text that implement SectionModifier and TypeClassDescriptionclass
Section
for list of items using aTemplateRenderer
.class
Section
that uses aMustacheTemplateRenderer
. -
Uses of Section in io.spring.initializr.generator.spring.documentation
Classes in io.spring.initializr.generator.spring.documentation that implement SectionModifier and TypeClassDescriptionfinal class
Section that provides links and other important references to get started.class
Section that is pre-defined and always present in the document.Methods in io.spring.initializr.generator.spring.documentation that return types with arguments of type SectionModifier and TypeMethodDescriptionHelpDocument.getSections()
GettingStartedSection.resolveSubSections
(List<Section> sections) PreDefinedSection.resolveSubSections
(List<Section> sections) Resolve the sections to render based on the current registered sections.Methods in io.spring.initializr.generator.spring.documentation with parameters of type SectionModifier and TypeMethodDescriptionHelpDocument.addSection
(Section section) PreDefinedSection.addSection
(Section section) Method parameters in io.spring.initializr.generator.spring.documentation with type arguments of type SectionModifier and TypeMethodDescriptionGettingStartedSection.resolveSubSections
(List<Section> sections) PreDefinedSection.resolveSubSections
(List<Section> sections) Resolve the sections to render based on the current registered sections. -
Uses of Section in io.spring.initializr.generator.spring.scm.git
Classes in io.spring.initializr.generator.spring.scm.git that implement SectionModifier and TypeClassDescriptionstatic class
Representation of a section of a.gitignore
file.