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 matchbox-0.1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.javafunk.matchbox
├─ org.javafunk.matchbox.Matchers.class - [JAR]
├─ org.javafunk.matchbox.SelfDescribingPredicate.class - [JAR]
org.javafunk.matchbox.implementations
├─ org.javafunk.matchbox.implementations.BetweenMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.HasAllElementsSatisfyingMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.HasOnlyItemsInAnyOrderMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.HasOnlyItemsInOrderMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.HasSomeElementsSatisfyingMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.IsBeanWithSameAttributesAsMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.MatchesMatcher.class - [JAR]
├─ org.javafunk.matchbox.implementations.MismatchMessageMatcher.class - [JAR]