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 balance-client-api-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.balance.client.api.dto.resp.trans
├─ com.github.houbb.balance.client.api.dto.resp.trans.BalanceQueryTransStatusResponse.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.resp.trans.CommonBalanceTransResponse.class - [JAR]
com.github.houbb.balance.client.api.dto.req.user
├─ com.github.houbb.balance.client.api.dto.req.user.BalanceQueryUserBalanceRequest.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.req.user.BalanceUserOpenAccountRequest.class - [JAR]
com.github.houbb.balance.client.api.facade
├─ com.github.houbb.balance.client.api.facade.BalanceTransFacade.class - [JAR]
├─ com.github.houbb.balance.client.api.facade.BalanceUserFacade.class - [JAR]
com.github.houbb.balance.client.api.dto.req.trans
├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceQueryTransStatusRequest.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceTransMultiTransferRequest.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceTransTransferRequest.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.req.trans.CommonBalanceTransRequest.class - [JAR]
com.github.houbb.balance.client.api.dto.resp.user
├─ com.github.houbb.balance.client.api.dto.resp.user.BalanceQueryUserBalanceResponse.class - [JAR]
├─ com.github.houbb.balance.client.api.dto.resp.user.BalanceUserOpenAccountResponse.class - [JAR]
com.github.houbb.balance.client.api.dto.req.trans.component
├─ com.github.houbb.balance.client.api.dto.req.trans.component.TransTransferDto.class - [JAR]