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 inspektr-common-1.8.GA.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apereo.inspektr.common
├─ org.apereo.inspektr.common.Cleanable.class - [JAR]
org.apereo.inspektr.common.spi
├─ org.apereo.inspektr.common.spi.ClientInfoResolver.class - [JAR]
├─ org.apereo.inspektr.common.spi.DefaultClientInfoResolver.class - [JAR]
├─ org.apereo.inspektr.common.spi.PrincipalResolver.class - [JAR]
org.apereo.inspektr.common.web
├─ org.apereo.inspektr.common.web.ClientInfo.class - [JAR]
├─ org.apereo.inspektr.common.web.ClientInfoHolder.class - [JAR]
├─ org.apereo.inspektr.common.web.ClientInfoThreadLocalFilter.class - [JAR]