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 operation-processor-0.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.karamvsingh.backendframework.operationprocessor.generator
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.FrameworkHandlerGenerator.class - [JAR]
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.ServiceResolver.class - [JAR]
com.github.karamvsingh.backendframework.operationprocessor
├─ com.github.karamvsingh.backendframework.operationprocessor.OperationProcessor.class - [JAR]
├─ com.github.karamvsingh.backendframework.operationprocessor.OperationProcessorProvider.class - [JAR]
com.github.karamvsingh.backendframework.operationprocessor.generator.model
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Http.class - [JAR]
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Operation.class - [JAR]
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.OperationHandler.class - [JAR]
├─ com.github.karamvsingh.backendframework.operationprocessor.generator.model.Resource.class - [JAR]