Uses of Class
org.nekosoft.pdffer.props.PdfferMailerControllerProps
Packages that use PdfferMailerControllerProps
-
Uses of PdfferMailerControllerProps in org.nekosoft.pdffer.actuator
Methods in org.nekosoft.pdffer.actuator that return PdfferMailerControllerPropsModifier and TypeMethodDescriptionMailerControllerInfoEndpoint.props()
A READ operation that returns the PDFfer mailer controller configuration in the form of a Properties POJO.Constructors in org.nekosoft.pdffer.actuator with parameters of type PdfferMailerControllerPropsModifierConstructorDescriptionMailerControllerInfoEndpoint(PdfferMailerControllerProps mailerControllerProps)
Allows Spring to create the endpoint instance and pass thePdfferMailerControllerProps
instance into it.