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 platform-common-1.1.2-RELEASES.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.cloud.platform.common.exception
├─ com.cloud.platform.common.exception.BaseException.class - [JAR]
├─ com.cloud.platform.common.exception.BaseExceptionCode.class - [JAR]
com.cloud.platform.common.utils
├─ com.cloud.platform.common.utils.JsonUtil.class - [JAR]
com.cloud.platform.common.constants
├─ com.cloud.platform.common.constants.PlatformCommonConstant.class - [JAR]
com.cloud.platform.common.domain.entity
├─ com.cloud.platform.common.domain.entity.BaseEntity.class - [JAR]
├─ com.cloud.platform.common.domain.entity.Entity.class - [JAR]
com.cloud.platform.common.domain.query
├─ com.cloud.platform.common.domain.query.BaseQuery.class - [JAR]
com.cloud.platform.common.domain.dto
├─ com.cloud.platform.common.domain.dto.BaseDTO.class - [JAR]
├─ com.cloud.platform.common.domain.dto.DTO.class - [JAR]
com.cloud.platform.common.serializer
├─ com.cloud.platform.common.serializer.LongToStringSerializer.class - [JAR]
com.cloud.platform.common.domain.response
├─ com.cloud.platform.common.domain.response.BaseResponse.class - [JAR]
├─ com.cloud.platform.common.domain.response.PageQueryResponse.class - [JAR]
com.cloud.platform.common.domain.request
├─ com.cloud.platform.common.domain.request.BaseRequest.class - [JAR]
├─ com.cloud.platform.common.domain.request.PageQueryRequest.class - [JAR]
com.cloud.platform.common.enums
├─ com.cloud.platform.common.enums.BaseErrorCodeEnum.class - [JAR]