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 kafir-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ir.moke.kafir.annotation
├─ ir.moke.kafir.annotation.DELETE.class - [JAR]
├─ ir.moke.kafir.annotation.GET.class - [JAR]
├─ ir.moke.kafir.annotation.POST.class - [JAR]
├─ ir.moke.kafir.annotation.PUT.class - [JAR]
├─ ir.moke.kafir.annotation.PathParameter.class - [JAR]
├─ ir.moke.kafir.annotation.QueryParameter.class - [JAR]
ir.moke.kafir.http
├─ ir.moke.kafir.http.HttpMethod.class - [JAR]
├─ ir.moke.kafir.http.JsonBodyHandler.class - [JAR]
├─ ir.moke.kafir.http.Kafir.class - [JAR]
├─ ir.moke.kafir.http.KafirProxy.class - [JAR]
ir.moke.kafir.utils
├─ ir.moke.kafir.utils.JsonUtils.class - [JAR]
├─ ir.moke.kafir.utils.Parser.class - [JAR]
├─ ir.moke.kafir.utils.ReflectionUtils.class - [JAR]