Uses of Class
edu.suffolk.litlab.efspserver.ContactInformation
Packages that use ContactInformation
Package
Description
-
Uses of ContactInformation in edu.suffolk.litlab.efspserver
Methods in edu.suffolk.litlab.efspserver that return ContactInformationMethods in edu.suffolk.litlab.efspserver with parameters of type ContactInformationModifier and TypeMethodDescriptionstatic Person
Person.FromEfm
(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, String role, UUID efmId) static Person
Person.FromInput
(Name name, ContactInformation contactInfo, Optional<String> gender, Optional<String> language, Optional<LocalDate> birthdate, boolean isOrg, boolean isFormFiller, String role, Optional<String> efmIdIfAlreadyIn) Default constructor. -
Uses of ContactInformation in edu.suffolk.litlab.efspserver.ecf4
Methods in edu.suffolk.litlab.efspserver.ecf4 with parameters of type ContactInformationModifier and TypeMethodDescriptionEcfCourtSpecificSerializer.serializeEcfContactInformation
(ContactInformation contactInfo, InfoCollector collector) -
Uses of ContactInformation in edu.suffolk.litlab.efspserver.jeffnet
Methods in edu.suffolk.litlab.efspserver.jeffnet with parameters of type ContactInformationModifier and TypeMethodDescriptionvoid
ContactInfoJeffNetJacksonSerializer.serialize
(ContactInformation info, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) Constructor parameters in edu.suffolk.litlab.efspserver.jeffnet with type arguments of type ContactInformation