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 kafkistry-app-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.infobip.kafkistry
├─ com.infobip.kafkistry.KafkistryApplication.class - [JAR]
com.infobip.kafkistry.webapp.security
├─ com.infobip.kafkistry.webapp.security.ApiAuthorizationConfigurer.class - [JAR]
├─ com.infobip.kafkistry.webapp.security.ApiGetResourcesAuthorizationConfigurer.class - [JAR]
├─ com.infobip.kafkistry.webapp.security.ApiNonGetResourcesAuthorizationConfigurer.class - [JAR]
├─ com.infobip.kafkistry.webapp.security.ClickhouseSQLNoSessionAuthorizationConfigurer.class - [JAR]
├─ com.infobip.kafkistry.webapp.security.StaticResourcesAuthorizationConfigurer.class - [JAR]
├─ com.infobip.kafkistry.webapp.security.UsesSessionsAuthorizationConfigurer.class - [JAR]
com.infobip.kafkistry.config
├─ com.infobip.kafkistry.config.SchedulingConfig.class - [JAR]