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 zipkin-redis-1.25.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.twitter.zipkin.redis
├─ com.twitter.zipkin.redis.RedisSpanStoreFactory.class - [JAR]
├─ com.twitter.zipkin.redis.SpanStoreBuilder.class - [JAR]
com.twitter.zipkin.storage.redis
├─ com.twitter.zipkin.storage.redis.ExpirationSupport.class - [JAR]
├─ com.twitter.zipkin.storage.redis.RedisIndex.class - [JAR]
├─ com.twitter.zipkin.storage.redis.RedisSnappyThriftCodec.class - [JAR]
├─ com.twitter.zipkin.storage.redis.RedisSpanStore.class - [JAR]
├─ com.twitter.zipkin.storage.redis.RedisStorage.class - [JAR]
├─ com.twitter.zipkin.storage.redis.SetMultimap.class - [JAR]
├─ com.twitter.zipkin.storage.redis.TraceIndex.class - [JAR]