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 philter-java-sdk-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mtnfog.philter.services
├─ com.mtnfog.philter.services.FilterProfileRegistryService.class - [JAR]
├─ com.mtnfog.philter.services.PhilterService.class - [JAR]
com.mtnfog.philter
├─ com.mtnfog.philter.FilterProfileRegistryClient.class - [JAR]
├─ com.mtnfog.philter.PhilterClient.class - [JAR]
com.mtnfog.philter.model
├─ com.mtnfog.philter.model.ExplainResponse.class - [JAR]
├─ com.mtnfog.philter.model.Explanation.class - [JAR]
├─ com.mtnfog.philter.model.FilterResponse.class - [JAR]
├─ com.mtnfog.philter.model.FilteredSpan.class - [JAR]
├─ com.mtnfog.philter.model.Span.class - [JAR]
├─ com.mtnfog.philter.model.StatusResponse.class - [JAR]