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 xstream-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.xstream.config
├─ org.tinygroup.xstream.config.XStreamAnnotationClass.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamClassAlias.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamClassAliases.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamConfiguration.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamPropertyAlias.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamPropertyImplicit.class - [JAR]
├─ org.tinygroup.xstream.config.XStreamPropertyOmit.class - [JAR]
org.tinygroup.xstream
├─ org.tinygroup.xstream.XStreamFactory.class - [JAR]