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 TekFieldDerivations
TekFieldDerivations. 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 TekFieldDerivations
DownloadServiceConfig. getTekFieldDerivations()
Methods in app.coronawarn.server.services.download.config with parameters of type TekFieldDerivations Modifier and Type Method Description void
DownloadServiceConfig. 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 TekFieldDerivations
SubmissionServiceConfig. getTekFieldDerivations()
Methods in app.coronawarn.server.services.submission.config with parameters of type TekFieldDerivations Modifier and Type Method Description void
SubmissionServiceConfig. setTekFieldDerivations(TekFieldDerivations tekFieldDerivations)
-