Uses of Interface
com.vladsch.flexmark.html2md.converter.HtmlLinkResolverFactory
-
Packages that use HtmlLinkResolverFactory Package Description com.vladsch.flexmark.html2md.converter -
-
Uses of HtmlLinkResolverFactory in com.vladsch.flexmark.html2md.converter
Fields in com.vladsch.flexmark.html2md.converter with type parameters of type HtmlLinkResolverFactory Modifier and Type Field Description (package private) java.util.List<HtmlLinkResolverFactory>FlexmarkHtmlConverter.Builder. linkResolverFactories(package private) java.util.List<HtmlLinkResolverFactory>FlexmarkHtmlConverter. linkResolverFactoriesMethods in com.vladsch.flexmark.html2md.converter with parameters of type HtmlLinkResolverFactory Modifier and Type Method Description FlexmarkHtmlConverter.BuilderFlexmarkHtmlConverter.Builder. linkResolverFactory(@NotNull HtmlLinkResolverFactory linkResolverFactory)Add a factory for instantiating a node renderer (done when rendering).
-