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 lvapi-client-sdk-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.lvapi.RequestParam
├─ com.example.lvapi.RequestParam.NameRequestParam.class - [JAR]
com.example.lvapi
├─ com.example.lvapi.LvapiClientConfig.class - [JAR]
com.example.lvapi.util
├─ com.example.lvapi.util.CodeUtil.class - [JAR]
├─ com.example.lvapi.util.HttpRequestUtil.class - [JAR]
├─ com.example.lvapi.util.SignUtil.class - [JAR]
com.example.lvapi.common
├─ com.example.lvapi.common.BaseResponse.class - [JAR]
├─ com.example.lvapi.common.ErrorCode.class - [JAR]
├─ com.example.lvapi.common.ResultUtils.class - [JAR]
com.example.lvapi.pojo
├─ com.example.lvapi.pojo.User.class - [JAR]
com.example.lvapi.client
├─ com.example.lvapi.client.ApiClient.class - [JAR]