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 exchange-account-biz-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zxgangandy.account.biz.entity
├─ com.zxgangandy.account.biz.entity.SpotAccount.class - [JAR]
├─ com.zxgangandy.account.biz.entity.SpotAccountFrozen.class - [JAR]
├─ com.zxgangandy.account.biz.entity.SpotAccountLog.class - [JAR]
├─ com.zxgangandy.account.biz.entity.SpotAccountTrade.class - [JAR]
├─ com.zxgangandy.account.biz.entity.SpotAccountUnfrozen.class - [JAR]
com.zxgangandy.account.biz.constant
├─ com.zxgangandy.account.biz.constant.TradeType.class - [JAR]
com.zxgangandy.account.biz.bo
├─ com.zxgangandy.account.biz.bo.DepositReqBO.class - [JAR]
├─ com.zxgangandy.account.biz.bo.FrozenReqBO.class - [JAR]
├─ com.zxgangandy.account.biz.bo.UnfrozenReqBO.class - [JAR]
├─ com.zxgangandy.account.biz.bo.WithdrawReqBO.class - [JAR]
com.zxgangandy.account.biz.mapper
├─ com.zxgangandy.account.biz.mapper.SpotAccountFrozenMapper.class - [JAR]
├─ com.zxgangandy.account.biz.mapper.SpotAccountLogMapper.class - [JAR]
├─ com.zxgangandy.account.biz.mapper.SpotAccountMapper.class - [JAR]
├─ com.zxgangandy.account.biz.mapper.SpotAccountTradeMapper.class - [JAR]
├─ com.zxgangandy.account.biz.mapper.SpotAccountUnfrozenMapper.class - [JAR]
com.zxgangandy.account.biz.service.impl
├─ com.zxgangandy.account.biz.service.impl.SpotAccountFrozenServiceImpl.class - [JAR]
├─ com.zxgangandy.account.biz.service.impl.SpotAccountLogServiceImpl.class - [JAR]
├─ com.zxgangandy.account.biz.service.impl.SpotAccountServiceImpl.class - [JAR]
├─ com.zxgangandy.account.biz.service.impl.SpotAccountTradeServiceImpl.class - [JAR]
├─ com.zxgangandy.account.biz.service.impl.SpotAccountUnfrozenServiceImpl.class - [JAR]
com.zxgangandy.account.biz.support
├─ com.zxgangandy.account.biz.support.AccountSupport.class - [JAR]
com.zxgangandy.account.biz.service
├─ com.zxgangandy.account.biz.service.ISpotAccountFrozenService.class - [JAR]
├─ com.zxgangandy.account.biz.service.ISpotAccountLogService.class - [JAR]
├─ com.zxgangandy.account.biz.service.ISpotAccountService.class - [JAR]
├─ com.zxgangandy.account.biz.service.ISpotAccountTradeService.class - [JAR]
├─ com.zxgangandy.account.biz.service.ISpotAccountUnfrozenService.class - [JAR]
com.zxgangandy.account.biz.exception
├─ com.zxgangandy.account.biz.exception.AccountErrCode.class - [JAR]