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 ff4j-store-redis-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ff4j.store
├─ org.ff4j.store.EventRepositoryRedis.class - [JAR]
├─ org.ff4j.store.EventRepositoryRedisLettuce.class - [JAR]
├─ org.ff4j.store.FeatureStoreRedis.class - [JAR]
├─ org.ff4j.store.FeatureStoreRedisLettuce.class - [JAR]
├─ org.ff4j.store.PropertyStoreRedis.class - [JAR]
├─ org.ff4j.store.PropertyStoreRedisLettuce.class - [JAR]
org.ff4j.cache
├─ org.ff4j.cache.FF4jCacheManagerRedis.class - [JAR]
├─ org.ff4j.cache.FF4jCacheManagerRedisLettuce.class - [JAR]
├─ org.ff4j.cache.package-info.class - [JAR]
org.ff4j.redis
├─ org.ff4j.redis.RedisConnection.class - [JAR]
├─ org.ff4j.redis.RedisKeysBuilder.class - [JAR]
├─ org.ff4j.redis.package-info.class - [JAR]