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 mmm-marshal-stax-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.mmm.marshall.stax
├─ io.github.mmm.marshall.stax.StaxFormatProvider.class - [JAR]
├─ io.github.mmm.marshall.stax.StaxMarshalling.class - [JAR]
io.github.mmm.marshall.stax.impl
├─ io.github.mmm.marshall.stax.impl.StaxFormat.class - [JAR]
├─ io.github.mmm.marshall.stax.impl.StaxReader.class - [JAR]
├─ io.github.mmm.marshall.stax.impl.StaxWriter.class - [JAR]