View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window api-generator-1.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.lzf.code.controller
├─ com.lzf.code.controller.LzfApiController.class - [JAR]
├─ com.lzf.code.controller.LzfApiIndexController.class - [JAR]
com.lzf.code.common
├─ com.lzf.code.common.LzfConstance.class - [JAR]
├─ com.lzf.code.common.LzfSymbolConstant.class - [JAR]
com.lzf.code.definition
├─ com.lzf.code.definition.LzfApi.class - [JAR]
├─ com.lzf.code.definition.LzfApiMethod.class - [JAR]
├─ com.lzf.code.definition.LzfApiParam.class - [JAR]
├─ com.lzf.code.definition.LzfApiProperty.class - [JAR]
com.lzf.code.context
├─ com.lzf.code.context.LzfApiContext.class - [JAR]
├─ com.lzf.code.context.LzfApiStorage.class - [JAR]
├─ com.lzf.code.context.LzfParameterNameDiscoverer.class - [JAR]
com.lzf.code.handler
├─ com.lzf.code.handler.LzfApiHandler.class - [JAR]
com.lzf.code.annatation
├─ com.lzf.code.annatation.ClassType.class - [JAR]
├─ com.lzf.code.annatation.EnableLzfApiGenerator.class - [JAR]
├─ com.lzf.code.annatation.LzfApiDescribe.class - [JAR]
├─ com.lzf.code.annatation.LzfApiPage.class - [JAR]
├─ com.lzf.code.annatation.LzfApiRequest.class - [JAR]
├─ com.lzf.code.annatation.LzfApiResponse.class - [JAR]
com.lzf.code.configuration
├─ com.lzf.code.configuration.LzfApiConfiguration.class - [JAR]