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-web-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.web.config
├─ io.soffa.platform.springboot.web.config.DynamicEndpointImpl.class - [JAR]
├─ io.soffa.platform.springboot.web.config.EndpointsRegistryImpl.class - [JAR]
├─ io.soffa.platform.springboot.web.config.PlatformHealthIndicator.class - [JAR]
├─ io.soffa.platform.springboot.web.config.PlatformWebBeansFactory.class - [JAR]
├─ io.soffa.platform.springboot.web.config.PlatformWebMethodSecurityConfig.class - [JAR]
├─ io.soffa.platform.springboot.web.config.PlatformWebSecurityConfig.class - [JAR]
io.soffa.platform.springboot.web.filters
├─ io.soffa.platform.springboot.web.filters.RequestFilter.class - [JAR]
├─ io.soffa.platform.springboot.web.filters.RestResponseEntityExceptionHandler.class - [JAR]
io.soffa.platform.springboot.web.controllers
├─ io.soffa.platform.springboot.web.controllers.CustomModelAttributes.class - [JAR]
├─ io.soffa.platform.springboot.web.controllers.PlatformHealthController.class - [JAR]
├─ io.soffa.platform.springboot.web.controllers.PlatformUsersController.class - [JAR]
io.soffa.platform.springboot.web.config.model
├─ io.soffa.platform.springboot.web.config.model.DynamicEndpointsRegistry.class - [JAR]
springboot
├─ springboot.SoffaPlatformSpringBootWebFactory.class - [JAR]