Uses of Enum Class
de.gematik.test.erezept.fhir.anonymizer.AnonymizationType
Packages that use AnonymizationType
-
Uses of AnonymizationType in de.gematik.test.erezept.fhir.anonymizer
Methods in de.gematik.test.erezept.fhir.anonymizer that return AnonymizationTypeModifier and TypeMethodDescriptionAnonymizerContext.getIdentifierAnonymization()static AnonymizationTypeReturns the enum constant of this class with the specified name.static AnonymizationType[]AnonymizationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.gematik.test.erezept.fhir.anonymizer with parameters of type AnonymizationTypeModifierConstructorDescriptionAnonymizerContext(Map<Class<? extends org.hl7.fhir.r4.model.Resource>, Anonymizer<?>> anonymizers, AnonymizationType anonymizationType, MaskingStrategy blacker) AnonymizerFacade(AnonymizationType anonymizationType, MaskingStrategy blacker)