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