Uses of Class
io.thestencil.staticontent.spi.visitor.ImmutableMarkdownAst
-
Packages that use ImmutableMarkdownAst Package Description io.thestencil.staticontent.spi.visitor -
-
Uses of ImmutableMarkdownAst in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor that return ImmutableMarkdownAst Modifier and Type Method Description ImmutableMarkdownAstImmutableMarkdownAst.Builder. build()Builds a newImmutableMarkdownAst.static ImmutableMarkdownAstImmutableMarkdownAst. copyOf(MarkdownVisitor.MarkdownAst instance)Creates an immutable copy of aMarkdownVisitor.MarkdownAstvalue.ImmutableMarkdownAstImmutableMarkdownAst. withHeadings(StaticContentClient.Heading... elements)Copy the current immutable object with elements that replace the content ofheadings.ImmutableMarkdownAstImmutableMarkdownAst. withHeadings(Iterable<? extends StaticContentClient.Heading> elements)Copy the current immutable object with elements that replace the content ofheadings.ImmutableMarkdownAstImmutableMarkdownAst. withImages(StaticContentClient.ImageTag... elements)Copy the current immutable object with elements that replace the content ofimages.ImmutableMarkdownAstImmutableMarkdownAst. withImages(Iterable<? extends StaticContentClient.ImageTag> elements)Copy the current immutable object with elements that replace the content ofimages.
-