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 portal-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.jdcloud.sdk.service.portal.client
├─ com.jdcloud.sdk.service.portal.client.DescribeProductExecutor.class - [JAR]
├─ com.jdcloud.sdk.service.portal.client.DescribeProductsByIdExecutor.class - [JAR]
├─ com.jdcloud.sdk.service.portal.client.PortalClient.class - [JAR]
com.jdcloud.sdk.service.portal.model
├─ com.jdcloud.sdk.service.portal.model.DescribeProductRequest.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.DescribeProductResponse.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.DescribeProductResult.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.DescribeProductsByIdRequest.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.DescribeProductsByIdResponse.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.DescribeProductsByIdResult.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.LinkVo.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.Navigation.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.NoticeVo.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.Product.class - [JAR]
├─ com.jdcloud.sdk.service.portal.model.ProductTxt.class - [JAR]