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 common-entity-2023.2.28.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.touchbiz.common.entity.query
├─ com.touchbiz.common.entity.query.BaseQuery.class - [JAR]
com.touchbiz.common.entity.dto
├─ com.touchbiz.common.entity.dto.BaseRequest.class - [JAR]
com.touchbiz.common.entity.model
├─ com.touchbiz.common.entity.model.SysPermissionDataRuleModel.class - [JAR]
├─ com.touchbiz.common.entity.model.SysUserCacheInfo.class - [JAR]
com.touchbiz.common.entity.exception
├─ com.touchbiz.common.entity.exception.BizException.class - [JAR]
├─ com.touchbiz.common.entity.exception.ParamException.class - [JAR]
├─ com.touchbiz.common.entity.exception.RpcException.class - [JAR]
├─ com.touchbiz.common.entity.exception.SecurityException.class - [JAR]
com.touchbiz.common.entity.enums
├─ com.touchbiz.common.entity.enums.SensitiveEnum.class - [JAR]
com.touchbiz.common.entity.result
├─ com.touchbiz.common.entity.result.CommonPageResult.class - [JAR]
├─ com.touchbiz.common.entity.result.MonoResult.class - [JAR]
├─ com.touchbiz.common.entity.result.Result.class - [JAR]
com.touchbiz.common.entity.annotation
├─ com.touchbiz.common.entity.annotation.Auth.class - [JAR]
├─ com.touchbiz.common.entity.annotation.SensitiveField.class - [JAR]