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 mail-spring-boot-autoconfigure-1.0.52.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.framework.mail.spring.boot.autoconfigure
├─ com.framework.mail.spring.boot.autoconfigure.MailAutoConfiguration.class - [JAR]
com.framework.mail.spring.boot.autoconfigure.pojo
├─ com.framework.mail.spring.boot.autoconfigure.pojo.MailBoxParam.class - [JAR]
├─ com.framework.mail.spring.boot.autoconfigure.pojo.PullMailParam.class - [JAR]
├─ com.framework.mail.spring.boot.autoconfigure.pojo.SendMailParam.class - [JAR]
├─ com.framework.mail.spring.boot.autoconfigure.pojo.SendMailResponse.class - [JAR]
com.framework.mail.spring.boot.autoconfigure.properties
├─ com.framework.mail.spring.boot.autoconfigure.properties.MailPeoperties.class - [JAR]
├─ com.framework.mail.spring.boot.autoconfigure.properties.PullMailProperties.class - [JAR]
├─ com.framework.mail.spring.boot.autoconfigure.properties.SendMailProperties.class - [JAR]
com.framework.mail.spring.boot.autoconfigure.service
├─ com.framework.mail.spring.boot.autoconfigure.service.JavaMailService.class - [JAR]
com.framework.mail.spring.boot.autoconfigure.service.impl
├─ com.framework.mail.spring.boot.autoconfigure.service.impl.JavaMailServiceImpl.class - [JAR]