Class TooltipInlineMacroProcessor

java.lang.Object
org.asciidoctor.extension.BaseProcessor
org.asciidoctor.extension.MacroProcessor<org.asciidoctor.ast.ContentNode>
org.asciidoctor.extension.InlineMacroProcessor
io.quarkus.docs.generation.TooltipInlineMacroProcessor
All Implemented Interfaces:
org.asciidoctor.extension.Processor

@Name("tooltip") public class TooltipInlineMacroProcessor extends org.asciidoctor.extension.InlineMacroProcessor
Tooltip inline macro implementation for PDF (HTML) files where tooltip is not supported. Enum constant name is wrapped in `` and constant description is ignored.
  • Field Summary

    Fields inherited from class org.asciidoctor.extension.InlineMacroProcessor

    REGEXP

    Fields inherited from class org.asciidoctor.extension.MacroProcessor

    name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    process(org.asciidoctor.ast.ContentNode contentNode, String target, Map<String,Object> map)
     

    Methods inherited from class org.asciidoctor.extension.MacroProcessor

    getName, options, setName

    Methods inherited from class org.asciidoctor.extension.BaseProcessor

    createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createBlock, createDocument, createList, createList, createList, createListItem, createListItem, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createPhraseNode, createSection, createSection, createSection, createSection, createSection, createTable, createTable, createTableCell, createTableCell, createTableCell, createTableCell, createTableColumn, createTableColumn, createTableRow, getConfig, log, parseContent, setConfig, unwrap, updateConfig

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TooltipInlineMacroProcessor

      public TooltipInlineMacroProcessor()
  • Method Details

    • process

      public Object process(org.asciidoctor.ast.ContentNode contentNode, String target, Map<String,Object> map)
      Specified by:
      process in class org.asciidoctor.extension.MacroProcessor<org.asciidoctor.ast.ContentNode>