Uses of Class
org.nekosoft.pdffer.props.PdfferWebControllerProps
Packages that use PdfferWebControllerProps
-
Uses of PdfferWebControllerProps in org.nekosoft.pdffer.actuator
Methods in org.nekosoft.pdffer.actuator that return PdfferWebControllerPropsModifier and TypeMethodDescriptionWebControllerInfoEndpoint.props()A READ operation that returns the PDFfer web controller configuration in the form of a Properties POJO.Constructors in org.nekosoft.pdffer.actuator with parameters of type PdfferWebControllerPropsModifierConstructorDescriptionWebControllerInfoEndpoint(PdfferWebControllerProps webControllerProps)Allows Spring to create the endpoint instance and pass thePdfferWebControllerPropsinstance into it.