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 java-sdk-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.mail7.sdk.helper
├─ io.mail7.sdk.helper.JsonDeserializer.class - [JAR]
├─ io.mail7.sdk.helper.Mail7Request.class - [JAR]
├─ io.mail7.sdk.helper.Mail7Validator.class - [JAR]
io.mail7.sdk.models.responsemodels
├─ io.mail7.sdk.models.responsemodels.ApiResponse.class - [JAR]
├─ io.mail7.sdk.models.responsemodels.EmailResponse.class - [JAR]
├─ io.mail7.sdk.models.responsemodels.InboxResponse.class - [JAR]
├─ io.mail7.sdk.models.responsemodels.RoutingRule.class - [JAR]
io.mail7.sdk.util
├─ io.mail7.sdk.util.AsyncHandler.class - [JAR]
├─ io.mail7.sdk.util.ErrorResponse.class - [JAR]
├─ io.mail7.sdk.util.ExtraInfo.class - [JAR]
├─ io.mail7.sdk.util.Mail7SDK.class - [JAR]
├─ io.mail7.sdk.util.ValidationError.class - [JAR]
io.mail7.sdk.api
├─ io.mail7.sdk.api.EmailApi.class - [JAR]
├─ io.mail7.sdk.api.RoutingRuleApi.class - [JAR]