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 sog-cache-1.3.34.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sog.fun.redis
├─ sog.fun.redis.JedisClient.class - [JAR]
├─ sog.fun.redis.RedisClient.class - [JAR]
sog.fun.redis.configuration
├─ sog.fun.redis.configuration.FastJson2JsonRedisSerializer.class - [JAR]
├─ sog.fun.redis.configuration.RedisAutoConfiguration.class - [JAR]
sog.fun.cache.annotation
├─ sog.fun.cache.annotation.EnableSogCaching.class - [JAR]
sog.fun.redis.impl
├─ sog.fun.redis.impl.JedisClientImpl.class - [JAR]
sog.fun.cache.configuration
├─ sog.fun.cache.configuration.SogCacheInterceptor.class - [JAR]
├─ sog.fun.cache.configuration.SogCachingConfigurationSelector.class - [JAR]
├─ sog.fun.cache.configuration.SogProxyCachingConfiguration.class - [JAR]