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 stream-test-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.annimon.stream.test.mockito
├─ com.annimon.stream.test.mockito.OptionalMatcher.class - [JAR]
com.annimon.stream.test.hamcrest
├─ com.annimon.stream.test.hamcrest.CommonMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.DoubleStreamMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.IntStreamMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.LongStreamMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.OptionalBooleanMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.OptionalDoubleMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.OptionalIntMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.OptionalLongMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.OptionalMatcher.class - [JAR]
├─ com.annimon.stream.test.hamcrest.StreamMatcher.class - [JAR]