Class DocumentAnalyseKit
java.lang.Object
com.iohao.net.framework.core.doc.DocumentAnalyseKit
Utility for analysing action documents, error code enums, and Java source files
to produce structured documentation models.
- Author:
- 渔民小镇
- date:
- 2024-06-26
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ActionDocument> analyseActionDocument(Document document, TypeMappingDocument typeMappingDocument) Analyse all action documents and produce a list ofActionDocumentmodels.
-
Method Details
-
analyseActionDocument
public static List<ActionDocument> analyseActionDocument(Document document, TypeMappingDocument typeMappingDocument) Analyse all action documents and produce a list ofActionDocumentmodels.- Parameters:
document- the raw document containing action doc listtypeMappingDocument- the type mapping configuration- Returns:
- list of analysed action documents (only those with methods)
-