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 tradeshift-sdk-network-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tradeshift.sdk.network.domain
├─ com.tradeshift.sdk.network.domain.AcceptConnection.class - [JAR]
├─ com.tradeshift.sdk.network.domain.AcceptedConnection.class - [JAR]
├─ com.tradeshift.sdk.network.domain.CompanyConnection.class - [JAR]
├─ com.tradeshift.sdk.network.domain.Connection.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionContextMsg.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionGroup.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionQuery.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionRequest.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionRequestSent.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ConnectionRequestsQuery.class - [JAR]
├─ com.tradeshift.sdk.network.domain.CreateConnectionGroup.class - [JAR]
├─ com.tradeshift.sdk.network.domain.CreateExternalConnectionRequest.class - [JAR]
├─ com.tradeshift.sdk.network.domain.ExternalConnectionCreated.class - [JAR]
├─ com.tradeshift.sdk.network.domain.MutualConnectionRequest.class - [JAR]
├─ com.tradeshift.sdk.network.domain.NetworkRequest.class - [JAR]
├─ com.tradeshift.sdk.network.domain.NetworkRequestList.class - [JAR]
com.tradeshift.sdk.network
├─ com.tradeshift.sdk.network.JacksonJsonNetworkDeserializer.class - [JAR]
├─ com.tradeshift.sdk.network.JsonNetworkSerializer.class - [JAR]
├─ com.tradeshift.sdk.network.NetworkDeserializer.class - [JAR]
├─ com.tradeshift.sdk.network.NetworkSerializer.class - [JAR]
├─ com.tradeshift.sdk.network.TradeshiftNetwork.class - [JAR]
├─ com.tradeshift.sdk.network.TradeshiftNetworkClient.class - [JAR]