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 j2cache-spring-boot-starter-2.8.0-release.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.oschina.j2cache.cache.support.redis
├─ net.oschina.j2cache.cache.support.redis.ConfigureNotifyKeyspaceEventsAction.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisActiveMessageListener.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisCache.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisGenericCache.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisMessageListener.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisProvider.class - [JAR]
├─ net.oschina.j2cache.cache.support.redis.SpringRedisPubSubPolicy.class - [JAR]
net.oschina.j2cache.autoconfigure
├─ net.oschina.j2cache.autoconfigure.J2CacheAutoConfiguration.class - [JAR]
├─ net.oschina.j2cache.autoconfigure.J2CacheConfig.class - [JAR]
├─ net.oschina.j2cache.autoconfigure.J2CacheSpringCacheAutoConfiguration.class - [JAR]
├─ net.oschina.j2cache.autoconfigure.J2CacheSpringRedisAutoConfiguration.class - [JAR]
net.oschina.j2cache.cache.support.util
├─ net.oschina.j2cache.cache.support.util.J2CacheSerializer.class - [JAR]
├─ net.oschina.j2cache.cache.support.util.SpringJ2CacheConfigUtil.class - [JAR]
├─ net.oschina.j2cache.cache.support.util.SpringUtil.class - [JAR]
net.oschina.j2cache.cache.support
├─ net.oschina.j2cache.cache.support.J2CacheCache.class - [JAR]
├─ net.oschina.j2cache.cache.support.J2CacheCacheManger.class - [JAR]