Class TinyMailEnabledProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = TinyMailEnabledProp.Key) public class TinyMailEnabledProp
wings-enabled-79.properties
- Since:
2021-02-13
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic final static StringKey$mvcListpublic final static StringKey$mvcSend
-
Constructor Summary
Constructors Constructor Description TinyMailEnabledProp()
-
Method Summary
Modifier and Type Method Description booleanisMvcList()whether to enable MailListController booleanisMvcSend()whether to enable MailSendController booleanequals(@Nullable() Object o)inthashCode()StringtoString()voidsetMvcList(boolean mvcList)whether to enable MailListController voidsetMvcSend(boolean mvcSend)whether to enable MailSendController -
-
Method Detail
-
isMvcList
boolean isMvcList()
whether to enable MailListController
-
isMvcSend
boolean isMvcSend()
whether to enable MailSendController
-
hashCode
int hashCode()
-
setMvcList
void setMvcList(boolean mvcList)
whether to enable MailListController
-
setMvcSend
void setMvcSend(boolean mvcSend)
whether to enable MailSendController
-
-
-
-