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 riot-stream-2.18.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.redis.riot.stream.kafka
├─ com.redis.riot.stream.kafka.KafkaItemReader.class - [JAR]
├─ com.redis.riot.stream.kafka.KafkaItemReaderBuilder.class - [JAR]
├─ com.redis.riot.stream.kafka.KafkaItemWriter.class - [JAR]
com.redis.riot.stream
├─ com.redis.riot.stream.AvroToMapConverter.class - [JAR]
├─ com.redis.riot.stream.JsonToMapConverter.class - [JAR]
├─ com.redis.riot.stream.KafkaOptions.class - [JAR]
├─ com.redis.riot.stream.RiotStream.class - [JAR]
├─ com.redis.riot.stream.StreamExportCommand.class - [JAR]
├─ com.redis.riot.stream.StreamImportCommand.class - [JAR]
com.redis.riot.stream.processor
├─ com.redis.riot.stream.processor.AbstractProducerProcessor.class - [JAR]
├─ com.redis.riot.stream.processor.AvroProducerProcessor.class - [JAR]
├─ com.redis.riot.stream.processor.JsonProducerProcessor.class - [JAR]