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 sitewhere-java-client-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sitewhere.spi
├─ com.sitewhere.spi.ISiteWhereClient.class - [JAR]
├─ com.sitewhere.spi.ITenantAuthentication.class - [JAR]
com.sitewhere.rest.client
├─ com.sitewhere.rest.client.AuthenticationRetrofit.class - [JAR]
├─ com.sitewhere.rest.client.Base64.class - [JAR]
├─ com.sitewhere.rest.client.SiteWhereClient.class - [JAR]
├─ com.sitewhere.rest.client.SiteWhereRestRetrofit.class - [JAR]
├─ com.sitewhere.rest.client.TenantAuthentication.class - [JAR]