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 hamcrest-auto-matcher-0.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.hamstercommunity.matcher.auto
├─ com.github.hamstercommunity.matcher.auto.AutoConfigBuilder.class - [JAR]
├─ com.github.hamstercommunity.matcher.auto.AutoMatcher.class - [JAR]
com.github.hamstercommunity.matcher
├─ com.github.hamstercommunity.matcher.BaseTypeSafeDiagnosingMatcher.class - [JAR]
├─ com.github.hamstercommunity.matcher.DescriptionBuilder.class - [JAR]
├─ com.github.hamstercommunity.matcher.MismatchReporter.class - [JAR]
com.github.hamstercommunity.matcher.config
├─ com.github.hamstercommunity.matcher.config.ConfigurableMatcher.class - [JAR]
├─ com.github.hamstercommunity.matcher.config.MatcherConfig.class - [JAR]
├─ com.github.hamstercommunity.matcher.config.PropertyConfig.class - [JAR]