Uses of Class
com.ibm.fhir.model.visitor.DefaultVisitor
-
Packages that use DefaultVisitor Package Description com.ibm.fhir.model.generator com.ibm.fhir.model.util com.ibm.fhir.model.visitor -
-
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.
-