Class WikiLinkNodeFormatter.Factory

java.lang.Object
com.vladsch.flexmark.ext.wikilink.internal.WikiLinkNodeFormatter.Factory
All Implemented Interfaces:
NodeFormatterFactory, Dependent
Enclosing class:
WikiLinkNodeFormatter

public static class WikiLinkNodeFormatter.Factory extends Object implements NodeFormatterFactory
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      @NotNull public @NotNull NodeFormatter create(@NotNull @NotNull DataHolder options)
      Description copied from interface: NodeFormatterFactory
      Create a new node renderer for the specified rendering context.
      Specified by:
      create in interface NodeFormatterFactory
      Parameters:
      options - the context for rendering (normally passed on to the node renderer)
      Returns:
      a node renderer