Index
All Classes and Interfaces|All Packages
A
- attachment() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns the value of the
attachmentrecord component.
B
- body() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns the value of the
bodyrecord component.
C
- cause() - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Returns the value of the
causerecord component. - com.github.migangqui.spring.email.config - package com.github.migangqui.spring.email.config
- com.github.migangqui.spring.email.model - package com.github.migangqui.spring.email.model
- com.github.migangqui.spring.email.service - package com.github.migangqui.spring.email.service
E
- Email - Record Class in com.github.migangqui.spring.email.model
- Email(String, String, String, String) - Constructor for record class com.github.migangqui.spring.email.model.Email
- Email(String, String, String, String, InputStream, String) - Constructor for record class com.github.migangqui.spring.email.model.Email
- Email(String, String, String, String, Optional<Email.EmailAttachment>) - Constructor for record class com.github.migangqui.spring.email.model.Email
-
Creates an instance of a
Emailrecord class. - Email.EmailAttachment - Record Class in com.github.migangqui.spring.email.model
- EmailAttachment(InputStream, String) - Constructor for record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Creates an instance of a
EmailAttachmentrecord class. - emailSender(JavaMailSender) - Method in class com.github.migangqui.spring.email.config.EmailSenderConfig
- EmailSender - Interface in com.github.migangqui.spring.email.service
- EmailSenderConfig - Class in com.github.migangqui.spring.email.config
- EmailSenderConfig() - Constructor for class com.github.migangqui.spring.email.config.EmailSenderConfig
- EmailSenderImpl - Class in com.github.migangqui.spring.email.service
- EmailSenderImpl(JavaMailSender) - Constructor for class com.github.migangqui.spring.email.service.EmailSenderImpl
- equals(Object) - Method in record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github.migangqui.spring.email.model.Email
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Indicates whether some other object is "equal to" this one.
- exception() - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Returns the value of the
exceptionrecord component.
F
- file() - Method in record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Returns the value of the
filerecord component. - filename() - Method in record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Returns the value of the
filenamerecord component. - from() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns the value of the
fromrecord component.
H
- hashCode() - Method in record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Returns a hash code value for this object.
S
- send(Email) - Method in interface com.github.migangqui.spring.email.service.EmailSender
- send(Email) - Method in class com.github.migangqui.spring.email.service.EmailSenderImpl
- sendAsync(Email) - Method in interface com.github.migangqui.spring.email.service.EmailSender
- sendAsync(Email) - Method in class com.github.migangqui.spring.email.service.EmailSenderImpl
- SendEmailResult - Record Class in com.github.migangqui.spring.email.model
- SendEmailResult(Integer) - Constructor for record class com.github.migangqui.spring.email.model.SendEmailResult
- SendEmailResult(Integer, String, Exception) - Constructor for record class com.github.migangqui.spring.email.model.SendEmailResult
-
Creates an instance of a
SendEmailResultrecord class. - status() - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Returns the value of the
statusrecord component. - subject() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns the value of the
subjectrecord component.
T
- to() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns the value of the
torecord component. - toString() - Method in record class com.github.migangqui.spring.email.model.Email.EmailAttachment
-
Returns a string representation of this record class.
- toString() - Method in record class com.github.migangqui.spring.email.model.Email
-
Returns a string representation of this record class.
- toString() - Method in record class com.github.migangqui.spring.email.model.SendEmailResult
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages