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 mapping-io-0.4.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.fabricmc.mappingio.tree
├─ net.fabricmc.mappingio.tree.ClassAnalysisDescCompleter.class - [JAR]
├─ net.fabricmc.mappingio.tree.MappingTree.class - [JAR]
├─ net.fabricmc.mappingio.tree.MappingTreeView.class - [JAR]
├─ net.fabricmc.mappingio.tree.MemoryMappingTree.class - [JAR]
├─ net.fabricmc.mappingio.tree.VisitOrder.class - [JAR]
net.fabricmc.mappingio.adapter
├─ net.fabricmc.mappingio.adapter.FlatAsRegularMappingVisitor.class - [JAR]
├─ net.fabricmc.mappingio.adapter.ForwardingMappingVisitor.class - [JAR]
├─ net.fabricmc.mappingio.adapter.MappingDstNsReorder.class - [JAR]
├─ net.fabricmc.mappingio.adapter.MappingNsCompleter.class - [JAR]
├─ net.fabricmc.mappingio.adapter.MappingNsRenamer.class - [JAR]
├─ net.fabricmc.mappingio.adapter.MappingSourceNsSwitch.class - [JAR]
├─ net.fabricmc.mappingio.adapter.MissingDescFilter.class - [JAR]
├─ net.fabricmc.mappingio.adapter.RegularAsFlatMappingVisitor.class - [JAR]
net.fabricmc.mappingio
├─ net.fabricmc.mappingio.FlatMappingVisitor.class - [JAR]
├─ net.fabricmc.mappingio.MappedElementKind.class - [JAR]
├─ net.fabricmc.mappingio.MappingFlag.class - [JAR]
├─ net.fabricmc.mappingio.MappingReader.class - [JAR]
├─ net.fabricmc.mappingio.MappingUtil.class - [JAR]
├─ net.fabricmc.mappingio.MappingVisitor.class - [JAR]
├─ net.fabricmc.mappingio.MappingWriter.class - [JAR]
net.fabricmc.mappingio.format
├─ net.fabricmc.mappingio.format.ColumnFileReader.class - [JAR]
├─ net.fabricmc.mappingio.format.EnigmaReader.class - [JAR]
├─ net.fabricmc.mappingio.format.EnigmaWriter.class - [JAR]
├─ net.fabricmc.mappingio.format.MappingFormat.class - [JAR]
├─ net.fabricmc.mappingio.format.ProGuardReader.class - [JAR]
├─ net.fabricmc.mappingio.format.ProGuardWriter.class - [JAR]
├─ net.fabricmc.mappingio.format.SrgReader.class - [JAR]
├─ net.fabricmc.mappingio.format.Tiny1Reader.class - [JAR]
├─ net.fabricmc.mappingio.format.Tiny1Writer.class - [JAR]
├─ net.fabricmc.mappingio.format.Tiny2Reader.class - [JAR]
├─ net.fabricmc.mappingio.format.Tiny2Util.class - [JAR]
├─ net.fabricmc.mappingio.format.Tiny2Writer.class - [JAR]
├─ net.fabricmc.mappingio.format.TsrgReader.class - [JAR]