jar

com.github.chuanzh : document-generation

Maven & Gradle

Oct 18, 2019

document-generation · 接口文档自动生成

Table Of Contents

Latest Version

Download com.github.chuanzh : document-generation JAR file - Latest Versions:

All Versions

Download com.github.chuanzh : document-generation JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window document-generation-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.chuanzh.util

├─ com.github.chuanzh.util.ClassHelperUtils.class - [JAR]

├─ com.github.chuanzh.util.ControllerInfoBuilder.class - [JAR]

com.github.chuanzh.config

├─ com.github.chuanzh.config.GlobalConfig.class - [JAR]

├─ com.github.chuanzh.config.TemplateConfig.class - [JAR]

com.github.chuanzh

├─ com.github.chuanzh.DocAutoGenerator.class - [JAR]

com.github.chuanzh.enums

├─ com.github.chuanzh.enums.RequestMode.class - [JAR]

├─ com.github.chuanzh.enums.TemplateType.class - [JAR]

com.github.chuanzh.po

├─ com.github.chuanzh.po.ControllerInfo.class - [JAR]

├─ com.github.chuanzh.po.MethodInfo.class - [JAR]

├─ com.github.chuanzh.po.Request.class - [JAR]

├─ com.github.chuanzh.po.Response.class - [JAR]

com.github.chuanzh.engine

├─ com.github.chuanzh.engine.AbstractTemplateEngine.class - [JAR]

├─ com.github.chuanzh.engine.FreemarkerTemplateEngine.class - [JAR]