Class ThreadLocalOptionsExtension

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ThreadLocalOptionsExtension create()  
      void extend​(RendererBuilder rendererBuilder, java.lang.String rendererType)
      Called to give each extension to register extension points that it contains
      void extend​(Parser.Builder parserBuilder)
      This method is called on all extensions so that they can register their custom processors
      void parserOptions​(MutableDataHolder options)
      This method is called first on all extensions so that they can adjust the options that must be common to all extensions.
      void rendererOptions​(MutableDataHolder options)
      This method is called first on all extensions so that they can adjust the options that must be common to all extensions.
      static void setThreadOptions​(DataSet perThreadOptions)
      Set the per thread options for flexmark-java.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait