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 spring-social-microsoft-graph-0.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.azure.msgraph.api
├─ com.microsoft.azure.msgraph.api.BodyType.class - [JAR]
├─ com.microsoft.azure.msgraph.api.CustomOperations.class - [JAR]
├─ com.microsoft.azure.msgraph.api.EmailAddress.class - [JAR]
├─ com.microsoft.azure.msgraph.api.Importance.class - [JAR]
├─ com.microsoft.azure.msgraph.api.InferenceClassificationType.class - [JAR]
├─ com.microsoft.azure.msgraph.api.ItemBody.class - [JAR]
├─ com.microsoft.azure.msgraph.api.MailOperations.class - [JAR]
├─ com.microsoft.azure.msgraph.api.Message.class - [JAR]
├─ com.microsoft.azure.msgraph.api.Messages.class - [JAR]
├─ com.microsoft.azure.msgraph.api.Microsoft.class - [JAR]
├─ com.microsoft.azure.msgraph.api.Recipient.class - [JAR]
├─ com.microsoft.azure.msgraph.api.User.class - [JAR]
├─ com.microsoft.azure.msgraph.api.UserOperations.class - [JAR]
com.microsoft.azure.msgraph.api.impl
├─ com.microsoft.azure.msgraph.api.impl.AbstractMicrosoftOperations.class - [JAR]
├─ com.microsoft.azure.msgraph.api.impl.CustomTemplate.class - [JAR]
├─ com.microsoft.azure.msgraph.api.impl.MailTemplate.class - [JAR]
├─ com.microsoft.azure.msgraph.api.impl.MicrosoftTemplate.class - [JAR]
├─ com.microsoft.azure.msgraph.api.impl.UserTemplate.class - [JAR]
com.microsoft.azure.msgraph.connect
├─ com.microsoft.azure.msgraph.connect.MicrosoftAdapter.class - [JAR]
├─ com.microsoft.azure.msgraph.connect.MicrosoftConnectionFactory.class - [JAR]
├─ com.microsoft.azure.msgraph.connect.MicrosoftServiceProvider.class - [JAR]