Class DocassembleToFilingInformationConverter
java.lang.Object
edu.suffolk.litlab.efspserver.services.InterviewToFilingInformationConverter
edu.suffolk.litlab.efspserver.docassemble.DocassembleToFilingInformationConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<FilingInformation, FilingError> traverseInterview
(String interviewContents, InfoCollector collector) Methods inherited from class edu.suffolk.litlab.efspserver.services.InterviewToFilingInformationConverter
extractInformation
-
Constructor Details
-
DocassembleToFilingInformationConverter
-
-
Method Details
-
traverseInterview
public com.hubspot.algebra.Result<FilingInformation,FilingError> traverseInterview(String interviewContents, InfoCollector collector) - Specified by:
traverseInterview
in classInterviewToFilingInformationConverter
-