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 qendpoint-backend-1.13.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.the_qa_company.qendpoint.controller
├─ com.the_qa_company.qendpoint.controller.EndpointController.class - [JAR]
├─ com.the_qa_company.qendpoint.controller.LogController.class - [JAR]
├─ com.the_qa_company.qendpoint.controller.Sparql.class - [JAR]
com.the_qa_company.qendpoint.config
├─ com.the_qa_company.qendpoint.config.SecurityConfiguration.class - [JAR]
├─ com.the_qa_company.qendpoint.config.WebConfig.class - [JAR]
├─ com.the_qa_company.qendpoint.config.WebMvcConfig.class - [JAR]
com.the_qa_company.qendpoint.client
├─ com.the_qa_company.qendpoint.client.QEndpointClient.class - [JAR]
├─ com.the_qa_company.qendpoint.client.SplitStream.class - [JAR]
com.the_qa_company.qendpoint
├─ com.the_qa_company.qendpoint.Application.class - [JAR]