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 cache-sdk-redis-2.7.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zengfr.platform.cache.redis.session
├─ com.github.zengfr.platform.cache.redis.session.ZengfrCookieWebSessionIdResolver.class - [JAR]
com.github.zengfr.platform.cache.redis.annotation
├─ com.github.zengfr.platform.cache.redis.annotation.ConditionalOnRedisSessionSharing.class - [JAR]
com.github.zengfr.platform.cache.redis.condition
├─ com.github.zengfr.platform.cache.redis.condition.RedisSessionSharingCondition.class - [JAR]
com.github.zengfr.platform.cache.redis.configuration
├─ com.github.zengfr.platform.cache.redis.configuration.RedisConfiguration.class - [JAR]
├─ com.github.zengfr.platform.cache.redis.configuration.RedisSessionConfiguration.class - [JAR]
com.github.zengfr.platform.cache.redis.enhance
├─ com.github.zengfr.platform.cache.redis.enhance.ZengfrRedisCacheManager.class - [JAR]
com.github.zengfr.platform.cache.redis.definition
├─ com.github.zengfr.platform.cache.redis.definition.AbstractStringRedisCache.class - [JAR]
├─ com.github.zengfr.platform.cache.redis.definition.StringRedisCache.class - [JAR]