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 genghiskhan-cache-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.w2n0.genghiskhan.cache
├─ cn.w2n0.genghiskhan.cache.ListCache.class - [JAR]
├─ cn.w2n0.genghiskhan.cache.MapCache.class - [JAR]
├─ cn.w2n0.genghiskhan.cache.RedisCache.class - [JAR]
├─ cn.w2n0.genghiskhan.cache.SetCache.class - [JAR]
├─ cn.w2n0.genghiskhan.cache.SpringCacheAutoConfiguration.class - [JAR]
├─ cn.w2n0.genghiskhan.cache.ZsetCache.class - [JAR]