Uses of Class
com.ibm.fhir.model.visitor.DefaultVisitor
-
-
Uses of DefaultVisitor in com.ibm.fhir.bucket.scanner
Subclasses of DefaultVisitor 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 DefaultVisitor in com.ibm.fhir.model.generator
Subclasses of DefaultVisitor in com.ibm.fhir.model.generator Modifier and Type Class Description classGeneratingVisitor -
Uses of DefaultVisitor in com.ibm.fhir.model.util
Subclasses of DefaultVisitor in com.ibm.fhir.model.util Modifier and Type Class Description classCollectingVisitor<T>Visits a Resource or Element and collects all of its descendants of a given type into a single listclassReferenceMappingVisitor<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 DefaultVisitor in com.ibm.fhir.model.visitor
Subclasses of DefaultVisitor in com.ibm.fhir.model.visitor Modifier and Type Class Description classCopyingVisitor<T extends Visitable>Copy a Resource or Element.classPathAwareVisitorPathAwareVisitor extends the DefaultVisitor with aPathAwareVisitor.getPath()method that can be used to get the FHIRPath path of a Resource or Element during a visit.classResourceFingerprintVisitorCompute a cryptographic hash of the visited nodes, skipping those which may be altered by the persistence layer. -
Uses of DefaultVisitor in com.ibm.fhir.path.util
Subclasses of DefaultVisitor 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> -
Uses of DefaultVisitor in com.ibm.fhir.persistence.jdbc.util
Subclasses of DefaultVisitor in com.ibm.fhir.persistence.jdbc.util Modifier and Type Class Description classJDBCParameterBuildingVisitorThis class is the JDBC persistence layer implementation for transforming SearchParameters into Parameter Data Transfer Objects. -
Uses of DefaultVisitor in com.ibm.fhir.registry.util
Subclasses of DefaultVisitor in com.ibm.fhir.registry.util Modifier and Type Class Description classDefinitionalResourceVisitor
-