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 protocol-bridge-processor-1.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.abelhu.protocol_bridge_processor
├─ com.abelhu.protocol_bridge_processor.ProtocolProcessor.class - [JAR]
com.abelhu.utils
├─ com.abelhu.utils._CollectionsKt.class - [JAR]
├─ com.abelhu.utils._ElementKt.class - [JAR]
├─ com.abelhu.utils._ParameterSpecKt.class - [JAR]
com.abelhu.generate
├─ com.abelhu.generate.ClassFileGenerate.class - [JAR]
├─ com.abelhu.generate.PrefixFileGenerate.class - [JAR]
├─ com.abelhu.generate.ProtocolProxyFileGenerate.class - [JAR]