static StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.builder() |
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.context(Id context) |
Type or variable this rule applies to.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.contextType(StructureMapContextType contextType) |
How to interpret the context.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.element(String element) |
Field to create in the context.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.element(String element) |
Convenience method for setting element .
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.from(StructureMap.Group.Rule.Target target) |
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.listMode(StructureMapTargetListMode... listMode) |
If field is a list, how to manage the list.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.listMode(Collection<StructureMapTargetListMode> listMode) |
If field is a list, how to manage the list.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.listRuleId(Id listRuleId) |
Internal rule reference for shared list items.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.parameter(StructureMap.Group.Rule.Target.Parameter... parameter) |
Parameters to the transform.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.parameter(Collection<StructureMap.Group.Rule.Target.Parameter> parameter) |
Parameters to the transform.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.toBuilder() |
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.transform(StructureMapTransform transform) |
How the data is copied / created.
|
StructureMap.Group.Rule.Target.Builder |
StructureMap.Group.Rule.Target.Builder.variable(Id variable) |
Named context for field, if desired, and a field is specified.
|