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 codec-utils-1.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.mydotey.codec
├─ org.mydotey.codec.AbstractCodec.class - [JAR]
├─ org.mydotey.codec.Codec.class - [JAR]
├─ org.mydotey.codec.CodecException.class - [JAR]
org.mydotey.codec.probotuf
├─ org.mydotey.codec.probotuf.ProtoMessageCodec.class - [JAR]
├─ org.mydotey.codec.probotuf.ProtobufCodec.class - [JAR]
org.mydotey.codec.json
├─ org.mydotey.codec.json.JacksonJsonCodec.class - [JAR]
├─ org.mydotey.codec.json.JsonCodec.class - [JAR]
├─ org.mydotey.codec.json.ProtoMessageJsonCodec.class - [JAR]