public class DocumentationEnricher extends Object
Constructor and Description |
---|
DocumentationEnricher(Document document) |
Modifier and Type | Method and Description |
---|---|
void |
enrichTopLevelElementsDocumentation(NodeList elements,
Map<String,File> jsonFiles) |
void |
enrichTypeAttributesDocumentation(NodeList attributeElements,
File jsonFile) |
public DocumentationEnricher(Document document)
public void enrichTopLevelElementsDocumentation(NodeList elements, Map<String,File> jsonFiles) throws IOException
IOException
public void enrichTypeAttributesDocumentation(NodeList attributeElements, File jsonFile) throws IOException
IOException
Apache Camel