StructureMap.Group.Builder |
StructureMap.Group.Builder._extends(Id _extends) |
Another group that this group adds rules to.
|
static StructureMap.Group.Builder |
StructureMap.Group.builder() |
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.documentation(java.lang.String documentation) |
Convenience method for setting documentation .
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.documentation(String documentation) |
Additional supporting documentation that explains the purpose of the group and the types of mappings within it.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected StructureMap.Group.Builder |
StructureMap.Group.Builder.from(StructureMap.Group group) |
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.input(java.util.Collection<StructureMap.Group.Input> input) |
A name assigned to an instance of data.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.input(StructureMap.Group.Input... input) |
A name assigned to an instance of data.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.modifierExtension(java.util.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.Builder |
StructureMap.Group.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.Builder |
StructureMap.Group.Builder.name(Id name) |
A unique name for the group for the convenience of human readers.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.rule(java.util.Collection<StructureMap.Group.Rule> rule) |
Transform Rule from source to target.
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.rule(StructureMap.Group.Rule... rule) |
Transform Rule from source to target.
|
StructureMap.Group.Builder |
StructureMap.Group.toBuilder() |
|
StructureMap.Group.Builder |
StructureMap.Group.Builder.typeMode(StructureMapGroupTypeMode typeMode) |
If this is the default rule set to apply for the source type or this combination of types.
|