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 soffa-platform-springboot-core-1.1.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.soffa.platform.springboot.core.impl
├─ io.soffa.platform.springboot.core.impl.ActionDispatcherImpl.class - [JAR]
├─ io.soffa.platform.springboot.core.impl.ErrorFactory.class - [JAR]
├─ io.soffa.platform.springboot.core.impl.UseCaseDispatcherImpl.class - [JAR]
io.soffa.platform.springboot.core.config.model
├─ io.soffa.platform.springboot.core.config.model.ApplicationInfo.class - [JAR]
├─ io.soffa.platform.springboot.core.config.model.ApplicationState.class - [JAR]
├─ io.soffa.platform.springboot.core.config.model.PlatformConfigModel.class - [JAR]
io.soffa.platform.springboot.core.config
├─ io.soffa.platform.springboot.core.config.PlatformCoreBeansFactory.class - [JAR]
springboot
├─ springboot.SoffaPlatformSpringBootCoreFactory.class - [JAR]