Uses of Interface
io.thestencil.staticontent.api.MarkdownContent.LinkResource
-
Packages that use MarkdownContent.LinkResource Package Description io.thestencil.staticontent.api io.thestencil.staticontent.spi.visitor -
-
Uses of MarkdownContent.LinkResource in io.thestencil.staticontent.api
Classes in io.thestencil.staticontent.api that implement MarkdownContent.LinkResource Modifier and Type Class Description classImmutableLinkResourceImmutable implementation ofMarkdownContent.LinkResource.Methods in io.thestencil.staticontent.api that return types with arguments of type MarkdownContent.LinkResource Modifier and Type Method Description com.google.common.collect.ImmutableList<MarkdownContent.LinkResource>ImmutableMarkdownContent. getLinks()List<MarkdownContent.LinkResource>MarkdownContent. getLinks()Methods in io.thestencil.staticontent.api with parameters of type MarkdownContent.LinkResource Modifier and Type Method Description ImmutableMarkdownContent.BuilderImmutableMarkdownContent.Builder. addLinks(MarkdownContent.LinkResource element)Adds one element tolinkslist.ImmutableMarkdownContent.BuilderImmutableMarkdownContent.Builder. addLinks(MarkdownContent.LinkResource... elements)Adds elements tolinkslist.static ImmutableLinkResourceImmutableLinkResource. copyOf(MarkdownContent.LinkResource instance)Creates an immutable copy of aMarkdownContent.LinkResourcevalue.ImmutableLinkResource.BuilderImmutableLinkResource.Builder. from(MarkdownContent.LinkResource instance)Fill a builder with attribute values from the providedLinkResourceinstance.ImmutableMarkdownContentImmutableMarkdownContent. withLinks(MarkdownContent.LinkResource... elements)Copy the current immutable object with elements that replace the content oflinks.Method parameters in io.thestencil.staticontent.api with type arguments of type MarkdownContent.LinkResource Modifier and Type Method Description ImmutableMarkdownContent.BuilderImmutableMarkdownContent.Builder. addAllLinks(Iterable<? extends MarkdownContent.LinkResource> elements)Adds elements tolinkslist.ImmutableMarkdownContent.BuilderImmutableMarkdownContent.Builder. links(Iterable<? extends MarkdownContent.LinkResource> elements)Sets or replaces all elements forlinkslist.ImmutableMarkdownContentImmutableMarkdownContent. withLinks(Iterable<? extends MarkdownContent.LinkResource> elements)Copy the current immutable object with elements that replace the content oflinks. -
Uses of MarkdownContent.LinkResource in io.thestencil.staticontent.spi.visitor
Methods in io.thestencil.staticontent.spi.visitor that return types with arguments of type MarkdownContent.LinkResource Modifier and Type Method Description List<MarkdownContent.LinkResource>CSVLinksVisitor. visit(byte[] input)
-