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.GroupStructureMap.Group.Builder. build()Build theStructureMap.GroupMethods in com.ibm.fhir.model.resource that return types with arguments of type StructureMap.Group Modifier and Type Method Description java.util.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.BuilderStructureMap.Group.Builder. from(StructureMap.Group group)StructureMap.BuilderStructureMap.Builder. group(StructureMap.Group... group)Organizes the mapping into manageable chunks for human review/ease of maintenance.protected voidStructureMap.Group.Builder. validate(StructureMap.Group group)Method parameters in com.ibm.fhir.model.resource with type arguments of type StructureMap.Group Modifier and Type Method Description StructureMap.BuilderStructureMap.Builder. group(java.util.Collection<StructureMap.Group> group)Organizes the mapping into manageable chunks for human review/ease of maintenance.
-