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.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 classIdReferenceMappingVisitorAn 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 classReferenceMappingVisitor<T extends Visitable>Copy the value of each element within a Resource/Element to a new element with the same values, replacingReference.referencevalues with a new value -
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) classAddingVisitor<T extends Visitable>(package private) classDeletingVisitor<T extends Visitable>(package private) classInsertingVisitor<T extends Visitable>(package private) classMovingVisitor<T extends Visitable>(package private) classReplacingVisitor<T extends Visitable>
-