Uses of Interface
edu.suffolk.litlab.efsp.server.ecf4.CodesParser
Packages that use CodesParser
Package
Description
-
Uses of CodesParser in edu.suffolk.litlab.efsp.docassemble
Methods in edu.suffolk.litlab.efsp.docassemble with parameters of type CodesParserModifier and TypeMethodDescriptionFilingDocDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, Map<String, PartyId> varToPartyId, int sequenceNum, List<FilingCode> filingOptions, CodesParser parser, InfoCollector collector) Parses a filing from the DA Json Object.static NameNameDocassembleDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, CodesParser parser, InfoCollector collector) static com.hubspot.algebra.Result<Person, FilingError> PersonDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, CodesParser parser, InfoCollector collector) Parses a person from the Json Object.com.hubspot.algebra.Result<FilingInformation, FilingError> DocassembleToFilingInformationConverter.traverseInterview(String interviewContents, CodesParser parser, InfoCollector collector) Constructors in edu.suffolk.litlab.efsp.docassemble with parameters of type CodesParserModifierConstructorDescriptionFilingInformationDocassembleJacksonDeserializer(Class<FilingInformation> t, InfoCollector collector, CodesParser parser, TylerEnv env) -
Uses of CodesParser in edu.suffolk.litlab.efsp.server.ecf4.tyler
Classes in edu.suffolk.litlab.efsp.server.ecf4.tyler that implement CodesParserModifier and TypeClassDescriptionclassAll of the Tyler code specific conversions and logic checks from our objects (really light wrappers over the JSON objects). -
Uses of CodesParser in edu.suffolk.litlab.efsp.utils
Methods in edu.suffolk.litlab.efsp.utils with parameters of type CodesParserModifier and TypeMethodDescriptioncom.hubspot.algebra.Result<FilingInformation, FilingError> InterviewToFilingInformationConverter.extractInformation(String interviewContents, CodesParser parser) abstract com.hubspot.algebra.Result<FilingInformation, FilingError> InterviewToFilingInformationConverter.traverseInterview(String interviewContents, CodesParser parser, InfoCollector collector)