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 matchers-1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.nitorcreations
├─ com.nitorcreations.Matchers.class - [JAR]
com.nitorcreations.matchers.test
├─ com.nitorcreations.matchers.test.DescriptionMatcher.class - [JAR]
com.nitorcreations.matchers
├─ com.nitorcreations.matchers.CollectionMatchers.class - [JAR]
├─ com.nitorcreations.matchers.CountThat.class - [JAR]
├─ com.nitorcreations.matchers.FieldMatcher.class - [JAR]
├─ com.nitorcreations.matchers.HasItemAtIndex.class - [JAR]
├─ com.nitorcreations.matchers.IteratorMatcher.class - [JAR]
├─ com.nitorcreations.matchers.MapMatchers.class - [JAR]
├─ com.nitorcreations.matchers.ReflectionEqualsMatcher.class - [JAR]
├─ com.nitorcreations.matchers.SerializableMatcher.class - [JAR]
├─ com.nitorcreations.matchers.StringMatchers.class - [JAR]