Package org.apache.camel.maven
Class DocumentationEnricher
- java.lang.Object
-
- org.apache.camel.maven.DocumentationEnricher
-
public class DocumentationEnricher extends Object
Enriches xml document with documentation from json files.
-
-
Constructor Summary
Constructors Constructor Description DocumentationEnricher(Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enrichTopLevelElementsDocumentation(NodeList elements, Map<String,File> jsonFiles)
void
enrichTypeAttributesDocumentation(org.apache.maven.plugin.logging.Log log, NodeList attributeElements, File jsonFile)
-