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 problem-gson-0.27.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.zalando.problem.gson
├─ org.zalando.problem.gson.CustomProblemAdapter.class - [JAR]
├─ org.zalando.problem.gson.DefaultProblemAdapter.class - [JAR]
├─ org.zalando.problem.gson.ProblemAdapterFactory.class - [JAR]
├─ org.zalando.problem.gson.StatusTypeAdapter.class - [JAR]
├─ org.zalando.problem.gson.URITypeAdapter.class - [JAR]
├─ org.zalando.problem.gson.UnknownStatus.class - [JAR]