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 activej-codec-4.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.activej.codec
├─ io.activej.codec.CodecSubtype.class - [JAR]
├─ io.activej.codec.StructuredCodec.class - [JAR]
├─ io.activej.codec.StructuredCodecs.class - [JAR]
├─ io.activej.codec.StructuredDecoder.class - [JAR]
├─ io.activej.codec.StructuredEncoder.class - [JAR]
├─ io.activej.codec.StructuredInput.class - [JAR]
├─ io.activej.codec.StructuredOutput.class - [JAR]
io.activej.codec.binary
├─ io.activej.codec.binary.BinaryStructuredInput.class - [JAR]
├─ io.activej.codec.binary.BinaryStructuredOutput.class - [JAR]
├─ io.activej.codec.binary.BinaryUtils.class - [JAR]
io.activej.codec.json
├─ io.activej.codec.json.JsonStructuredInput.class - [JAR]
├─ io.activej.codec.json.JsonStructuredOutput.class - [JAR]
├─ io.activej.codec.json.JsonUtils.class - [JAR]
io.activej.codec.registry
├─ io.activej.codec.registry.CodecFactory.class - [JAR]
├─ io.activej.codec.registry.CodecRegistry.class - [JAR]