Uses of Class
com.orchestranetworks.addon.dint.mapping.steps.MappingStep
-
Packages that use MappingStep Package Description com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.mapping.steps Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps. -
-
Uses of MappingStep in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping with type parameters of type MappingStep Modifier and Type Method Description <S extends MappingStep>
voidTableMappingModificationContext. modifyStep(MappingStepSelector<S> selector, java.util.function.Consumer<S> stepConfig)Modifies a transformation step in the table mapping. -
Uses of MappingStep in com.orchestranetworks.addon.dint.mapping.steps
Classes in com.orchestranetworks.addon.dint.mapping.steps with type parameters of type MappingStep Modifier and Type Class Description classMappingStepSelector<S extends MappingStep>Allows the selection of an exactMappingStepin aTableMapping.classMappingStepSelectorBuilder<S extends MappingStep>Builds a complexMappingStepSelectorby traversing mapping steps in aTableMapping.
-