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 justauth-spring-boot-starter-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xkcoding.justauth.autoconfigure
├─ com.xkcoding.justauth.autoconfigure.CacheProperties.class - [JAR]
├─ com.xkcoding.justauth.autoconfigure.ExtendProperties.class - [JAR]
├─ com.xkcoding.justauth.autoconfigure.JustAuthAutoConfiguration.class - [JAR]
├─ com.xkcoding.justauth.autoconfigure.JustAuthProperties.class - [JAR]
├─ com.xkcoding.justauth.autoconfigure.JustAuthStateCacheConfiguration.class - [JAR]
com.xkcoding.justauth
├─ com.xkcoding.justauth.AuthRequestFactory.class - [JAR]
com.xkcoding.justauth.support.cache
├─ com.xkcoding.justauth.support.cache.RedisStateCache.class - [JAR]