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 app-commons-1.7.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opensingular.app.commons.mail.persistence.dao
├─ org.opensingular.app.commons.mail.persistence.dao.EmailAddresseeDao.class - [JAR]
├─ org.opensingular.app.commons.mail.persistence.dao.EmailDao.class - [JAR]
org.opensingular.app.commons.mail.exception
├─ org.opensingular.app.commons.mail.exception.SingularMailException.class - [JAR]
org.opensingular.app.commons.mail.service.dto
├─ org.opensingular.app.commons.mail.service.dto.Email.class - [JAR]
org.opensingular.app.commons.spring.security
├─ org.opensingular.app.commons.spring.security.SingularUserDetailsFactoryBean.class - [JAR]
org.opensingular.app.commons.mail.persistence.entity.enums
├─ org.opensingular.app.commons.mail.persistence.entity.enums.AddresseType.class - [JAR]
org.opensingular.app.commons.mail.schedule
├─ org.opensingular.app.commons.mail.schedule.TransactionalQuartzScheduledService.class - [JAR]
├─ org.opensingular.app.commons.mail.schedule.TransactionalScheduledJobProxy.class - [JAR]
org.opensingular.app.commons.mail.service.email
├─ org.opensingular.app.commons.mail.service.email.DefaultEmailConfiguration.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.DefaultMailSenderREST.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.EmailPersistenceService.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.EmailSender.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.EmailSenderScheduledJob.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.IEmailService.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.IMailSenderREST.class - [JAR]
├─ org.opensingular.app.commons.mail.service.email.MailDataSourceIAttachmentRefAdapter.class - [JAR]
org.opensingular.app.commons.mail.persistence.entity.email
├─ org.opensingular.app.commons.mail.persistence.entity.email.EmailAddresseeEntity.class - [JAR]
├─ org.opensingular.app.commons.mail.persistence.entity.email.EmailEntity.class - [JAR]