@org.springframework.boot.context.properties.ConfigurationProperties(value: PREFIX) class MailConfigurationProperties extends java.lang.Object
| Modifiers | Name | Description |
|---|---|---|
static class |
MailConfigurationProperties.Defaults |
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
PREFIX |
|
private MailConfigurationProperties.Defaults |
defaults |
|
private boolean |
disabled |
|
private java.lang.String |
encoding |
|
private java.lang.String |
host |
|
private java.lang.String |
jndiName |
|
private java.lang.String |
overrideAddress |
|
private java.lang.String |
password |
|
private java.lang.Integer |
poolSize |
|
private java.lang.Integer |
port |
|
private java.util.Properties |
props |
|
private java.lang.String |
protocol |
|
private java.lang.String |
username |
| Type | Name and description |
|---|---|
MailConfigurationProperties.Defaults |
defaults |
boolean |
disabled |
java.lang.String |
encoding |
java.lang.String |
host |
java.lang.String |
jndiName |
java.lang.String |
overrideAddress |
java.lang.String |
password |
java.lang.Integer |
poolSize |
java.lang.Integer |
port |
java.util.Properties |
props |
java.lang.String |
protocol |
java.lang.String |
username |
| Constructor and description |
|---|
MailConfigurationProperties
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
MailConfigurationProperties.Defaults |
getDefault()We can't use 'default' as a groovy property name as it is a reserved keyword. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
We can't use 'default' as a groovy property name as it is a reserved keyword. But it is possible to define a getter for it to make it compatible.
Groovy Documentation