Uses of Interface
io.thestencil.staticontent.api.MarkdownContent.Heading
-
Packages that use MarkdownContent.Heading Package Description io.thestencil.staticontent.api io.thestencil.staticontent.spi.visitor -
-
Uses of MarkdownContent.Heading in io.thestencil.staticontent.api
Classes in io.thestencil.staticontent.api that implement MarkdownContent.Heading Modifier and Type Class Description classImmutableHeadingImmutable implementation ofMarkdownContent.Heading.Methods in io.thestencil.staticontent.api that return types with arguments of type MarkdownContent.Heading Modifier and Type Method Description com.google.common.collect.ImmutableList<MarkdownContent.Heading>ImmutableMarkdown. getHeadings()com.google.common.collect.ImmutableList<MarkdownContent.Heading>ImmutableTopicData. getHeadings()List<MarkdownContent.Heading>MarkdownContent.Markdown. getHeadings()List<MarkdownContent.Heading>StaticContentClient.TopicData. getHeadings()Methods in io.thestencil.staticontent.api with parameters of type MarkdownContent.Heading Modifier and Type Method Description ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addHeadings(MarkdownContent.Heading element)Adds one element toheadingslist.ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addHeadings(MarkdownContent.Heading... elements)Adds elements toheadingslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addHeadings(MarkdownContent.Heading element)Adds one element toheadingslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addHeadings(MarkdownContent.Heading... elements)Adds elements toheadingslist.static ImmutableHeadingImmutableHeading. copyOf(MarkdownContent.Heading instance)Creates an immutable copy of aMarkdownContent.Headingvalue.ImmutableHeading.BuilderImmutableHeading.Builder. from(MarkdownContent.Heading instance)Fill a builder with attribute values from the providedHeadinginstance.ImmutableMarkdownImmutableMarkdown. withHeadings(MarkdownContent.Heading... elements)Copy the current immutable object with elements that replace the content ofheadings.ImmutableTopicDataImmutableTopicData. withHeadings(MarkdownContent.Heading... elements)Copy the current immutable object with elements that replace the content ofheadings.Method parameters in io.thestencil.staticontent.api with type arguments of type MarkdownContent.Heading Modifier and Type Method Description ImmutableMarkdown.BuilderImmutableMarkdown.Builder. addAllHeadings(Iterable<? extends MarkdownContent.Heading> elements)Adds elements toheadingslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. addAllHeadings(Iterable<? extends MarkdownContent.Heading> elements)Adds elements toheadingslist.ImmutableMarkdown.BuilderImmutableMarkdown.Builder. headings(Iterable<? extends MarkdownContent.Heading> elements)Sets or replaces all elements forheadingslist.ImmutableTopicData.BuilderImmutableTopicData.Builder. headings(Iterable<? extends MarkdownContent.Heading> elements)Sets or replaces all elements forheadingslist.ImmutableMarkdownImmutableMarkdown. withHeadings(Iterable<? extends MarkdownContent.Heading> elements)Copy the current immutable object with elements that replace the content ofheadings.ImmutableTopicDataImmutableTopicData. withHeadings(Iterable<? extends MarkdownContent.Heading> elements)Copy the current immutable object with elements that replace the content ofheadings. -
Uses of MarkdownContent.Heading in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor that return types with arguments of type MarkdownContent.Heading Modifier and Type Method Description com.google.common.collect.ImmutableList<MarkdownContent.Heading>ImmutableMarkdownAst. getHeadings()List<MarkdownContent.Heading>MarkdownVisitor.MarkdownAst. getHeadings()Methods in io.thestencil.staticontent.spi.visitor with parameters of type MarkdownContent.Heading Modifier and Type Method Description ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addHeadings(MarkdownContent.Heading element)Adds one element toheadingslist.ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addHeadings(MarkdownContent.Heading... elements)Adds elements toheadingslist.ImmutableMarkdownAstImmutableMarkdownAst. withHeadings(MarkdownContent.Heading... elements)Copy the current immutable object with elements that replace the content ofheadings.Method parameters in io.thestencil.staticontent.spi.visitor with type arguments of type MarkdownContent.Heading Modifier and Type Method Description ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. addAllHeadings(Iterable<? extends MarkdownContent.Heading> elements)Adds elements toheadingslist.ImmutableMarkdownAst.BuilderImmutableMarkdownAst.Builder. headings(Iterable<? extends MarkdownContent.Heading> elements)Sets or replaces all elements forheadingslist.ImmutableMarkdownAstImmutableMarkdownAst. withHeadings(Iterable<? extends MarkdownContent.Heading> elements)Copy the current immutable object with elements that replace the content ofheadings.
-