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 jaxb-extensions-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.astrapi69.jaxb
├─ io.github.astrapi69.jaxb.ObjectToXmlConverter.class - [JAR]
├─ io.github.astrapi69.jaxb.ObjectToXmlExtensions.class - [JAR]
├─ io.github.astrapi69.jaxb.ObjectToXmlFileConverter.class - [JAR]
├─ io.github.astrapi69.jaxb.XmlFileToObjectConverter.class - [JAR]
├─ io.github.astrapi69.jaxb.XmlFileToObjectExtensions.class - [JAR]
├─ io.github.astrapi69.jaxb.XmlToObjectConverter.class - [JAR]
├─ io.github.astrapi69.jaxb.XmlToObjectExtensions.class - [JAR]
io.github.astrapi69.jaxb.factory
├─ io.github.astrapi69.jaxb.factory.MarshallerFactory.class - [JAR]
├─ io.github.astrapi69.jaxb.factory.UnmarshallerFactory.class - [JAR]