Uses of Class
edu.suffolk.litlab.efspserver.ecf4.EcfCourtSpecificSerializer
Packages that use EcfCourtSpecificSerializer
-
Uses of EcfCourtSpecificSerializer in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.ecf4 with parameters of type EcfCourtSpecificSerializerModifier and TypeMethodDescriptioncom.hubspot.algebra.Result
<CaseType, FilingError> Ecfv5CaseTypeFactory.createCaseType
(FilingInformation info, ComboCaseCodes allCodes, CodeDatabase cd, EcfCourtSpecificSerializer serializer, InfoCollector collector, Optional<Map<PartyId, Person>> existingParties) EcfCaseTypeFactory.lateStageFilingAssociationAdd
(EcfCourtSpecificSerializer serializer, Map<String, Object> filingIdToObj, Map<String, List<PartyId>> filingAssociations, Map<String, Object> partyIdToRefObj) Dumb XML requires you to have the Object itself before you can reference it, you can't just use the ID.org.apache.commons.lang3.tuple.Pair
<jakarta.xml.bind.JAXBElement<? extends CaseType>, Map<String, Object>> EcfCaseTypeFactory.makeCaseTypeFromTylerCategory
(CourtLocationInfo courtLocation, ComboCaseCodes comboCodes, FilingInformation info, boolean isInitialFiling, boolean isFirstIndexedFiling, QueryType queryType, com.fasterxml.jackson.databind.JsonNode miscInfo, EcfCourtSpecificSerializer serializer, InfoCollector collector, Map<String, Object> serviceContactToXmlObjs) Makes a case from specific info + unorganized JSON dumps.