Uses of Class
org.linuxforhealth.fhir.model.visitor.CopyingVisitor
-
Packages that use CopyingVisitor Package Description org.linuxforhealth.fhir.bucket.scanner org.linuxforhealth.fhir.model.util org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.path.util -
-
Uses of CopyingVisitor in org.linuxforhealth.fhir.bucket.scanner
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.bucket.scanner Modifier and Type Class Description class
IdReferenceMappingVisitor
An extension of the ReferenceMappingVisitor which also updates the "id" of the resource because it is being changed from a POST to a PUT, and therefore the id must align with the identity of the resource according to the corresponding fullUrl in the Bundle -
Uses of CopyingVisitor in org.linuxforhealth.fhir.model.util
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.model.util Modifier and Type Class Description class
ReferenceMappingVisitor<T extends Visitable>
Copy the value of each element within a Resource/Element to a new element with the same values, replacingReference.reference
values with a new value -
Uses of CopyingVisitor in org.linuxforhealth.fhir.model.visitor
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.model.visitor Modifier and Type Class Description class
EncodingVisitor<T extends Resource>
Encodes the string elements of the visited resource for use within a given context. -
Uses of CopyingVisitor in org.linuxforhealth.fhir.path.util
Subclasses of CopyingVisitor in org.linuxforhealth.fhir.path.util Modifier and Type Class Description (package private) class
AddingVisitor<T extends Visitable>
(package private) class
DeletingVisitor<T extends Visitable>
(package private) class
InsertingVisitor<T extends Visitable>
(package private) class
MovingVisitor<T extends Visitable>
(package private) class
ReplacingVisitor<T extends Visitable>
-