Package io.quarkus.mailer.deployment
Class MailerProcessor.CacheAttachmentsEnabled
- java.lang.Object
-
- io.quarkus.mailer.deployment.MailerProcessor.CacheAttachmentsEnabled
-
- All Implemented Interfaces:
BooleanSupplier
- Enclosing class:
- MailerProcessor
public static class MailerProcessor.CacheAttachmentsEnabled extends Object implements BooleanSupplier
-
-
Field Summary
Fields Modifier and Type Field Description (package private) MailBuildTimeConfigconfig
-
Constructor Summary
Constructors Constructor Description CacheAttachmentsEnabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetAsBoolean()
-
-
-
Field Detail
-
config
MailBuildTimeConfig config
-
-
Method Detail
-
getAsBoolean
public boolean getAsBoolean()
- Specified by:
getAsBooleanin interfaceBooleanSupplier
-
-