Uses of Class
com.ibm.fhir.model.resource.StructureMap.Group
-
Packages that use StructureMap.Group Package Description com.ibm.fhir.model.resource -
-
Uses of StructureMap.Group in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return StructureMap.Group Modifier and Type Method Description StructureMap.Group
StructureMap.Group.Builder. build()
Build theStructureMap.Group
Methods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group Modifier and Type Method Description List<StructureMap.Group>
StructureMap. getGroup()
Organizes the mapping into manageable chunks for human review/ease of maintenance.Methods in com.ibm.fhir.model.resource with parameters of type StructureMap.Group Modifier and Type Method Description protected StructureMap.Group.Builder
StructureMap.Group.Builder. from(StructureMap.Group group)
StructureMap.Builder
StructureMap.Builder. group(StructureMap.Group... group)
Organizes the mapping into manageable chunks for human review/ease of maintenance.Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group Modifier and Type Method Description StructureMap.Builder
StructureMap.Builder. group(Collection<StructureMap.Group> group)
Organizes the mapping into manageable chunks for human review/ease of maintenance.
-