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