Class FlexmarkLinkResolver.Factory

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.LinkResolverFactory, com.vladsch.flexmark.util.dependency.Dependent<com.vladsch.flexmark.html.LinkResolverFactory>, Function<com.vladsch.flexmark.html.renderer.LinkResolverContext,​com.vladsch.flexmark.html.LinkResolver>
    Enclosing class:
    FlexmarkLinkResolver

    public static class FlexmarkLinkResolver.Factory
    extends com.vladsch.flexmark.html.IndependentLinkResolverFactory
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getBeforeDependents

        public Set<Class<? extends com.vladsch.flexmark.html.LinkResolverFactory>> getBeforeDependents()
        Specified by:
        getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent<com.vladsch.flexmark.html.LinkResolverFactory>
        Specified by:
        getBeforeDependents in interface com.vladsch.flexmark.html.LinkResolverFactory
        Overrides:
        getBeforeDependents in class com.vladsch.flexmark.html.IndependentLinkResolverFactory
      • apply

        public com.vladsch.flexmark.html.LinkResolver apply​(com.vladsch.flexmark.html.renderer.LinkResolverContext context)