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 kafka-reader_2.12-0.10.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bwsw.kafka.reader.entities
├─ com.bwsw.kafka.reader.entities.InputEnvelope.class - [JAR]
├─ com.bwsw.kafka.reader.entities.OutputEnvelope.class - [JAR]
├─ com.bwsw.kafka.reader.entities.TopicInfo.class - [JAR]
├─ com.bwsw.kafka.reader.entities.TopicInfoList.class - [JAR]
├─ com.bwsw.kafka.reader.entities.TopicPartitionInfo.class - [JAR]
├─ com.bwsw.kafka.reader.entities.TopicPartitionInfoList.class - [JAR]
com.bwsw.kafka.reader
├─ com.bwsw.kafka.reader.CheckpointInfoProcessor.class - [JAR]
├─ com.bwsw.kafka.reader.Consumer.class - [JAR]
├─ com.bwsw.kafka.reader.EventHandler.class - [JAR]
├─ com.bwsw.kafka.reader.MessageQueue.class - [JAR]