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 phase4-spring-boot-demo-2.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.helger.phase4.springboot.service
├─ com.helger.phase4.springboot.service.CustomPeppolIncomingSBDHandlerServiceImpl.class - [JAR]
├─ com.helger.phase4.springboot.service.ISBDHandlerService.class - [JAR]
├─ com.helger.phase4.springboot.service.SDBHandlerServiceLocator.class - [JAR]
com.helger.phase4.springboot.servlet
├─ com.helger.phase4.springboot.servlet.ServletConfig.class - [JAR]
com.helger.phase4.springboot.enumeration
├─ com.helger.phase4.springboot.enumeration.ESBDHHandlerServiceSelector.class - [JAR]
com.helger.phase4.springboot
├─ com.helger.phase4.springboot.Phase4SpringbootApplication.class - [JAR]
com.helger.phase4.springboot.spi
├─ com.helger.phase4.springboot.spi.CustomPeppolIncomingSBDHandlerSPI.class - [JAR]