Uses of Class
app.coronawarn.server.common.persistence.domain.config.TekFieldDerivations
-
-
Uses of TekFieldDerivations in app.coronawarn.server.common.persistence.domain.config
Methods in app.coronawarn.server.common.persistence.domain.config that return TekFieldDerivations Modifier and Type Method Description static TekFieldDerivationsTekFieldDerivations. from(Map<Integer,Integer> dsosFromTrl, Map<Integer,Integer> trlFromDsos, Integer defaultTrl)Constructs the configuration class from the given mappings. -
Uses of TekFieldDerivations in app.coronawarn.server.services.download.config
Methods in app.coronawarn.server.services.download.config that return TekFieldDerivations Modifier and Type Method Description TekFieldDerivationsDownloadServiceConfig. getTekFieldDerivations()Methods in app.coronawarn.server.services.download.config with parameters of type TekFieldDerivations Modifier and Type Method Description voidDownloadServiceConfig. setTekFieldDerivations(TekFieldDerivations tekFieldDerivations) -
Uses of TekFieldDerivations in app.coronawarn.server.services.submission.config
Methods in app.coronawarn.server.services.submission.config that return TekFieldDerivations Modifier and Type Method Description TekFieldDerivationsSubmissionServiceConfig. getTekFieldDerivations()Methods in app.coronawarn.server.services.submission.config with parameters of type TekFieldDerivations Modifier and Type Method Description voidSubmissionServiceConfig. setTekFieldDerivations(TekFieldDerivations tekFieldDerivations)
-