Package formflow.library.pdf
Class PdfFieldMapper
java.lang.Object
formflow.library.pdf.PdfFieldMapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PdfFieldMapper
-
-
Method Details
-
map
Maps SubmissionFields to PdfFields, taking into account if they are a SingleField or a CheckboxField type of SubmissionField.- Parameters:
submissionFields- List of SubmissionFields containing user input dataflow- The flow that we should get the PdfMap of to use in mapping- Returns:
- List of PdfFields containing a PdfField and it's data value
-