Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- mapFields(SF, TF) - Method in class com.orchestranetworks.addon.dint.mapping.TableMapping
-
Maps a source field and a target field.
- mapFieldsWithMatcher(Collection<SF>, Collection<TF>, FieldMatcher<SF, TF>) - Method in class com.orchestranetworks.addon.dint.mapping.TableMapping
-
Maps automatically all source fields and target fields using the provided
FieldMatcher
. - MappingSpec - Class in com.orchestranetworks.addon.dint.mapping
-
Global mapping specification.
- MappingSpec() - Constructor for class com.orchestranetworks.addon.dint.mapping.MappingSpec
- MappingStep<SF extends Field,
TF extends Field> - Class in com.orchestranetworks.addon.dint.mapping.steps -
Steps to construct a mapping from source to target within a
TableMapping
. - MappingStepSelector<S extends MappingStep> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
Allows the selection of an exact
MappingStep
in aTableMapping
. - MappingStepSelector() - Constructor for class com.orchestranetworks.addon.dint.mapping.steps.MappingStepSelector
- MappingStepSelectorBuilder<S extends MappingStep> - Class in com.orchestranetworks.addon.dint.mapping.steps
-
Builds a complex
MappingStepSelector
by traversing mapping steps in aTableMapping
. - match(SF, TF) - Method in interface com.orchestranetworks.addon.dint.mapping.FieldMatcher
-
Returns
true
if the source field matches the target field. - modify(TableMappingModificationContext<ST, TT>) - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModifier
-
Modifies the table mapping specified by the context.
- modifyStep(MappingStepSelector<S>, Consumer<S>) - Method in interface com.orchestranetworks.addon.dint.mapping.TableMappingModificationContext
-
Modifies a transformation step in the table mapping.
- modifyTableMapping(TableMappingSelector<ST, TT>, TableMappingModifier<ST, TT>) - Method in class com.orchestranetworks.addon.dint.template.TemplateConfig
-
Modifies an existing table mapping in the template.
- MultiOutputTransformableStep<SF extends Field,
TF extends Field> - Interface in com.orchestranetworks.addon.dint.mapping.steps -
Represents mapping steps that can have more than one output value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form