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 dozer-jmh-tests-6.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dozermapper.jmh
├─ com.github.dozermapper.jmh.DozerBeanMapperBenchmark.class - [JAR]
com.github.dozermapper.jmh.model
├─ com.github.dozermapper.jmh.model.Person.class - [JAR]
com.github.dozermapper.jmh.generated
├─ com.github.dozermapper.jmh.generated.DozerBeanMapperBenchmark_jmhType.class - [JAR]
├─ com.github.dozermapper.jmh.generated.DozerBeanMapperBenchmark_jmhType_B1.class - [JAR]
├─ com.github.dozermapper.jmh.generated.DozerBeanMapperBenchmark_jmhType_B2.class - [JAR]
├─ com.github.dozermapper.jmh.generated.DozerBeanMapperBenchmark_jmhType_B3.class - [JAR]
├─ com.github.dozermapper.jmh.generated.DozerBeanMapperBenchmark_mapSimpleSameTypes_jmhTest.class - [JAR]