Class DocumentAnalyseKit

java.lang.Object
com.iohao.net.framework.core.doc.DocumentAnalyseKit

public final class DocumentAnalyseKit extends Object
Utility for analysing action documents, error code enums, and Java source files to produce structured documentation models.
Author:
渔民小镇
date:
2024-06-26
  • Method Details

    • analyseActionDocument

      public static List<ActionDocument> analyseActionDocument(Document document, TypeMappingDocument typeMappingDocument)
      Analyse all action documents and produce a list of ActionDocument models.
      Parameters:
      document - the raw document containing action doc list
      typeMappingDocument - the type mapping configuration
      Returns:
      list of analysed action documents (only those with methods)