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 restapijs-spring-boot-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.restapijs.scaner
├─ com.restapijs.scaner.ClassScanner.class - [JAR]
├─ com.restapijs.scaner.SBootClassScannerImpl.class - [JAR]
com.restapijs.jswriter.impl
├─ com.restapijs.jswriter.impl.DefaultJsWriter.class - [JAR]
com.restapijs.model
├─ com.restapijs.model.JsModel.class - [JAR]
├─ com.restapijs.model.JsModelConfig.class - [JAR]
com.restapijs.exception
├─ com.restapijs.exception.ClassScannerException.class - [JAR]
com.restapijs.jswriter
├─ com.restapijs.jswriter.JsWriter.class - [JAR]
├─ com.restapijs.jswriter.JsWriterBuilder.class - [JAR]
com.restapijs
├─ com.restapijs.RestApiJsConfiguration.class - [JAR]
com.restapijs.annotation
├─ com.restapijs.annotation.JsRestModel.class - [JAR]
├─ com.restapijs.annotation.JsRestModelConfig.class - [JAR]