Uses of Class
org.linuxforhealth.fhir.server.rest.FHIRRestInteractionVisitorBase
-
Packages that use FHIRRestInteractionVisitorBase Package Description org.linuxforhealth.fhir.server.rest -
-
Uses of FHIRRestInteractionVisitorBase in org.linuxforhealth.fhir.server.rest
Subclasses of FHIRRestInteractionVisitorBase in org.linuxforhealth.fhir.server.rest Modifier and Type Class Description class
FHIRRestInteractionVisitorMeta
Used to prepare bundle entries before they hit the persistence layer.class
FHIRRestInteractionVisitorOffload
Visitor used to initiate payload offloading when supported by the persistence layerclass
FHIRRestInteractionVisitorPersist
Visitor implementation to access the persistence operations.class
FHIRRestInteractionVisitorReferenceMapping
Visitor used to update references in an incoming resource prior to persistence
-