Class DocumentationEnricher

java.lang.Object
org.apache.camel.maven.DocumentationEnricher

public class DocumentationEnricher extends Object
Enriches xml document with documentation from json files.
  • Constructor Details

    • DocumentationEnricher

      public DocumentationEnricher(Document document)
  • Method Details

    • enrichTopLevelElementsDocumentation

      public void enrichTopLevelElementsDocumentation(NodeList elements, Map<String,File> jsonFiles)
    • enrichElementDocumentation

      public void enrichElementDocumentation(org.apache.maven.plugin.logging.Log log, NodeList elements, File jsonFile)