Uses of Class
se.digg.dgc.payload.v1.Eudcc
-
Packages that use Eudcc Package Description se.digg.dgc.payload.v1 Generated Java code for the Digital Covid Certificate schema.se.digg.dgc.valueset.v1.validation Support for validating Digital Covid Certificates against value sets. -
-
Uses of Eudcc in se.digg.dgc.payload.v1
Subclasses of Eudcc in se.digg.dgc.payload.v1 Modifier and Type Class Description classDigitalCovidCertificateA wrapper for the root element generated from the Schema.Methods in se.digg.dgc.payload.v1 that return Eudcc Modifier and Type Method Description EudccDigitalCovidCertificate. withDob(LocalDate dob)An alternative towithDob(String)where the date of birth is represented as aLocalDate.EudccDigitalCovidCertificate. withDob(DateOfBirth dob)An alternative towithDob(String)where the date of birth is represented as aDateOfBirth.EudccEudcc. withDob(String dob)EudccDigitalCovidCertificate. withNam(PersonName name)Makes sure that the names supplied are transliterated.EudccEudcc. withNam(PersonName nam)EudccEudcc. withR(List<RecoveryEntry> r)EudccEudcc. withT(List<TestEntry> t)EudccEudcc. withV(List<VaccinationEntry> v)EudccEudcc. withVer(String ver) -
Uses of Eudcc in se.digg.dgc.valueset.v1.validation
Methods in se.digg.dgc.valueset.v1.validation with parameters of type Eudcc Modifier and Type Method Description ValueSetValidationResultDefaultValueSetValidator. validate(Eudcc dcc)Validates a DCC against the value sets configured for this validator.ValueSetValidationResultValueSetValidator. validate(Eudcc dcc)Validates a DCC against the value sets configured for this validator.
-