Uses of Class
com.ibm.fhir.model.visitor.CopyingVisitor
-
Packages that use CopyingVisitor Package Description com.ibm.fhir.bucket.scanner com.ibm.fhir.model.util com.ibm.fhir.model.visitor com.ibm.fhir.path.util -
-
Uses of CopyingVisitor in com.ibm.fhir.bucket.scanner
Subclasses of CopyingVisitor in com.ibm.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 com.ibm.fhir.model.util
Subclasses of CopyingVisitor in com.ibm.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 com.ibm.fhir.model.visitor
Subclasses of CopyingVisitor in com.ibm.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 com.ibm.fhir.path.util
Subclasses of CopyingVisitor in com.ibm.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>
-