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 kotlin-kafka-client-common-jvm-0.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.vooft.kafka.common.types
├─ io.github.vooft.kafka.common.types.BrokerAddress.class - [JAR]
├─ io.github.vooft.kafka.common.types.GroupId.class - [JAR]
├─ io.github.vooft.kafka.common.types.KafkaTopic.class - [JAR]
├─ io.github.vooft.kafka.common.types.MemberId.class - [JAR]
├─ io.github.vooft.kafka.common.types.NodeId.class - [JAR]
├─ io.github.vooft.kafka.common.types.PartitionIndex.class - [JAR]
├─ io.github.vooft.kafka.common.types.PartitionOffset.class - [JAR]
io.github.vooft.kafka.common.annotations
├─ io.github.vooft.kafka.common.annotations.IntEncoding.class - [JAR]
├─ io.github.vooft.kafka.common.annotations.KafkaBytesSizePrefixed.class - [JAR]
├─ io.github.vooft.kafka.common.annotations.KafkaCollection.class - [JAR]
├─ io.github.vooft.kafka.common.annotations.KafkaCrc32cPrefixed.class - [JAR]
├─ io.github.vooft.kafka.common.annotations.KafkaString.class - [JAR]