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 java-8-matchers-1.9.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
uk.co.probablyfine.matchers.internal
├─ uk.co.probablyfine.matchers.internal.DescriptionUtils.class - [JAR]
uk.co.probablyfine.matchers
├─ uk.co.probablyfine.matchers.Java8Matchers.class - [JAR]
├─ uk.co.probablyfine.matchers.OptionalMatchers.class - [JAR]
├─ uk.co.probablyfine.matchers.StreamMatchers.class - [JAR]
├─ uk.co.probablyfine.matchers.TimeMatchers.class - [JAR]
uk.co.probablyfine.matchers.function
├─ uk.co.probablyfine.matchers.function.DescribableFunction.class - [JAR]
├─ uk.co.probablyfine.matchers.function.DescribablePredicate.class - [JAR]
├─ uk.co.probablyfine.matchers.function.SerializedLambdaResolvable.class - [JAR]
├─ uk.co.probablyfine.matchers.function.SingleArgumentDescribableFunctionalInterface.class - [JAR]
├─ uk.co.probablyfine.matchers.function.UnableToGuessMethodException.class - [JAR]