Package org.openehealth.ipf.boot.fhir
Interface FhirMappingCustomizer
public interface FhirMappingCustomizer
Customizer that can be used to manipulate auto-configured
CustomMappings
bean,
e.g. to add further mapping resources, that may override the default mappings- Author:
- Christian Ohr
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeFhirMapping
(CustomMappings customMappings) Allows to add further mapping resources, that may override the default mappings
-
Field Details
-
NOOP
-
-
Method Details
-
customizeFhirMapping
Allows to add further mapping resources, that may override the default mappings- Parameters:
customMappings
- existing mappings- See Also:
-