Class JiraConverterExtension

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static JiraConverterExtension create()  
      void extend​(HtmlRenderer.Builder htmlRendererBuilder, 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.
      • Methods inherited from class java.lang.Object

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