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