Uses of Class
org.linuxforhealth.fhir.model.resource.StructureMap.Group
-
Packages that use StructureMap.Group Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of StructureMap.Group in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return StructureMap.Group Modifier and Type Method Description StructureMap.GroupStructureMap.Group.Builder. build()Build theStructureMap.GroupMethods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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.
-