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 redisreader-4.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wgzhao.addax.plugin.reader.redisreader
├─ com.wgzhao.addax.plugin.reader.redisreader.RedisErrorCode.class - [JAR]
├─ com.wgzhao.addax.plugin.reader.redisreader.RedisKey.class - [JAR]
├─ com.wgzhao.addax.plugin.reader.redisreader.RedisReader.class - [JAR]
com.wgzhao.addax.plugin.reader.redisreader.impl
├─ com.wgzhao.addax.plugin.reader.redisreader.impl.DefaultSentinel.class - [JAR]
├─ com.wgzhao.addax.plugin.reader.redisreader.impl.Sentinel.class - [JAR]
├─ com.wgzhao.addax.plugin.reader.redisreader.impl.SentinelListener.class - [JAR]
├─ com.wgzhao.addax.plugin.reader.redisreader.impl.SentinelReplicator.class - [JAR]
com.wgzhao.addax.plugin.reader.redisreader.util
├─ com.wgzhao.addax.plugin.reader.redisreader.util.Reflections.class - [JAR]