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.Group
StructureMap.Group.Builder. build()
Build theStructureMap.Group
Methods 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.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.protected void
StructureMap.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.Builder
StructureMap.Builder. group(java.util.Collection<StructureMap.Group> group)
Organizes the mapping into manageable chunks for human review/ease of maintenance.
-