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 benchmarks-3.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.modelmapper.benchmarks
├─ org.modelmapper.benchmarks.GiantModelBenchmark.class - [JAR]
├─ org.modelmapper.benchmarks.Main.class - [JAR]
org.modelmapper.benchmarks.jmh_generated
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_jmhType.class - [JAR]
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_jmhType_B1.class - [JAR]
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_jmhType_B2.class - [JAR]
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_jmhType_B3.class - [JAR]
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_measureSubclass_jmhTest.class - [JAR]
├─ org.modelmapper.benchmarks.jmh_generated.GiantModelBenchmark_measure_jmhTest.class - [JAR]
org.modelmapper.benchmarks.model
├─ org.modelmapper.benchmarks.model.GiantDto.class - [JAR]
├─ org.modelmapper.benchmarks.model.GiantEntity.class - [JAR]
├─ org.modelmapper.benchmarks.model.GiantFieldDto.class - [JAR]
├─ org.modelmapper.benchmarks.model.GiantFieldEntity.class - [JAR]