Uses of Interface
edu.suffolk.litlab.efsp.ecfcodes.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 TypeMethodDescriptionAddressDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, CodesParser parser, InfoCollector collector) Parses an address from the DA Json Object.FilingDocDocassembleJacksonDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, Map<String, PartyId> varToPartyId, int sequenceNum, List<FilingCode> filingOptions, boolean isInitialFiling, boolean hasServiceContacts, CodesParser parser, InfoCollector collector) Parses a filing from the DA Json Object.static NameNameDocassembleDeserializer.fromNode(com.fasterxml.jackson.databind.JsonNode node, boolean isOrg, 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.services.api
Methods in edu.suffolk.litlab.efsp.server.services.api that return types with arguments of type CodesParserModifier and TypeMethodDescriptionEfmFilingInterface.getParser(String courtId, TylerUserNamePassword creds) -
Uses of CodesParser in edu.suffolk.litlab.efsp.server.services.impl
Methods in edu.suffolk.litlab.efsp.server.services.impl that return types with arguments of type CodesParserModifier and TypeMethodDescriptionEcf4Filer.getParser(String courtId, TylerUserNamePassword creds) -
Uses of CodesParser in edu.suffolk.litlab.efsp.tyler.ecfcodes
Classes in edu.suffolk.litlab.efsp.tyler.ecfcodes that implement CodesParserModifier and TypeClassDescriptionclassAll of the Tyler code specific conversions and logic checks from our objects (really light wrappers over the JSON objects).Methods in edu.suffolk.litlab.efsp.tyler.ecfcodes that return types with arguments of type CodesParserModifier and TypeMethodDescriptionstatic Optional<CodesParser> TylerCodesParser.makeParser(CodeDatabase cd, DevelopmentPolicyParametersType policy, String courtId, boolean isIndividual) -
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)