Class InterviewToFilingInformationConverter
java.lang.Object
edu.suffolk.litlab.efspserver.services.InterviewToFilingInformationConverter
- Direct Known Subclasses:
DocassembleToFilingInformationConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<FilingInformation, FilingError> extractInformation
(String interviewContents) abstract com.hubspot.algebra.Result
<FilingInformation, FilingError> traverseInterview
(String interviewContents, InfoCollector collector)
-
Constructor Details
-
InterviewToFilingInformationConverter
public InterviewToFilingInformationConverter()
-
-
Method Details
-
extractInformation
public com.hubspot.algebra.Result<FilingInformation,FilingError> extractInformation(String interviewContents) -
traverseInterview
public abstract com.hubspot.algebra.Result<FilingInformation,FilingError> traverseInterview(String interviewContents, InfoCollector collector)
-